Shades of New Midnight Blue #011395
Tints of New Midnight Blue #011395
RGB
CMYK
RGB Variations
Color information
#011395 (or 0x011395) is known color: New Midnight Blue. HEX triplet: 01, 13 and 95. RGB value is (1,19,149). Sum of RGB (Red+Green+Blue) = 1+19+149=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #011395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011395 is #FEEC6A. Grayscale: #1B1B1B. Windows color (decimal): -16706667 or 9769729. OLE color: 9769729.
HSL color Cylindrical-coordinate representation of color #011395: hue angle of 232.7º 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 #011395 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 19 | 149 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.42 |
| HSL | 232.7º | 0.99% | 0.29% | - |
| HSV(B) | 232.7º | 0.99% | 0.58% | - |
| XYZ | 5.67 | 2.64 | 28.64 | - |
| YUV | 28.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 149 | 0.99 | 0.87 | 0 | 0.42 | 232.7 | 0.99 | 0.29 |
| Hex | 1 | 13 | 95 | 63 | 57 | 0 | 2A | E9 | 63 | 1D |
| Octal | 1 | 23 | 225 | 143 | 127 | 0 | 52 | 351 | 143 | 35 |
| Binary | 1 | 10011 | 10010101 | 1100011 | 1010111 | 0 | 101010 | 11101001 | 1100011 | 11101 |
Color Harmonies of #011395
Complementary color
Monochromatic Colors of #011395
Black with #011395
Text Example
Text Example
White with #011395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011395; }
p { color: rgb(1,19,149); }
H1.HeaderClassName
{
color: #011395;
}
.AnyTagClassName
{
color: #011395;
}
</style>
background-color css
<style>
a { background-color: #011395; }
a { background-color: rgb(1,19,149); }
div.DivClassName
{
background-color: #011395;
}
.BgClassName
{
background-color: #011395;
}
</style>
border-color css
<style>
span { border-color: #011395; }
span { border-color: rgb(1,19,149); }
td.TdClassName
{
border-color: #011395;
}
.TagClassName
{
border-color: #011395;
}
</style>