Shades of New Midnight Blue #001695
Tints of New Midnight Blue #001695
RGB
CMYK
RGB Variations
Color information
#001695 (or 0x001695) is known color: New Midnight Blue. HEX triplet: 00, 16 and 95. RGB value is (0,22,149). Sum of RGB (Red+Green+Blue) = 0+22+149=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 149 (58.59% from 255 or 87.13% from 171); Max value from RGB is 149 - color contains mainly: blue. Hex color #001695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001695 is #FFE96A. Grayscale: #1D1D1D. Windows color (decimal): -16771435 or 9770496. OLE color: 9770496.
HSL color Cylindrical-coordinate representation of color #001695: hue angle of 231.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001695 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 22 | 149 | - |
| CMYK | 1 | 0.85 | 0 | 0.42 |
| HSL | 231.14º | 1% | 0.29% | - |
| HSV(B) | 231.14º | 1% | 0.58% | - |
| XYZ | 5.71 | 2.74 | 28.66 | - |
| YUV | 29.9 | 195.21 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 149 | 1 | 0.85 | 0 | 0.42 | 231.14 | 1 | 0.29 |
| Hex | 0 | 16 | 95 | 64 | 55 | 0 | 2A | E7 | 64 | 1D |
| Octal | 0 | 26 | 225 | 144 | 125 | 0 | 52 | 347 | 144 | 35 |
| Binary | 0 | 10110 | 10010101 | 1100100 | 1010101 | 0 | 101010 | 11100111 | 1100100 | 11101 |
Color Harmonies of #001695
Complementary color
Monochromatic Colors of #001695
Black with #001695
Text Example
Text Example
White with #001695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001695; }
p { color: rgb(0,22,149); }
H1.HeaderClassName
{
color: #001695;
}
.AnyTagClassName
{
color: #001695;
}
</style>
background-color css
<style>
a { background-color: #001695; }
a { background-color: rgb(0,22,149); }
div.DivClassName
{
background-color: #001695;
}
.BgClassName
{
background-color: #001695;
}
</style>
border-color css
<style>
span { border-color: #001695; }
span { border-color: rgb(0,22,149); }
td.TdClassName
{
border-color: #001695;
}
.TagClassName
{
border-color: #001695;
}
</style>