Shades of New Midnight Blue #01159B
Tints of New Midnight Blue #01159B
RGB
CMYK
RGB Variations
Color information
#01159B (or 0x01159B) is known color: New Midnight Blue. HEX triplet: 01, 15 and 9B. RGB value is (1,21,155). Sum of RGB (Red+Green+Blue) = 1+21+155=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 155 (60.94% from 255 or 87.57% from 177); Max value from RGB is 155 - color contains mainly: blue. Hex color #01159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01159B is #FEEA64. Grayscale: #1D1D1D. Windows color (decimal): -16706149 or 10163457. OLE color: 10163457.
HSL color Cylindrical-coordinate representation of color #01159B: hue angle of 232.21º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01159B is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 21 | 155 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.39 |
| HSL | 232.21º | 0.99% | 0.31% | - |
| HSV(B) | 232.21º | 0.99% | 0.61% | - |
| XYZ | 6.2 | 2.91 | 31.25 | - |
| YUV | 30.3 | 198.37 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 155 | 0.99 | 0.86 | 0 | 0.39 | 232.21 | 0.99 | 0.31 |
| Hex | 1 | 15 | 9B | 63 | 56 | 0 | 27 | E8 | 63 | 1F |
| Octal | 1 | 25 | 233 | 143 | 126 | 0 | 47 | 350 | 143 | 37 |
| Binary | 1 | 10101 | 10011011 | 1100011 | 1010110 | 0 | 100111 | 11101000 | 1100011 | 11111 |
Color Harmonies of #01159B
Complementary color
Monochromatic Colors of #01159B
Black with #01159B
Text Example
Text Example
White with #01159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01159B; }
p { color: rgb(1,21,155); }
H1.HeaderClassName
{
color: #01159B;
}
.AnyTagClassName
{
color: #01159B;
}
</style>
background-color css
<style>
a { background-color: #01159B; }
a { background-color: rgb(1,21,155); }
div.DivClassName
{
background-color: #01159B;
}
.BgClassName
{
background-color: #01159B;
}
</style>
border-color css
<style>
span { border-color: #01159B; }
span { border-color: rgb(1,21,155); }
td.TdClassName
{
border-color: #01159B;
}
.TagClassName
{
border-color: #01159B;
}
</style>