Html Css Color HEX #04428E Dark Cerulean

📋 copy color: '#04428E'

red 4 ◦ green 66 ◦ blue 142

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

Shades of Dark Cerulean #04428E

Tints of Dark Cerulean #04428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.98%

R = 1.89%
G = 31.13%
B = 66.98%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04428E (or 0x04428E) is known color: Dark Cerulean. HEX triplet: 04, 42 and 8E. RGB value is (4,66,142). Sum of RGB (Red+Green+Blue) = 4+66+142=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #04428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04428E is #FBBD71. Grayscale: #373737. Windows color (decimal): -16498034 or 9323012. OLE color: 9323012.

HSL color Cylindrical-coordinate representation of color #04428E: hue angle of 213.04º 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 #04428E is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 66 142 -
CMYK 0.97 0.54 0 0.44
HSL 213.04º 0.95% 0.29% -
HSV(B) 213.04º 0.97% 0.56% -
XYZ 6.88 5.88 26.36 -
YUV 56.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 4 66 142 0.97 0.54 0 0.44 213.04 0.95 0.29
Hex 4 42 8E 61 36 0 2C D5 5F 1D
Octal 4 102 216 141 66 0 54 325 137 35
Binary 100 1000010 10001110 1100001 110110 0 101100 11010101 1011111 11101

Color Harmonies of #04428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04428E

Black with #04428E

Text Example


Text Example

White with #04428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04428E;
 }
 .AnyTagClassName
 {
   color: #04428E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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