Html Css Color HEX #04427F Dark Cerulean

📋 copy color: '#04427F'

red 4 ◦ green 66 ◦ blue 127

#04427F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #04427F

Tints of Dark Cerulean #04427F

RGB

 RED value IS 4 (1.95% from 255) = 2.03%

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 127 (50% from 255) = 64.47%

R = 2.03%
G = 33.5%
B = 64.47%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04427F (or 0x04427F) is known color: 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

RGB 4 66 127 -
CMYK 0.97 0.48 0 0.50
HSL 209.76º 0.94% 0.26% -
HSV(B) 209.76º 0.97% 0.5% -
XYZ 5.83 5.45 20.82 -
YUV 54.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 4 66 127 0.97 0.48 0 0.50 209.76 0.94 0.26
Hex 4 42 7F 61 30 0 32 D2 5E 1A
Octal 4 102 177 141 60 0 62 322 136 32
Binary 100 1000010 1111111 1100001 110000 0 110010 11010010 1011110 11010

Color Harmonies of #04427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04427F

Black with #04427F

Text Example


Text Example

White with #04427F

Text Example


Text Example

HTML Codes & Css Web 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>