Html Css Color HEX #04418B Dark Cerulean

📋 copy color: '#04418B'

red 4 ◦ green 65 ◦ blue 139

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

Shades of Dark Cerulean #04418B

Tints of Dark Cerulean #04418B

RGB

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

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

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

R = 1.92%
G = 31.25%
B = 66.83%

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

#04418B (or 0x04418B) is known color: Dark Cerulean. HEX triplet: 04, 41 and 8B. RGB value is (4,65,139). Sum of RGB (Red+Green+Blue) = 4+65+139=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #04418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04418B is #FBBE74. Grayscale: #363636. Windows color (decimal): -16498293 or 9126148. OLE color: 9126148.

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

Color convert

RGB 4 65 139 -
CMYK 0.97 0.53 0 0.45
HSL 212.89º 0.94% 0.28% -
HSV(B) 212.89º 0.97% 0.55% -
XYZ 6.6 5.67 25.17 -
YUV 55.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 4 65 139 0.97 0.53 0 0.45 212.89 0.94 0.28
Hex 4 41 8B 61 35 0 2D D5 5E 1C
Octal 4 101 213 141 65 0 55 325 136 34
Binary 100 1000001 10001011 1100001 110101 0 101101 11010101 1011110 11100

Color Harmonies of #04418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04418B

Black with #04418B

Text Example


Text Example

White with #04418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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