#04448E

Color #04448E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #04448E

Tints of Dark Cerulean #04448E

Color information

#04448E (or 0x04448E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 44 and 8E. RGB value is (4,68,142). Sum of RGB (Red+Green+Blue) = 4+68+142=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #04448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04448E is #FBBB71. Grayscale: #383838. Windows color (decimal): -16497522 or 9323524. OLE color: 9323524.

HSL color Cylindrical-coordinate representation of color #04448E: hue angle of 212.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04448E is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB468142-
CMYK0.970.5200.44
HSL212.17º94.52%28.63%-
HSV(B)212.17º97.18%55.69%-
XYZ76.1126.4-
YUV57.3175.889.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 142 (55.86% from 255) = 66.36%
R=1.87%
G=31.78%
B=66.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4681420.970.5200.44212.1794.5228.63
Hex4448E613402Cd45f1d
Octal41042161416405432413735
Binary1001000100100011101100001110100010110011010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04448E; }

 p { color: rgb(4,68,142); }

 H1.HeaderClassName
 {
   color: #04448E;
 }
 .AnyTagClassName
 {
   color: #04448E;
 }
</style>
background-color css

<style>
 a { background-color: #04448E; }

 a { background-color: rgb(4,68,142); }

 div.DivClassName
 {
   background-color: #04448E;
 }
 .BgClassName
 {
   background-color: #04448E;
 }
</style>
border-color css

<style>
 span { border-color: #04448E; }

 span { border-color: rgb(4,68,142); }

 td.TdClassName
 {
   border-color: #04448E;
 }
 .TagClassName
 {
   border-color: #04448E;
 }
</style>