Shades of New Midnight Blue #0A0899
Tints of New Midnight Blue #0A0899
RGB
CMYK
RGB Variations
Color information
#0A0899 (or 0x0A0899) is known color: New Midnight Blue. HEX triplet: 0A, 08 and 99. RGB value is (10,8,153). Sum of RGB (Red+Green+Blue) = 10+8+153=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A0899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0899 is #F5F766. Grayscale: #181818. Windows color (decimal): -16119655 or 10029066. OLE color: 10029066.
HSL color Cylindrical-coordinate representation of color #0A0899: hue angle of 240.83º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0899 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 8 | 153 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.4 |
| HSL | 240.83º | 0.9% | 0.32% | - |
| HSV(B) | 240.83º | 0.95% | 0.6% | - |
| XYZ | 5.96 | 2.54 | 30.31 | - |
| YUV | 25.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 153 | 0.93 | 0.95 | 0 | 0.4 | 240.83 | 0.9 | 0.32 |
| Hex | A | 8 | 99 | 5D | 5F | 0 | 28 | F1 | 5A | 20 |
| Octal | 12 | 10 | 231 | 135 | 137 | 0 | 50 | 361 | 132 | 40 |
| Binary | 1010 | 1000 | 10011001 | 1011101 | 1011111 | 0 | 101000 | 11110001 | 1011010 | 100000 |
Color Harmonies of #0A0899
Complementary color
Monochromatic Colors of #0A0899
Black with #0A0899
Text Example
Text Example
White with #0A0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0899; }
p { color: rgb(10,8,153); }
H1.HeaderClassName
{
color: #0A0899;
}
.AnyTagClassName
{
color: #0A0899;
}
</style>
background-color css
<style>
a { background-color: #0A0899; }
a { background-color: rgb(10,8,153); }
div.DivClassName
{
background-color: #0A0899;
}
.BgClassName
{
background-color: #0A0899;
}
</style>
border-color css
<style>
span { border-color: #0A0899; }
span { border-color: rgb(10,8,153); }
td.TdClassName
{
border-color: #0A0899;
}
.TagClassName
{
border-color: #0A0899;
}
</style>