Html Css Color HEX #04408B Dark Cerulean

📋 copy color: '#04408B'

red 4 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #04408B

Tints of Dark Cerulean #04408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

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

R = 1.93%
G = 30.92%
B = 67.15%

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

#04408B (or 0x04408B) is known color: Dark Cerulean. HEX triplet: 04, 40 and 8B. RGB value is (4,64,139). Sum of RGB (Red+Green+Blue) = 4+64+139=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #04408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04408B is #FBBF74. Grayscale: #363636. Windows color (decimal): -16498549 or 9125892. OLE color: 9125892.

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

Color convert

RGB 4 64 139 -
CMYK 0.97 0.54 0 0.45
HSL 213.33º 0.94% 0.28% -
HSV(B) 213.33º 0.97% 0.55% -
XYZ 6.54 5.56 25.15 -
YUV 54.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 4 64 139 0.97 0.54 0 0.45 213.33 0.94 0.28
Hex 4 40 8B 61 36 0 2D D5 5E 1C
Octal 4 100 213 141 66 0 55 325 136 34
Binary 100 1000000 10001011 1100001 110110 0 101101 11010101 1011110 11100

Color Harmonies of #04408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04408B

Black with #04408B

Text Example


Text Example

White with #04408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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