#0A0586

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

Shades of Dark Blue #0A0586

Tints of Dark Blue #0A0586

Color information

#0A0586 (or 0x0A0586) is unknown color: approx Dark Blue. HEX triplet: 0A, 05 and 86. RGB value is (10,5,134). Sum of RGB (Red+Green+Blue) = 10+5+134=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 134 (52.73% from 255 or 89.93% from 149); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A0586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0586 is #F5FA79. Grayscale: #141414. Windows color (decimal): -16120442 or 8783114. OLE color: 8783114.

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

Color convert

RGB105134-
CMYK0.930.9600.47
HSL242.33º92.81%27.25%-
HSV(B)242.33º96.27%52.55%-
XYZ4.481.8922.68-
YUV21.2191.66120.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.71%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 134 (52.73% from 255) = 89.93%
R=6.71%
G=3.36%
B=89.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051340.930.9600.47242.3392.8127.25
HexA5865D6002Ff25d1b
Octal12520613514005736213533
Binary10101011000011010111011100000010111111110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0586; }

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

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

<style>
 a { background-color: #0A0586; }

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

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

<style>
 span { border-color: #0A0586; }

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

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