Html Css Color HEX #04428B Dark Cerulean

📋 copy color: '#04428B'

red 4 ◦ green 66 ◦ blue 139

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

Shades of Dark Cerulean #04428B

Tints of Dark Cerulean #04428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.51%

R = 1.91%
G = 31.58%
B = 66.51%

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

#04428B (or 0x04428B) is known color: Dark Cerulean. HEX triplet: 04, 42 and 8B. RGB value is (4,66,139). Sum of RGB (Red+Green+Blue) = 4+66+139=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #04428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04428B is #FBBD74. Grayscale: #373737. Windows color (decimal): -16498037 or 9126404. OLE color: 9126404.

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

Color convert

RGB 4 66 139 -
CMYK 0.97 0.53 0 0.45
HSL 212.44º 0.94% 0.28% -
HSV(B) 212.44º 0.97% 0.55% -
XYZ 6.66 5.79 25.19 -
YUV 55.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 4 66 139 0.97 0.53 0 0.45 212.44 0.94 0.28
Hex 4 42 8B 61 35 0 2D D4 5E 1C
Octal 4 102 213 141 65 0 55 324 136 34
Binary 100 1000010 10001011 1100001 110101 0 101101 11010100 1011110 11100

Color Harmonies of #04428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04428B

Black with #04428B

Text Example


Text Example

White with #04428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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