Html Css Color HEX #04428D Dark Cerulean

📋 copy color: '#04428D'

red 4 ◦ green 66 ◦ blue 141

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

Shades of Dark Cerulean #04428D

Tints of Dark Cerulean #04428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 1.9%
G = 31.28%
B = 66.82%

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

#04428D (or 0x04428D) is known color: Dark Cerulean. HEX triplet: 04, 42 and 8D. RGB value is (4,66,141). Sum of RGB (Red+Green+Blue) = 4+66+141=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #04428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04428D is #FBBD72. Grayscale: #373737. Windows color (decimal): -16498035 or 9257476. OLE color: 9257476.

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

Color convert

RGB 4 66 141 -
CMYK 0.97 0.53 0 0.45
HSL 212.85º 0.94% 0.28% -
HSV(B) 212.85º 0.97% 0.55% -
XYZ 6.81 5.85 25.97 -
YUV 56.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 4 66 141 0.97 0.53 0 0.45 212.85 0.94 0.28
Hex 4 42 8D 61 35 0 2D D5 5E 1C
Octal 4 102 215 141 65 0 55 325 136 34
Binary 100 1000010 10001101 1100001 110101 0 101101 11010101 1011110 11100

Color Harmonies of #04428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04428D

Black with #04428D

Text Example


Text Example

White with #04428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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