Html Css Color HEX #04428C Dark Cerulean

📋 copy color: '#04428C'

red 4 ◦ green 66 ◦ blue 140

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

Shades of Dark Cerulean #04428C

Tints of Dark Cerulean #04428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.67%

R = 1.9%
G = 31.43%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04428C (or 0x04428C) is known color: Dark Cerulean. HEX triplet: 04, 42 and 8C. RGB value is (4,66,140). Sum of RGB (Red+Green+Blue) = 4+66+140=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #04428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04428C is #FBBD73. Grayscale: #373737. Windows color (decimal): -16498036 or 9191940. OLE color: 9191940.

HSL color Cylindrical-coordinate representation of color #04428C: hue angle of 212.65º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04428C is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 66 140 -
CMYK 0.97 0.53 0 0.45
HSL 212.65º 0.94% 0.28% -
HSV(B) 212.65º 0.97% 0.55% -
XYZ 6.73 5.82 25.58 -
YUV 55.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 4 66 140 0.97 0.53 0 0.45 212.65 0.94 0.28
Hex 4 42 8C 61 35 0 2D D5 5E 1C
Octal 4 102 214 141 65 0 55 325 136 34
Binary 100 1000010 10001100 1100001 110101 0 101101 11010101 1011110 11100

Color Harmonies of #04428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04428C

Black with #04428C

Text Example


Text Example

White with #04428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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