COLOR #004569

HEX: #004569
RGB: (0,69,105)

Color info

#004569 contains only green and blue colors. Web safe color of #004569 is #003366 (or #036).

RGB color model

#004569 color RGB value is (0,69,105).

  • red value is 0;
  • green value is 69;
  • blue value is 105.
RGB:
(0,69,105)
(0%,27%,41%)

RGB channels and saturation

R 0 of 255 = 0%
G 69 of 255 = 27%
B 105 of 255 = 41%

0
69
105

R + G + B ~ 23%. #004569 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 69 + 105 = 174 (100%)
R 0 of 174 ~ 0%
G 69 of 174 ~ 39.66%
B 105 of 174 ~ 60.34%

%39.66
%60.34

CMYK color model

#004569 color CMYK value is (100,34,0,59).

  • cyan value is 100.00%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(100,34,0,59)
C100M34Y0K59 
(100%,34%,0%,59%)
(1.00/0.34/0.00/0.59)	

CMYK percentages

%100
%34.29
%0
%58.82

Codes

Color #004569 in popluar color models

004569
RGB069105
HSL201°100.00%20.59%
HSB/HSV201°100.00%41.18%
CMYK100.00%34.29%0.00%
58.82%

Color #004569 in popluar number systems.

HEX004569
Decimal069105
Binary010001011101001
Octal0105151

Shades and tints

Shades of #004569

#004569
(0,69,105)
#003F60
(0,63,96)
#003957
(0,57,87)
#00334E
(0,51,78)
#002D45
(0,45,69)
#00273C
(0,39,60)
#002133
(0,33,51)
#001B2A
(0,27,42)
#001521
(0,21,33)
#000F18
(0,15,24)
#00090F
(0,9,15)
#000000
(0,0,0)

Tints of #004569

#004569
(0,69,105)
#175576
(23,85,118)
#2E6583
(46,101,131)
#457590
(69,117,144)
#5C859D
(92,133,157)
#7395AA
(115,149,170)
#8AA5B7
(138,165,183)
#A1B5C4
(161,181,196)
#B8C5D1
(184,197,209)
#CFD5DE
(207,213,222)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004569 color. Also use rgb(0,69,105) instead hex code.

Text Font Color

.myTextColor { color: #004569; }

<p style="color:#004569">This sample text font color is #004569.</p>

This text font color is #004569.


Background Color

.myBgColor { background-color: #004569; }

<div style="background-color:#004569">Inner text</div>

This div background color is #004569.


Border color

.myBorderColor { border: 1px solid #004569; }

<div style="border:3px solid #004569">Div</div>

This div border color is #004569.


Opacity

.myOpacity80 { color: #004569; opacity: 0.8; }

<p style="color:#004569;opacity:0.8;">80%</p>

Text with #004569 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #004569;}

<p style="text-shadow: 3px 3px 1px #004569">Text here.</p>

This text has shadow with #004569 color.

.textShadow {text-shadow: 3px 3px 1px #004569, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #004569, 5px 5px 20px red">Text here.</p>

This text has shadow with #004569 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#004569, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#004569, Direction=45, Strength=4)">Text</p>

This text has shadow with #004569 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #004569;
  -webkit-box-shadow:	1px 1px 3px 2px #004569;
  box-shadow:		1px 1px 3px 2px #004569;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #004569;
-webkit-box-shadow: 1px 1px 3px 2px #004569;
box-shadow:1px 1px 3px 2px #004569;">
Div content here</div>
This div box has shadow with color #004569.

Preview

Color preview on black background

This text has color #004569 on black background.


Color preview on white background

This text has color #004569 on white background.



Black color preview on #004569 background

This text has black color on #004569 background.


White color preview on #004569 background

This text has white color on #004569 background.