Shades of New Midnight Blue #001297
Tints of New Midnight Blue #001297
RGB
CMYK
RGB Variations
Color information
#001297 (or 0x001297) is known color: New Midnight Blue. HEX triplet: 00, 12 and 97. RGB value is (0,18,151). Sum of RGB (Red+Green+Blue) = 0+18+151=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 151 (59.38% from 255 or 89.35% from 169); Max value from RGB is 151 - color contains mainly: blue. Hex color #001297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001297 is #FFED68. Grayscale: #1B1B1B. Windows color (decimal): -16772457 or 9900544. OLE color: 9900544.
HSL color Cylindrical-coordinate representation of color #001297: hue angle of 232.85º 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 #001297 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 18 | 151 | - |
| CMYK | 1 | 0.88 | 0 | 0.41 |
| HSL | 232.85º | 1% | 0.3% | - |
| HSV(B) | 232.85º | 1% | 0.59% | - |
| XYZ | 5.8 | 2.67 | 29.49 | - |
| YUV | 27.78 | 197.54 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 151 | 1 | 0.88 | 0 | 0.41 | 232.85 | 1 | 0.3 |
| Hex | 0 | 12 | 97 | 64 | 58 | 0 | 29 | E9 | 64 | 1E |
| Octal | 0 | 22 | 227 | 144 | 130 | 0 | 51 | 351 | 144 | 36 |
| Binary | 0 | 10010 | 10010111 | 1100100 | 1011000 | 0 | 101001 | 11101001 | 1100100 | 11110 |
Color Harmonies of #001297
Complementary color
Monochromatic Colors of #001297
Black with #001297
Text Example
Text Example
White with #001297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001297; }
p { color: rgb(0,18,151); }
H1.HeaderClassName
{
color: #001297;
}
.AnyTagClassName
{
color: #001297;
}
</style>
background-color css
<style>
a { background-color: #001297; }
a { background-color: rgb(0,18,151); }
div.DivClassName
{
background-color: #001297;
}
.BgClassName
{
background-color: #001297;
}
</style>
border-color css
<style>
span { border-color: #001297; }
span { border-color: rgb(0,18,151); }
td.TdClassName
{
border-color: #001297;
}
.TagClassName
{
border-color: #001297;
}
</style>