Shades of New Midnight Blue #01159A
Tints of New Midnight Blue #01159A
RGB
CMYK
RGB Variations
Color information
#01159A (or 0x01159A) is known color: New Midnight Blue. HEX triplet: 01, 15 and 9A. RGB value is (1,21,154). Sum of RGB (Red+Green+Blue) = 1+21+154=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 154 (60.55% from 255 or 87.5% from 176); Max value from RGB is 154 - color contains mainly: blue. Hex color #01159A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01159A is #FEEA65. Grayscale: #1D1D1D. Windows color (decimal): -16706150 or 10097921. OLE color: 10097921.
HSL color Cylindrical-coordinate representation of color #01159A: hue angle of 232.16º 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 #01159A is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 21 | 154 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.40 |
| HSL | 232.16º | 0.99% | 0.3% | - |
| HSV(B) | 232.16º | 0.99% | 0.6% | - |
| XYZ | 6.11 | 2.88 | 30.8 | - |
| YUV | 30.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 154 | 0.99 | 0.86 | 0 | 0.40 | 232.16 | 0.99 | 0.3 |
| Hex | 1 | 15 | 9A | 63 | 56 | 0 | 28 | E8 | 63 | 1E |
| Octal | 1 | 25 | 232 | 143 | 126 | 0 | 50 | 350 | 143 | 36 |
| Binary | 1 | 10101 | 10011010 | 1100011 | 1010110 | 0 | 101000 | 11101000 | 1100011 | 11110 |
Color Harmonies of #01159A
Complementary color
Monochromatic Colors of #01159A
Black with #01159A
Text Example
Text Example
White with #01159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01159A; }
p { color: rgb(1,21,154); }
H1.HeaderClassName
{
color: #01159A;
}
.AnyTagClassName
{
color: #01159A;
}
</style>
background-color css
<style>
a { background-color: #01159A; }
a { background-color: rgb(1,21,154); }
div.DivClassName
{
background-color: #01159A;
}
.BgClassName
{
background-color: #01159A;
}
</style>
border-color css
<style>
span { border-color: #01159A; }
span { border-color: rgb(1,21,154); }
td.TdClassName
{
border-color: #01159A;
}
.TagClassName
{
border-color: #01159A;
}
</style>