Shades of New Midnight Blue #0A09A0
Tints of New Midnight Blue #0A09A0
RGB
CMYK
RGB Variations
Color information
#0A09A0 (or 0x0A09A0) is known color: New Midnight Blue. HEX triplet: 0A, 09 and A0. RGB value is (10,9,160). Sum of RGB (Red+Green+Blue) = 10+9+160=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 160 (62.89% from 255 or 89.39% from 179); Max value from RGB is 160 - color contains mainly: blue. Hex color #0A09A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A09A0 is #F5F65F. Grayscale: #191919. Windows color (decimal): -16119392 or 10488074. OLE color: 10488074.
HSL color Cylindrical-coordinate representation of color #0A09A0: hue angle of 240.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A09A0 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 9 | 160 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.37 |
| HSL | 240.4º | 0.89% | 0.33% | - |
| HSV(B) | 240.4º | 0.94% | 0.63% | - |
| XYZ | 6.57 | 2.8 | 33.45 | - |
| YUV | 26.51 | 203.33 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 160 | 0.94 | 0.94 | 0 | 0.37 | 240.4 | 0.89 | 0.33 |
| Hex | A | 9 | A0 | 5E | 5E | 0 | 25 | F0 | 59 | 21 |
| Octal | 12 | 11 | 240 | 136 | 136 | 0 | 45 | 360 | 131 | 41 |
| Binary | 1010 | 1001 | 10100000 | 1011110 | 1011110 | 0 | 100101 | 11110000 | 1011001 | 100001 |
Color Harmonies of #0A09A0
Complementary color
Monochromatic Colors of #0A09A0
Black with #0A09A0
Text Example
Text Example
White with #0A09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A09A0; }
p { color: rgb(10,9,160); }
H1.HeaderClassName
{
color: #0A09A0;
}
.AnyTagClassName
{
color: #0A09A0;
}
</style>
background-color css
<style>
a { background-color: #0A09A0; }
a { background-color: rgb(10,9,160); }
div.DivClassName
{
background-color: #0A09A0;
}
.BgClassName
{
background-color: #0A09A0;
}
</style>
border-color css
<style>
span { border-color: #0A09A0; }
span { border-color: rgb(10,9,160); }
td.TdClassName
{
border-color: #0A09A0;
}
.TagClassName
{
border-color: #0A09A0;
}
</style>