Shades of New Midnight Blue #0A0BA9
Tints of New Midnight Blue #0A0BA9
RGB
CMYK
RGB Variations
Color information
#0A0BA9 (or 0x0A0BA9) is known color: New Midnight Blue. HEX triplet: 0A, 0B and A9. RGB value is (10,11,169). Sum of RGB (Red+Green+Blue) = 10+11+169=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 169 (66.41% from 255 or 88.95% from 190); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A0BA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0BA9 is #F5F456. Grayscale: #1C1C1C. Windows color (decimal): -16118871 or 11078410. OLE color: 11078410.
HSL color Cylindrical-coordinate representation of color #0A0BA9: hue angle of 239.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0BA9 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 11 | 169 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.34 |
| HSL | 239.62º | 0.89% | 0.35% | - |
| HSV(B) | 239.62º | 0.94% | 0.66% | - |
| XYZ | 7.41 | 3.17 | 37.76 | - |
| YUV | 28.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 169 | 0.94 | 0.93 | 0 | 0.34 | 239.62 | 0.89 | 0.35 |
| Hex | A | B | A9 | 5E | 5D | 0 | 22 | F0 | 59 | 23 |
| Octal | 12 | 13 | 251 | 136 | 135 | 0 | 42 | 360 | 131 | 43 |
| Binary | 1010 | 1011 | 10101001 | 1011110 | 1011101 | 0 | 100010 | 11110000 | 1011001 | 100011 |
Color Harmonies of #0A0BA9
Complementary color
Monochromatic Colors of #0A0BA9
Black with #0A0BA9
Text Example
Text Example
White with #0A0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0BA9; }
p { color: rgb(10,11,169); }
H1.HeaderClassName
{
color: #0A0BA9;
}
.AnyTagClassName
{
color: #0A0BA9;
}
</style>
background-color css
<style>
a { background-color: #0A0BA9; }
a { background-color: rgb(10,11,169); }
div.DivClassName
{
background-color: #0A0BA9;
}
.BgClassName
{
background-color: #0A0BA9;
}
</style>
border-color css
<style>
span { border-color: #0A0BA9; }
span { border-color: rgb(10,11,169); }
td.TdClassName
{
border-color: #0A0BA9;
}
.TagClassName
{
border-color: #0A0BA9;
}
</style>