Html Css Color HEX #04418D Dark Cerulean

📋 copy color: '#04418D'

red 4 ◦ green 65 ◦ blue 141

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

Shades of Dark Cerulean #04418D

Tints of Dark Cerulean #04418D

RGB

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

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

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

R = 1.9%
G = 30.95%
B = 67.14%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04418D (or 0x04418D) is known color: Dark Cerulean. HEX triplet: 04, 41 and 8D. RGB value is (4,65,141). Sum of RGB (Red+Green+Blue) = 4+65+141=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #04418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04418D is #FBBE72. Grayscale: #373737. Windows color (decimal): -16498291 or 9257220. OLE color: 9257220.

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

Color convert

RGB 4 65 141 -
CMYK 0.97 0.54 0 0.45
HSL 213.28º 0.94% 0.28% -
HSV(B) 213.28º 0.97% 0.55% -
XYZ 6.75 5.73 25.95 -
YUV 55.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 4 65 141 0.97 0.54 0 0.45 213.28 0.94 0.28
Hex 4 41 8D 61 36 0 2D D5 5E 1C
Octal 4 101 215 141 66 0 55 325 136 34
Binary 100 1000001 10001101 1100001 110110 0 101101 11010101 1011110 11100

Color Harmonies of #04418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04418D

Black with #04418D

Text Example


Text Example

White with #04418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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