Shades of New Midnight Blue #0C019D
Tints of New Midnight Blue #0C019D
RGB
CMYK
RGB Variations
Color information
#0C019D (or 0x0C019D) is known color: New Midnight Blue. HEX triplet: 0C, 01 and 9D. RGB value is (12,1,157). Sum of RGB (Red+Green+Blue) = 12+1+157=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C019D is #F3FE62. Grayscale: #151515. Windows color (decimal): -15990371 or 10289420. OLE color: 10289420.
HSL color Cylindrical-coordinate representation of color #0C019D: hue angle of 244.23º 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 #0C019D is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 1 | 157 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.38 |
| HSL | 244.23º | 0.99% | 0.31% | - |
| HSV(B) | 244.23º | 0.99% | 0.62% | - |
| XYZ | 6.25 | 2.53 | 32.06 | - |
| YUV | 22.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 157 | 0.92 | 0.99 | 0 | 0.38 | 244.23 | 0.99 | 0.31 |
| Hex | C | 1 | 9D | 5C | 63 | 0 | 26 | F4 | 63 | 1F |
| Octal | 14 | 1 | 235 | 134 | 143 | 0 | 46 | 364 | 143 | 37 |
| Binary | 1100 | 1 | 10011101 | 1011100 | 1100011 | 0 | 100110 | 11110100 | 1100011 | 11111 |
Color Harmonies of #0C019D
Complementary color
Monochromatic Colors of #0C019D
Black with #0C019D
Text Example
Text Example
White with #0C019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C019D; }
p { color: rgb(12,1,157); }
H1.HeaderClassName
{
color: #0C019D;
}
.AnyTagClassName
{
color: #0C019D;
}
</style>
background-color css
<style>
a { background-color: #0C019D; }
a { background-color: rgb(12,1,157); }
div.DivClassName
{
background-color: #0C019D;
}
.BgClassName
{
background-color: #0C019D;
}
</style>
border-color css
<style>
span { border-color: #0C019D; }
span { border-color: rgb(12,1,157); }
td.TdClassName
{
border-color: #0C019D;
}
.TagClassName
{
border-color: #0C019D;
}
</style>