#04407F

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

Shades of Dark Cerulean #04407F

Tints of Dark Cerulean #04407F

Color information

#04407F (or 0x04407F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 40 and 7F. RGB value is (4,64,127). Sum of RGB (Red+Green+Blue) = 4+64+127=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #04407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04407F is #FBBF80. Grayscale: #343434. Windows color (decimal): -16498561 or 8339460. OLE color: 8339460.

HSL color Cylindrical-coordinate representation of color #04407F: hue angle of 210.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04407F is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB464127-
CMYK0.970.5000.50
HSL210.73º93.89%25.69%-
HSV(B)210.73º96.85%49.8%-
XYZ5.715.2220.79-
YUV53.24169.6292.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 127 (50% from 255) = 65.13%
R=2.05%
G=32.82%
B=65.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4641270.970.5000.50210.7393.8925.69
Hex4407F6132032d35e1a
Octal41001771416206232313632
Binary100100000011111111100001110010011001011010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04407F; }

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

 H1.HeaderClassName
 {
   color: #04407F;
 }
 .AnyTagClassName
 {
   color: #04407F;
 }
</style>
background-color css

<style>
 a { background-color: #04407F; }

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

 div.DivClassName
 {
   background-color: #04407F;
 }
 .BgClassName
 {
   background-color: #04407F;
 }
</style>
border-color css

<style>
 span { border-color: #04407F; }

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

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