Shades of New Midnight Blue #00159D
Tints of New Midnight Blue #00159D
RGB
CMYK
RGB Variations
Color information
#00159D (or 0x00159D) is known color: New Midnight Blue. HEX triplet: 00, 15 and 9D. RGB value is (0,21,157). Sum of RGB (Red+Green+Blue) = 0+21+157=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #00159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00159D is #FFEA62. Grayscale: #1D1D1D. Windows color (decimal): -16771683 or 10294528. OLE color: 10294528.
HSL color Cylindrical-coordinate representation of color #00159D: hue angle of 231.97º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00159D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 21 | 157 | - |
| CMYK | 1 | 0.87 | 0 | 0.38 |
| HSL | 231.97º | 1% | 0.31% | - |
| HSV(B) | 231.97º | 1% | 0.62% | - |
| XYZ | 6.35 | 2.97 | 32.14 | - |
| YUV | 30.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 157 | 1 | 0.87 | 0 | 0.38 | 231.97 | 1 | 0.31 |
| Hex | 0 | 15 | 9D | 64 | 57 | 0 | 26 | E8 | 64 | 1F |
| Octal | 0 | 25 | 235 | 144 | 127 | 0 | 46 | 350 | 144 | 37 |
| Binary | 0 | 10101 | 10011101 | 1100100 | 1010111 | 0 | 100110 | 11101000 | 1100100 | 11111 |
Color Harmonies of #00159D
Complementary color
Monochromatic Colors of #00159D
Black with #00159D
Text Example
Text Example
White with #00159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00159D; }
p { color: rgb(0,21,157); }
H1.HeaderClassName
{
color: #00159D;
}
.AnyTagClassName
{
color: #00159D;
}
</style>
background-color css
<style>
a { background-color: #00159D; }
a { background-color: rgb(0,21,157); }
div.DivClassName
{
background-color: #00159D;
}
.BgClassName
{
background-color: #00159D;
}
</style>
border-color css
<style>
span { border-color: #00159D; }
span { border-color: rgb(0,21,157); }
td.TdClassName
{
border-color: #00159D;
}
.TagClassName
{
border-color: #00159D;
}
</style>