Shades of New Midnight Blue #000C97
Tints of New Midnight Blue #000C97
RGB
CMYK
RGB Variations
Color information
#000C97 (or 0x000C97) is known color: New Midnight Blue. HEX triplet: 00, 0C and 97. RGB value is (0,12,151). Sum of RGB (Red+Green+Blue) = 0+12+151=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 151 (59.38% from 255 or 92.64% from 163); Max value from RGB is 151 - color contains mainly: blue. Hex color #000C97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C97 is #FFF368. Grayscale: #171717. Windows color (decimal): -16773993 or 9899008. OLE color: 9899008.
HSL color Cylindrical-coordinate representation of color #000C97: hue angle of 235.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C97 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 12 | 151 | - |
| CMYK | 1 | 0.92 | 0 | 0.41 |
| HSL | 235.23º | 1% | 0.3% | - |
| HSV(B) | 235.23º | 1% | 0.59% | - |
| XYZ | 5.72 | 2.5 | 29.46 | - |
| YUV | 24.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 151 | 1 | 0.92 | 0 | 0.41 | 235.23 | 1 | 0.3 |
| Hex | 0 | C | 97 | 64 | 5C | 0 | 29 | EB | 64 | 1E |
| Octal | 0 | 14 | 227 | 144 | 134 | 0 | 51 | 353 | 144 | 36 |
| Binary | 0 | 1100 | 10010111 | 1100100 | 1011100 | 0 | 101001 | 11101011 | 1100100 | 11110 |
Color Harmonies of #000C97
Complementary color
Monochromatic Colors of #000C97
Black with #000C97
Text Example
Text Example
White with #000C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C97; }
p { color: rgb(0,12,151); }
H1.HeaderClassName
{
color: #000C97;
}
.AnyTagClassName
{
color: #000C97;
}
</style>
background-color css
<style>
a { background-color: #000C97; }
a { background-color: rgb(0,12,151); }
div.DivClassName
{
background-color: #000C97;
}
.BgClassName
{
background-color: #000C97;
}
</style>
border-color css
<style>
span { border-color: #000C97; }
span { border-color: rgb(0,12,151); }
td.TdClassName
{
border-color: #000C97;
}
.TagClassName
{
border-color: #000C97;
}
</style>