Shades of New Midnight Blue #011599
Tints of New Midnight Blue #011599
RGB
CMYK
RGB Variations
Color information
#011599 (or 0x011599) is known color: New Midnight Blue. HEX triplet: 01, 15 and 99. RGB value is (1,21,153). Sum of RGB (Red+Green+Blue) = 1+21+153=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 153 (60.16% from 255 or 87.43% from 175); Max value from RGB is 153 - color contains mainly: blue. Hex color #011599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011599 is #FEEA66. Grayscale: #1D1D1D. Windows color (decimal): -16706151 or 10032385. OLE color: 10032385.
HSL color Cylindrical-coordinate representation of color #011599: hue angle of 232.11º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011599 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 21 | 153 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.4 |
| HSL | 232.11º | 0.99% | 0.3% | - |
| HSV(B) | 232.11º | 0.99% | 0.6% | - |
| XYZ | 6.03 | 2.84 | 30.37 | - |
| YUV | 30.07 | 197.37 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 153 | 0.99 | 0.86 | 0 | 0.4 | 232.11 | 0.99 | 0.3 |
| Hex | 1 | 15 | 99 | 63 | 56 | 0 | 28 | E8 | 63 | 1E |
| Octal | 1 | 25 | 231 | 143 | 126 | 0 | 50 | 350 | 143 | 36 |
| Binary | 1 | 10101 | 10011001 | 1100011 | 1010110 | 0 | 101000 | 11101000 | 1100011 | 11110 |
Color Harmonies of #011599
Complementary color
Monochromatic Colors of #011599
Black with #011599
Text Example
Text Example
White with #011599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011599; }
p { color: rgb(1,21,153); }
H1.HeaderClassName
{
color: #011599;
}
.AnyTagClassName
{
color: #011599;
}
</style>
background-color css
<style>
a { background-color: #011599; }
a { background-color: rgb(1,21,153); }
div.DivClassName
{
background-color: #011599;
}
.BgClassName
{
background-color: #011599;
}
</style>
border-color css
<style>
span { border-color: #011599; }
span { border-color: rgb(1,21,153); }
td.TdClassName
{
border-color: #011599;
}
.TagClassName
{
border-color: #011599;
}
</style>