Html Css Color HEX #04418E Dark Cerulean

📋 copy color: '#04418E'

red 4 ◦ green 65 ◦ blue 142

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

Shades of Dark Cerulean #04418E

Tints of Dark Cerulean #04418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

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

R = 1.9%
G = 30.81%
B = 67.3%

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

#04418E (or 0x04418E) is known color: Dark Cerulean. HEX triplet: 04, 41 and 8E. RGB value is (4,65,142). Sum of RGB (Red+Green+Blue) = 4+65+142=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #04418E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04418E is #FBBE71. Grayscale: #373737. Windows color (decimal): -16498290 or 9322756. OLE color: 9322756.

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

Color convert

RGB 4 65 142 -
CMYK 0.97 0.54 0 0.44
HSL 213.48º 0.95% 0.29% -
HSV(B) 213.48º 0.97% 0.56% -
XYZ 6.82 5.76 26.34 -
YUV 55.54 176.79 91.24 -
System Red Green Blue C M Y K H S L
Decimal 4 65 142 0.97 0.54 0 0.44 213.48 0.95 0.29
Hex 4 41 8E 61 36 0 2C D5 5F 1D
Octal 4 101 216 141 66 0 54 325 137 35
Binary 100 1000001 10001110 1100001 110110 0 101100 11010101 1011111 11101

Color Harmonies of #04418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04418E

Black with #04418E

Text Example


Text Example

White with #04418E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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