Shades of New Midnight Blue #0C019F
Tints of New Midnight Blue #0C019F
RGB
CMYK
RGB Variations
Color information
#0C019F (or 0x0C019F) is known color: New Midnight Blue. HEX triplet: 0C, 01 and 9F. RGB value is (12,1,159). Sum of RGB (Red+Green+Blue) = 12+1+159=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 159 (62.5% from 255 or 92.44% from 172); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C019F is #F3FE60. Grayscale: #151515. Windows color (decimal): -15990369 or 10420492. OLE color: 10420492.
HSL color Cylindrical-coordinate representation of color #0C019F: hue angle of 244.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C019F is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 1 | 159 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.38 |
| HSL | 244.18º | 0.99% | 0.31% | - |
| HSV(B) | 244.18º | 0.99% | 0.62% | - |
| XYZ | 6.42 | 2.6 | 32.96 | - |
| YUV | 22.3 | 205.14 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 159 | 0.92 | 0.99 | 0 | 0.38 | 244.18 | 0.99 | 0.31 |
| Hex | C | 1 | 9F | 5C | 63 | 0 | 26 | F4 | 63 | 1F |
| Octal | 14 | 1 | 237 | 134 | 143 | 0 | 46 | 364 | 143 | 37 |
| Binary | 1100 | 1 | 10011111 | 1011100 | 1100011 | 0 | 100110 | 11110100 | 1100011 | 11111 |
Color Harmonies of #0C019F
Complementary color
Monochromatic Colors of #0C019F
Black with #0C019F
Text Example
Text Example
White with #0C019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C019F; }
p { color: rgb(12,1,159); }
H1.HeaderClassName
{
color: #0C019F;
}
.AnyTagClassName
{
color: #0C019F;
}
</style>
background-color css
<style>
a { background-color: #0C019F; }
a { background-color: rgb(12,1,159); }
div.DivClassName
{
background-color: #0C019F;
}
.BgClassName
{
background-color: #0C019F;
}
</style>
border-color css
<style>
span { border-color: #0C019F; }
span { border-color: rgb(12,1,159); }
td.TdClassName
{
border-color: #0C019F;
}
.TagClassName
{
border-color: #0C019F;
}
</style>