Shades of New Midnight Blue #0A019C
Tints of New Midnight Blue #0A019C
RGB
CMYK
RGB Variations
Color information
#0A019C (or 0x0A019C) is known color: New Midnight Blue. HEX triplet: 0A, 01 and 9C. RGB value is (10,1,156). Sum of RGB (Red+Green+Blue) = 10+1+156=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 156 (61.33% from 255 or 93.41% from 167); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A019C is #F5FE63. Grayscale: #141414. Windows color (decimal): -16121444 or 10223882. OLE color: 10223882.
HSL color Cylindrical-coordinate representation of color #0A019C: hue angle of 243.48º 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 #0A019C is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 1 | 156 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.39 |
| HSL | 243.48º | 0.99% | 0.31% | - |
| HSV(B) | 243.48º | 0.99% | 0.61% | - |
| XYZ | 6.14 | 2.49 | 31.61 | - |
| YUV | 21.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 156 | 0.94 | 0.99 | 0 | 0.39 | 243.48 | 0.99 | 0.31 |
| Hex | A | 1 | 9C | 5E | 63 | 0 | 27 | F3 | 63 | 1F |
| Octal | 12 | 1 | 234 | 136 | 143 | 0 | 47 | 363 | 143 | 37 |
| Binary | 1010 | 1 | 10011100 | 1011110 | 1100011 | 0 | 100111 | 11110011 | 1100011 | 11111 |
Color Harmonies of #0A019C
Complementary color
Monochromatic Colors of #0A019C
Black with #0A019C
Text Example
Text Example
White with #0A019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A019C; }
p { color: rgb(10,1,156); }
H1.HeaderClassName
{
color: #0A019C;
}
.AnyTagClassName
{
color: #0A019C;
}
</style>
background-color css
<style>
a { background-color: #0A019C; }
a { background-color: rgb(10,1,156); }
div.DivClassName
{
background-color: #0A019C;
}
.BgClassName
{
background-color: #0A019C;
}
</style>
border-color css
<style>
span { border-color: #0A019C; }
span { border-color: rgb(10,1,156); }
td.TdClassName
{
border-color: #0A019C;
}
.TagClassName
{
border-color: #0A019C;
}
</style>