COLOR #04224B

HEX: #04224B
RGB: (4,34,75)

Color info

#04224B contains mainly green and blue colors. Web safe color of #04224B is #003333 (or #033).

RGB color model

#04224B color RGB value is (4,34,75).

  • red value is 4;
  • green value is 34;
  • blue value is 75.
RGB:
(4,34,75)
(2%,13%,29%)

RGB channels and saturation

R 4 of 255 = 2%
G 34 of 255 = 13%
B 75 of 255 = 29%

4
34
75

R + G + B ~ 15%. #04224B is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 34 + 75 = 113 (100%)
R 4 of 113 ~ 3.54%
G 34 of 113 ~ 30.09%
B 75 of 113 ~ 66.37%

%30.09
%66.37

CMYK color model

#04224B color CMYK value is (95,55,0,71).

  • cyan value is 94.67%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(95,55,0,71)
C95M55Y0K71 
(95%,55%,0%,71%)
(0.95/0.55/0.00/0.71)	

CMYK percentages

%94.67
%54.67
%0
%70.59

Codes

Color #04224B in popluar color models

04224B
RGB43475
HSL215°89.87%15.49%
HSB/HSV215°94.67%29.41%
CMYK94.67%54.67%0.00%
70.59%

Color #04224B in popluar number systems.

HEX04224B
Decimal43475
Binary1001000101001011
Octal442113

Shades and tints

Shades of #04224B

#04224B
(4,34,75)
#041F45
(4,31,69)
#041C3F
(4,28,63)
#041939
(4,25,57)
#041633
(4,22,51)
#04132D
(4,19,45)
#041027
(4,16,39)
#040D21
(4,13,33)
#040A1B
(4,10,27)
#040715
(4,7,21)
#04040F
(4,4,15)
#000000
(0,0,0)

Tints of #04224B

#04224B
(4,34,75)
#1A365B
(26,54,91)
#304A6B
(48,74,107)
#465E7B
(70,94,123)
#5C728B
(92,114,139)
#72869B
(114,134,155)
#889AAB
(136,154,171)
#9EAEBB
(158,174,187)
#B4C2CB
(180,194,203)
#CAD6DB
(202,214,219)
#E0EAEB
(224,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04224B color. Also use rgb(4,34,75) instead hex code.

Text Font Color

.myTextColor { color: #04224B; }

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

This text font color is #04224B.


Background Color

.myBgColor { background-color: #04224B; }

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

This div background color is #04224B.


Border color

.myBorderColor { border: 1px solid #04224B; }

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

This div border color is #04224B.


Opacity

.myOpacity80 { color: #04224B; opacity: 0.8; }

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

Text with #04224B 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 #04224B;}

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

This text has shadow with #04224B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04224B on black background.


Color preview on white background

This text has color #04224B on white background.



Black color preview on #04224B background

This text has black color on #04224B background.


White color preview on #04224B background

This text has white color on #04224B background.