#0A096C

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

Shades of Midnight Blue #0A096C

Tints of Midnight Blue #0A096C

Color information

#0A096C (or 0x0A096C) is unknown color: approx Midnight Blue. HEX triplet: 0A, 09 and 6C. RGB value is (10,9,108). Sum of RGB (Red+Green+Blue) = 10+9+108=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 108 (42.58% from 255 or 85.04% from 127); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A096C is #F5F693. Grayscale: #141414. Windows color (decimal): -16119444 or 7080202. OLE color: 7080202.

HSL color Cylindrical-coordinate representation of color #0A096C: hue angle of 240.61º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A096C is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB109108-
CMYK0.910.9200.58
HSL240.61º84.62%22.94%-
HSV(B)240.61º91.67%42.35%-
XYZ2.931.3414.29-
YUV20.58177.33120.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 108 (42.58% from 255) = 85.04%
R=7.87%
G=7.09%
B=85.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1091080.910.9200.58240.6184.6222.94
HexA96C5B5C03Af15517
Octal121115413313407236112527
Binary10101001110110010110111011100011101011110001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,9,108); }

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

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

 a { background-color: rgb(10,9,108); }

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

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

 span { border-color: rgb(10,9,108); }

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