#04058E

Color #04058E Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #04058E

Tints of Dark Blue #04058E

Color information

#04058E (or 0x04058E) is unknown color: approx Dark Blue. HEX triplet: 04, 05 and 8E. RGB value is (4,5,142). Sum of RGB (Red+Green+Blue) = 4+5+142=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 142 (55.86% from 255 or 94.04% from 151); Max value from RGB is 142 - color contains mainly: blue. Hex color #04058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04058E is #FBFA71. Grayscale: #131313. Windows color (decimal): -16513650 or 9307396. OLE color: 9307396.

HSL color Cylindrical-coordinate representation of color #04058E: hue angle of 239.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04058E is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB45142-
CMYK0.970.9600.44
HSL239.57º94.52%28.63%-
HSV(B)239.57º97.18%55.69%-
XYZ4.992.0925.73-
YUV20.32196.67116.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 142 (55.86% from 255) = 94.04%
R=2.65%
G=3.31%
B=94.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451420.970.9600.44239.5794.5228.63
Hex458E616002Cf05f1d
Octal4521614114005436013735
Binary1001011000111011000011100000010110011110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04058E; }

 p { color: rgb(4,5,142); }

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

<style>
 a { background-color: #04058E; }

 a { background-color: rgb(4,5,142); }

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

<style>
 span { border-color: #04058E; }

 span { border-color: rgb(4,5,142); }

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