Shades of New Midnight Blue #0A0299
Tints of New Midnight Blue #0A0299
RGB
CMYK
RGB Variations
Color information
#0A0299 (or 0x0A0299) is known color: New Midnight Blue. HEX triplet: 0A, 02 and 99. RGB value is (10,2,153). Sum of RGB (Red+Green+Blue) = 10+2+153=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 153 (60.16% from 255 or 92.73% from 165); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A0299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0299 is #F5FD66. Grayscale: #151515. Windows color (decimal): -16121191 or 10027530. OLE color: 10027530.
HSL color Cylindrical-coordinate representation of color #0A0299: hue angle of 243.18º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0299 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 2 | 153 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.4 |
| HSL | 243.18º | 0.97% | 0.3% | - |
| HSV(B) | 243.18º | 0.99% | 0.6% | - |
| XYZ | 5.9 | 2.41 | 30.29 | - |
| YUV | 21.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 153 | 0.93 | 0.99 | 0 | 0.4 | 243.18 | 0.97 | 0.3 |
| Hex | A | 2 | 99 | 5D | 63 | 0 | 28 | F3 | 61 | 1E |
| Octal | 12 | 2 | 231 | 135 | 143 | 0 | 50 | 363 | 141 | 36 |
| Binary | 1010 | 10 | 10011001 | 1011101 | 1100011 | 0 | 101000 | 11110011 | 1100001 | 11110 |
Color Harmonies of #0A0299
Complementary color
Monochromatic Colors of #0A0299
Black with #0A0299
Text Example
Text Example
White with #0A0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0299; }
p { color: rgb(10,2,153); }
H1.HeaderClassName
{
color: #0A0299;
}
.AnyTagClassName
{
color: #0A0299;
}
</style>
background-color css
<style>
a { background-color: #0A0299; }
a { background-color: rgb(10,2,153); }
div.DivClassName
{
background-color: #0A0299;
}
.BgClassName
{
background-color: #0A0299;
}
</style>
border-color css
<style>
span { border-color: #0A0299; }
span { border-color: rgb(10,2,153); }
td.TdClassName
{
border-color: #0A0299;
}
.TagClassName
{
border-color: #0A0299;
}
</style>