Shades of New Midnight Blue #0C0199
Tints of New Midnight Blue #0C0199
RGB
CMYK
RGB Variations
Color information
#0C0199 (or 0x0C0199) is known color: New Midnight Blue. HEX triplet: 0C, 01 and 99. RGB value is (12,1,153). Sum of RGB (Red+Green+Blue) = 12+1+153=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 153 (60.16% from 255 or 92.17% from 166); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C0199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0199 is #F3FE66. Grayscale: #151515. Windows color (decimal): -15990375 or 10027276. OLE color: 10027276.
HSL color Cylindrical-coordinate representation of color #0C0199: hue angle of 244.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0199 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 1 | 153 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.4 |
| HSL | 244.34º | 0.99% | 0.3% | - |
| HSV(B) | 244.34º | 0.99% | 0.6% | - |
| XYZ | 5.91 | 2.4 | 30.29 | - |
| YUV | 21.62 | 202.14 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 153 | 0.92 | 0.99 | 0 | 0.4 | 244.34 | 0.99 | 0.3 |
| Hex | C | 1 | 99 | 5C | 63 | 0 | 28 | F4 | 63 | 1E |
| Octal | 14 | 1 | 231 | 134 | 143 | 0 | 50 | 364 | 143 | 36 |
| Binary | 1100 | 1 | 10011001 | 1011100 | 1100011 | 0 | 101000 | 11110100 | 1100011 | 11110 |
Color Harmonies of #0C0199
Complementary color
Monochromatic Colors of #0C0199
Black with #0C0199
Text Example
Text Example
White with #0C0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0199; }
p { color: rgb(12,1,153); }
H1.HeaderClassName
{
color: #0C0199;
}
.AnyTagClassName
{
color: #0C0199;
}
</style>
background-color css
<style>
a { background-color: #0C0199; }
a { background-color: rgb(12,1,153); }
div.DivClassName
{
background-color: #0C0199;
}
.BgClassName
{
background-color: #0C0199;
}
</style>
border-color css
<style>
span { border-color: #0C0199; }
span { border-color: rgb(12,1,153); }
td.TdClassName
{
border-color: #0C0199;
}
.TagClassName
{
border-color: #0C0199;
}
</style>