#0A086D

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

Shades of Midnight Blue #0A086D

Tints of Midnight Blue #0A086D

Color information

#0A086D (or 0x0A086D) is unknown color: approx Midnight Blue. HEX triplet: 0A, 08 and 6D. RGB value is (10,8,109). Sum of RGB (Red+Green+Blue) = 10+8+109=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A086D is #F5F792. Grayscale: #131313. Windows color (decimal): -16119699 or 7145482. OLE color: 7145482.

HSL color Cylindrical-coordinate representation of color #0A086D: hue angle of 241.19º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A086D is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB108109-
CMYK0.910.9300.57
HSL241.19º86.32%22.94%-
HSV(B)241.19º92.66%42.75%-
XYZ2.971.3414.57-
YUV20.11178.16120.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 109 (42.97% from 255) = 85.83%
R=7.87%
G=6.30%
B=85.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081090.910.9300.57241.1986.3222.94
HexA86D5B5D039f15617
Octal121015513313507136112627
Binary10101000110110110110111011101011100111110001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,8,109); }

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

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

 a { background-color: rgb(10,8,109); }

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

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

 span { border-color: rgb(10,8,109); }

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