Shades of New Midnight Blue #0A02A8
Tints of New Midnight Blue #0A02A8
RGB
CMYK
RGB Variations
Color information
#0A02A8 (or 0x0A02A8) is known color: New Midnight Blue. HEX triplet: 0A, 02 and A8. RGB value is (10,2,168). Sum of RGB (Red+Green+Blue) = 10+2+168=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 168 (66.02% from 255 or 93.33% from 180); Max value from RGB is 168 - color contains mainly: blue. Hex color #0A02A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A02A8 is #F5FD57. Grayscale: #161616. Windows color (decimal): -16121176 or 11010570. OLE color: 11010570.
HSL color Cylindrical-coordinate representation of color #0A02A8: hue angle of 242.89º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A02A8 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 2 | 168 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.34 |
| HSL | 242.89º | 0.98% | 0.33% | - |
| HSV(B) | 242.89º | 0.99% | 0.66% | - |
| XYZ | 7.21 | 2.94 | 37.23 | - |
| YUV | 23.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 168 | 0.94 | 0.99 | 0 | 0.34 | 242.89 | 0.98 | 0.33 |
| Hex | A | 2 | A8 | 5E | 63 | 0 | 22 | F3 | 62 | 21 |
| Octal | 12 | 2 | 250 | 136 | 143 | 0 | 42 | 363 | 142 | 41 |
| Binary | 1010 | 10 | 10101000 | 1011110 | 1100011 | 0 | 100010 | 11110011 | 1100010 | 100001 |
Color Harmonies of #0A02A8
Complementary color
Monochromatic Colors of #0A02A8
Black with #0A02A8
Text Example
Text Example
White with #0A02A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A02A8; }
p { color: rgb(10,2,168); }
H1.HeaderClassName
{
color: #0A02A8;
}
.AnyTagClassName
{
color: #0A02A8;
}
</style>
background-color css
<style>
a { background-color: #0A02A8; }
a { background-color: rgb(10,2,168); }
div.DivClassName
{
background-color: #0A02A8;
}
.BgClassName
{
background-color: #0A02A8;
}
</style>
border-color css
<style>
span { border-color: #0A02A8; }
span { border-color: rgb(10,2,168); }
td.TdClassName
{
border-color: #0A02A8;
}
.TagClassName
{
border-color: #0A02A8;
}
</style>