Shades of New Midnight Blue #011195
Tints of New Midnight Blue #011195
RGB
CMYK
RGB Variations
Color information
#011195 (or 0x011195) is known color: New Midnight Blue. HEX triplet: 01, 11 and 95. RGB value is (1,17,149). Sum of RGB (Red+Green+Blue) = 1+17+149=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 149 (58.59% from 255 or 89.22% from 167); Max value from RGB is 149 - color contains mainly: blue. Hex color #011195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011195 is #FEEE6A. Grayscale: #1A1A1A. Windows color (decimal): -16707179 or 9769217. OLE color: 9769217.
HSL color Cylindrical-coordinate representation of color #011195: hue angle of 233.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011195 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 17 | 149 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.42 |
| HSL | 233.51º | 0.99% | 0.29% | - |
| HSV(B) | 233.51º | 0.99% | 0.58% | - |
| XYZ | 5.64 | 2.58 | 28.63 | - |
| YUV | 27.26 | 196.7 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 149 | 0.99 | 0.89 | 0 | 0.42 | 233.51 | 0.99 | 0.29 |
| Hex | 1 | 11 | 95 | 63 | 59 | 0 | 2A | EA | 63 | 1D |
| Octal | 1 | 21 | 225 | 143 | 131 | 0 | 52 | 352 | 143 | 35 |
| Binary | 1 | 10001 | 10010101 | 1100011 | 1011001 | 0 | 101010 | 11101010 | 1100011 | 11101 |
Color Harmonies of #011195
Complementary color
Monochromatic Colors of #011195
Black with #011195
Text Example
Text Example
White with #011195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011195; }
p { color: rgb(1,17,149); }
H1.HeaderClassName
{
color: #011195;
}
.AnyTagClassName
{
color: #011195;
}
</style>
background-color css
<style>
a { background-color: #011195; }
a { background-color: rgb(1,17,149); }
div.DivClassName
{
background-color: #011195;
}
.BgClassName
{
background-color: #011195;
}
</style>
border-color css
<style>
span { border-color: #011195; }
span { border-color: rgb(1,17,149); }
td.TdClassName
{
border-color: #011195;
}
.TagClassName
{
border-color: #011195;
}
</style>