Shades of New Midnight Blue #0A0C9C
Tints of New Midnight Blue #0A0C9C
RGB
CMYK
RGB Variations
Color information
#0A0C9C (or 0x0A0C9C) is known color: New Midnight Blue. HEX triplet: 0A, 0C and 9C. RGB value is (10,12,156). Sum of RGB (Red+Green+Blue) = 10+12+156=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A0C9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0C9C is #F5F363. Grayscale: #1B1B1B. Windows color (decimal): -16118628 or 10226698. OLE color: 10226698.
HSL color Cylindrical-coordinate representation of color #0A0C9C: hue angle of 239.18º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0C9C is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 12 | 156 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.39 |
| HSL | 239.18º | 0.88% | 0.33% | - |
| HSV(B) | 239.18º | 0.94% | 0.61% | - |
| XYZ | 6.26 | 2.73 | 31.65 | - |
| YUV | 27.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 156 | 0.94 | 0.92 | 0 | 0.39 | 239.18 | 0.88 | 0.33 |
| Hex | A | C | 9C | 5E | 5C | 0 | 27 | EF | 58 | 21 |
| Octal | 12 | 14 | 234 | 136 | 134 | 0 | 47 | 357 | 130 | 41 |
| Binary | 1010 | 1100 | 10011100 | 1011110 | 1011100 | 0 | 100111 | 11101111 | 1011000 | 100001 |
Color Harmonies of #0A0C9C
Complementary color
Monochromatic Colors of #0A0C9C
Black with #0A0C9C
Text Example
Text Example
White with #0A0C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0C9C; }
p { color: rgb(10,12,156); }
H1.HeaderClassName
{
color: #0A0C9C;
}
.AnyTagClassName
{
color: #0A0C9C;
}
</style>
background-color css
<style>
a { background-color: #0A0C9C; }
a { background-color: rgb(10,12,156); }
div.DivClassName
{
background-color: #0A0C9C;
}
.BgClassName
{
background-color: #0A0C9C;
}
</style>
border-color css
<style>
span { border-color: #0A0C9C; }
span { border-color: rgb(10,12,156); }
td.TdClassName
{
border-color: #0A0C9C;
}
.TagClassName
{
border-color: #0A0C9C;
}
</style>