Shades of New Midnight Blue #010997
Tints of New Midnight Blue #010997
RGB
CMYK
RGB Variations
Color information
#010997 (or 0x010997) is known color: New Midnight Blue. HEX triplet: 01, 09 and 97. RGB value is (1,9,151). Sum of RGB (Red+Green+Blue) = 1+9+151=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 151 (59.38% from 255 or 93.79% from 161); Max value from RGB is 151 - color contains mainly: blue. Hex color #010997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010997 is #FEF668. Grayscale: #161616. Windows color (decimal): -16709225 or 9898241. OLE color: 9898241.
HSL color Cylindrical-coordinate representation of color #010997: hue angle of 236.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010997 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 9 | 151 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.41 |
| HSL | 236.8º | 0.99% | 0.3% | - |
| HSV(B) | 236.8º | 0.99% | 0.59% | - |
| XYZ | 5.7 | 2.44 | 29.45 | - |
| YUV | 22.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 151 | 0.99 | 0.94 | 0 | 0.41 | 236.8 | 0.99 | 0.3 |
| Hex | 1 | 9 | 97 | 63 | 5E | 0 | 29 | ED | 63 | 1E |
| Octal | 1 | 11 | 227 | 143 | 136 | 0 | 51 | 355 | 143 | 36 |
| Binary | 1 | 1001 | 10010111 | 1100011 | 1011110 | 0 | 101001 | 11101101 | 1100011 | 11110 |
Color Harmonies of #010997
Complementary color
Monochromatic Colors of #010997
Black with #010997
Text Example
Text Example
White with #010997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010997; }
p { color: rgb(1,9,151); }
H1.HeaderClassName
{
color: #010997;
}
.AnyTagClassName
{
color: #010997;
}
</style>
background-color css
<style>
a { background-color: #010997; }
a { background-color: rgb(1,9,151); }
div.DivClassName
{
background-color: #010997;
}
.BgClassName
{
background-color: #010997;
}
</style>
border-color css
<style>
span { border-color: #010997; }
span { border-color: rgb(1,9,151); }
td.TdClassName
{
border-color: #010997;
}
.TagClassName
{
border-color: #010997;
}
</style>