#04418B

Color #04418B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #04418B

Tints of Dark Cerulean #04418B

Color information

#04418B (or 0x04418B) is unknown color: approx 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

RGB465139-
CMYK0.970.5300.45
HSL212.89º94.41%28.04%-
HSV(B)212.89º97.12%54.51%-
XYZ6.65.6725.17-
YUV55.2175.2991.48-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4651390.970.5300.45212.8994.4128.04
Hex4418B613502Dd55e1c
Octal41012131416505532513634
Binary1001000001100010111100001110101010110111010101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>