Shades of New Midnight Blue #00159B
Tints of New Midnight Blue #00159B
RGB
CMYK
RGB Variations
Color information
#00159B (or 0x00159B) is known color: New Midnight Blue. HEX triplet: 00, 15 and 9B. RGB value is (0,21,155). Sum of RGB (Red+Green+Blue) = 0+21+155=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 155 (60.94% from 255 or 88.07% from 176); Max value from RGB is 155 - color contains mainly: blue. Hex color #00159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00159B is #FFEA64. Grayscale: #1D1D1D. Windows color (decimal): -16771685 or 10163456. OLE color: 10163456.
HSL color Cylindrical-coordinate representation of color #00159B: hue angle of 231.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00159B is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 21 | 155 | - |
| CMYK | 1 | 0.86 | 0 | 0.39 |
| HSL | 231.87º | 1% | 0.3% | - |
| HSV(B) | 231.87º | 1% | 0.61% | - |
| XYZ | 6.18 | 2.9 | 31.24 | - |
| YUV | 30 | 198.54 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 155 | 1 | 0.86 | 0 | 0.39 | 231.87 | 1 | 0.3 |
| Hex | 0 | 15 | 9B | 64 | 56 | 0 | 27 | E8 | 64 | 1E |
| Octal | 0 | 25 | 233 | 144 | 126 | 0 | 47 | 350 | 144 | 36 |
| Binary | 0 | 10101 | 10011011 | 1100100 | 1010110 | 0 | 100111 | 11101000 | 1100100 | 11110 |
Color Harmonies of #00159B
Complementary color
Monochromatic Colors of #00159B
Black with #00159B
Text Example
Text Example
White with #00159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00159B; }
p { color: rgb(0,21,155); }
H1.HeaderClassName
{
color: #00159B;
}
.AnyTagClassName
{
color: #00159B;
}
</style>
background-color css
<style>
a { background-color: #00159B; }
a { background-color: rgb(0,21,155); }
div.DivClassName
{
background-color: #00159B;
}
.BgClassName
{
background-color: #00159B;
}
</style>
border-color css
<style>
span { border-color: #00159B; }
span { border-color: rgb(0,21,155); }
td.TdClassName
{
border-color: #00159B;
}
.TagClassName
{
border-color: #00159B;
}
</style>