#040A8E

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

Shades of Dark Blue #040A8E

Tints of Dark Blue #040A8E

Color information

#040A8E (or 0x040A8E) is unknown color: approx Dark Blue. HEX triplet: 04, 0A and 8E. RGB value is (4,10,142). Sum of RGB (Red+Green+Blue) = 4+10+142=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 142 (55.86% from 255 or 91.03% from 156); Max value from RGB is 142 - color contains mainly: blue. Hex color #040A8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A8E is #FBF571. Grayscale: #161616. Windows color (decimal): -16512370 or 9308676. OLE color: 9308676.

HSL color Cylindrical-coordinate representation of color #040A8E: hue angle of 237.39º 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 #040A8E is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB410142-
CMYK0.970.9300.44
HSL237.39º94.52%28.63%-
HSV(B)237.39º97.18%55.69%-
XYZ5.042.225.75-
YUV23.25195.01114.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 10 (4.30% from 255) = 6.41%
BLUE value IS 142 (55.86% from 255) = 91.03%
R=2.56%
G=6.41%
B=91.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4101420.970.9300.44237.3994.5228.63
Hex4A8E615D02Ced5f1d
Octal41221614113505435513735
Binary10010101000111011000011011101010110011101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040A8E; }

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

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

<style>
 a { background-color: #040A8E; }

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

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

<style>
 span { border-color: #040A8E; }

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

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