Shades of New Midnight Blue #0A019B
Tints of New Midnight Blue #0A019B
RGB
CMYK
RGB Variations
Color information
#0A019B (or 0x0A019B) is known color: New Midnight Blue. HEX triplet: 0A, 01 and 9B. RGB value is (10,1,155). Sum of RGB (Red+Green+Blue) = 10+1+155=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 155 (60.94% from 255 or 93.37% from 166); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A019B is #F5FE64. Grayscale: #141414. Windows color (decimal): -16121445 or 10158346. OLE color: 10158346.
HSL color Cylindrical-coordinate representation of color #0A019B: hue angle of 243.51º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A019B is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 1 | 155 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.39 |
| HSL | 243.51º | 0.99% | 0.31% | - |
| HSV(B) | 243.51º | 0.99% | 0.61% | - |
| XYZ | 6.05 | 2.45 | 31.16 | - |
| YUV | 21.25 | 203.48 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 155 | 0.94 | 0.99 | 0 | 0.39 | 243.51 | 0.99 | 0.31 |
| Hex | A | 1 | 9B | 5E | 63 | 0 | 27 | F4 | 63 | 1F |
| Octal | 12 | 1 | 233 | 136 | 143 | 0 | 47 | 364 | 143 | 37 |
| Binary | 1010 | 1 | 10011011 | 1011110 | 1100011 | 0 | 100111 | 11110100 | 1100011 | 11111 |
Color Harmonies of #0A019B
Complementary color
Monochromatic Colors of #0A019B
Black with #0A019B
Text Example
Text Example
White with #0A019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A019B; }
p { color: rgb(10,1,155); }
H1.HeaderClassName
{
color: #0A019B;
}
.AnyTagClassName
{
color: #0A019B;
}
</style>
background-color css
<style>
a { background-color: #0A019B; }
a { background-color: rgb(10,1,155); }
div.DivClassName
{
background-color: #0A019B;
}
.BgClassName
{
background-color: #0A019B;
}
</style>
border-color css
<style>
span { border-color: #0A019B; }
span { border-color: rgb(10,1,155); }
td.TdClassName
{
border-color: #0A019B;
}
.TagClassName
{
border-color: #0A019B;
}
</style>