#04427F

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

Shades of Dark Cerulean #04427F

Tints of Dark Cerulean #04427F

Color information

#04427F (or 0x04427F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 42 and 7F. RGB value is (4,66,127). Sum of RGB (Red+Green+Blue) = 4+66+127=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #04427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04427F is #FBBD80. Grayscale: #363636. Windows color (decimal): -16498049 or 8339972. OLE color: 8339972.

HSL color Cylindrical-coordinate representation of color #04427F: hue angle of 209.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04427F is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB466127-
CMYK0.970.4800.50
HSL209.76º93.89%25.69%-
HSV(B)209.76º96.85%49.8%-
XYZ5.835.4520.82-
YUV54.42168.9692.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 127 (50% from 255) = 64.47%
R=2.03%
G=33.50%
B=64.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4661270.970.4800.50209.7693.8925.69
Hex4427F6130032d25e1a
Octal41021771416006232213632
Binary100100001011111111100001110000011001011010010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04427F; }

 p { color: rgb(4,66,127); }

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

<style>
 a { background-color: #04427F; }

 a { background-color: rgb(4,66,127); }

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

<style>
 span { border-color: #04427F; }

 span { border-color: rgb(4,66,127); }

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