Shades of New Midnight Blue #0C009D
Tints of New Midnight Blue #0C009D
RGB
CMYK
RGB Variations
Color information
#0C009D (or 0x0C009D) is known color: New Midnight Blue. HEX triplet: 0C, 00 and 9D. RGB value is (12,0,157). Sum of RGB (Red+Green+Blue) = 12+0+157=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 157 (61.72% from 255 or 92.90% from 169); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C009D is #F3FF62. Grayscale: #141414. Windows color (decimal): -15990627 or 10289164. OLE color: 10289164.
HSL color Cylindrical-coordinate representation of color #0C009D: hue angle of 244.59º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C009D is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 0 | 157 | - |
| CMYK | 0.92 | 1 | 0 | 0.38 |
| HSL | 244.59º | 1% | 0.31% | - |
| HSV(B) | 244.59º | 1% | 0.62% | - |
| XYZ | 6.24 | 2.51 | 32.05 | - |
| YUV | 21.49 | 204.48 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 157 | 0.92 | 1 | 0 | 0.38 | 244.59 | 1 | 0.31 |
| Hex | C | 0 | 9D | 5C | 64 | 0 | 26 | F5 | 64 | 1F |
| Octal | 14 | 0 | 235 | 134 | 144 | 0 | 46 | 365 | 144 | 37 |
| Binary | 1100 | 0 | 10011101 | 1011100 | 1100100 | 0 | 100110 | 11110101 | 1100100 | 11111 |
Color Harmonies of #0C009D
Complementary color
Monochromatic Colors of #0C009D
Black with #0C009D
Text Example
Text Example
White with #0C009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C009D; }
p { color: rgb(12,0,157); }
H1.HeaderClassName
{
color: #0C009D;
}
.AnyTagClassName
{
color: #0C009D;
}
</style>
background-color css
<style>
a { background-color: #0C009D; }
a { background-color: rgb(12,0,157); }
div.DivClassName
{
background-color: #0C009D;
}
.BgClassName
{
background-color: #0C009D;
}
</style>
border-color css
<style>
span { border-color: #0C009D; }
span { border-color: rgb(12,0,157); }
td.TdClassName
{
border-color: #0C009D;
}
.TagClassName
{
border-color: #0C009D;
}
</style>