#040A86

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

Shades of Dark Blue #040A86

Tints of Dark Blue #040A86

Color information

#040A86 (or 0x040A86) is unknown color: approx Dark Blue. HEX triplet: 04, 0A and 86. RGB value is (4,10,134). Sum of RGB (Red+Green+Blue) = 4+10+134=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 134 (52.73% from 255 or 90.54% from 148); Max value from RGB is 134 - color contains mainly: blue. Hex color #040A86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A86 is #FBF579. Grayscale: #151515. Windows color (decimal): -16512378 or 8784388. OLE color: 8784388.

HSL color Cylindrical-coordinate representation of color #040A86: hue angle of 237.23º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040A86 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB410134-
CMYK0.970.9300.47
HSL237.23º94.2%27.06%-
HSV(B)237.23º97.01%52.55%-
XYZ4.461.9622.7-
YUV22.34191.01114.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 134 (52.73% from 255) = 90.54%
R=2.70%
G=6.76%
B=90.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4101340.970.9300.47237.2394.227.06
Hex4A86615D02Fed5e1b
Octal41220614113505735513633
Binary10010101000011011000011011101010111111101101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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