Shades of New Midnight Blue #010297
Tints of New Midnight Blue #010297
RGB
CMYK
RGB Variations
Color information
#010297 (or 0x010297) is known color: New Midnight Blue. HEX triplet: 01, 02 and 97. RGB value is (1,2,151). Sum of RGB (Red+Green+Blue) = 1+2+151=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 151 (59.38% from 255 or 98.05% from 154); Max value from RGB is 151 - color contains mainly: blue. Hex color #010297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010297 is #FEFD68. Grayscale: #121212. Windows color (decimal): -16711017 or 9896449. OLE color: 9896449.
HSL color Cylindrical-coordinate representation of color #010297: hue angle of 239.6º 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 #010297 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 2 | 151 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.41 |
| HSL | 239.6º | 0.99% | 0.3% | - |
| HSV(B) | 239.6º | 0.99% | 0.59% | - |
| XYZ | 5.62 | 2.28 | 29.42 | - |
| YUV | 18.69 | 202.67 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 151 | 0.99 | 0.99 | 0 | 0.41 | 239.6 | 0.99 | 0.3 |
| Hex | 1 | 2 | 97 | 63 | 63 | 0 | 29 | F0 | 63 | 1E |
| Octal | 1 | 2 | 227 | 143 | 143 | 0 | 51 | 360 | 143 | 36 |
| Binary | 1 | 10 | 10010111 | 1100011 | 1100011 | 0 | 101001 | 11110000 | 1100011 | 11110 |
Color Harmonies of #010297
Complementary color
Monochromatic Colors of #010297
Black with #010297
Text Example
Text Example
White with #010297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010297; }
p { color: rgb(1,2,151); }
H1.HeaderClassName
{
color: #010297;
}
.AnyTagClassName
{
color: #010297;
}
</style>
background-color css
<style>
a { background-color: #010297; }
a { background-color: rgb(1,2,151); }
div.DivClassName
{
background-color: #010297;
}
.BgClassName
{
background-color: #010297;
}
</style>
border-color css
<style>
span { border-color: #010297; }
span { border-color: rgb(1,2,151); }
td.TdClassName
{
border-color: #010297;
}
.TagClassName
{
border-color: #010297;
}
</style>