Shades of New Midnight Blue #0A009C
Tints of New Midnight Blue #0A009C
RGB
CMYK
RGB Variations
Color information
#0A009C (or 0x0A009C) is known color: New Midnight Blue. HEX triplet: 0A, 00 and 9C. RGB value is (10,0,156). Sum of RGB (Red+Green+Blue) = 10+0+156=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 156 (61.33% from 255 or 93.98% from 166); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A009C is #F5FF63. Grayscale: #141414. Windows color (decimal): -16121700 or 10223626. OLE color: 10223626.
HSL color Cylindrical-coordinate representation of color #0A009C: hue angle of 243.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A009C is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 0 | 156 | - |
| CMYK | 0.94 | 1 | 0 | 0.39 |
| HSL | 243.85º | 1% | 0.31% | - |
| HSV(B) | 243.85º | 1% | 0.61% | - |
| XYZ | 6.13 | 2.46 | 31.61 | - |
| YUV | 20.77 | 204.31 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 156 | 0.94 | 1 | 0 | 0.39 | 243.85 | 1 | 0.31 |
| Hex | A | 0 | 9C | 5E | 64 | 0 | 27 | F4 | 64 | 1F |
| Octal | 12 | 0 | 234 | 136 | 144 | 0 | 47 | 364 | 144 | 37 |
| Binary | 1010 | 0 | 10011100 | 1011110 | 1100100 | 0 | 100111 | 11110100 | 1100100 | 11111 |
Color Harmonies of #0A009C
Complementary color
Monochromatic Colors of #0A009C
Black with #0A009C
Text Example
Text Example
White with #0A009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A009C; }
p { color: rgb(10,0,156); }
H1.HeaderClassName
{
color: #0A009C;
}
.AnyTagClassName
{
color: #0A009C;
}
</style>
background-color css
<style>
a { background-color: #0A009C; }
a { background-color: rgb(10,0,156); }
div.DivClassName
{
background-color: #0A009C;
}
.BgClassName
{
background-color: #0A009C;
}
</style>
border-color css
<style>
span { border-color: #0A009C; }
span { border-color: rgb(10,0,156); }
td.TdClassName
{
border-color: #0A009C;
}
.TagClassName
{
border-color: #0A009C;
}
</style>