Shades of New Midnight Blue #00029E
Tints of New Midnight Blue #00029E
RGB
CMYK
RGB Variations
Color information
#00029E (or 0x00029E) is known color: New Midnight Blue. HEX triplet: 00, 02 and 9E. RGB value is (0,2,158). Sum of RGB (Red+Green+Blue) = 0+2+158=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 158 (62.11% from 255 or 98.75% from 160); Max value from RGB is 158 - color contains mainly: blue. Hex color #00029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00029E is #FFFD61. Grayscale: #121212. Windows color (decimal): -16776546 or 10355200. OLE color: 10355200.
HSL color Cylindrical-coordinate representation of color #00029E: hue angle of 239.24º 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 #00029E is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 2 | 158 | - |
| CMYK | 1 | 0.99 | 0 | 0.38 |
| HSL | 239.24º | 1% | 0.31% | - |
| HSV(B) | 239.24º | 1% | 0.62% | - |
| XYZ | 6.19 | 2.51 | 32.51 | - |
| YUV | 19.19 | 206.34 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 158 | 1 | 0.99 | 0 | 0.38 | 239.24 | 1 | 0.31 |
| Hex | 0 | 2 | 9E | 64 | 63 | 0 | 26 | EF | 64 | 1F |
| Octal | 0 | 2 | 236 | 144 | 143 | 0 | 46 | 357 | 144 | 37 |
| Binary | 0 | 10 | 10011110 | 1100100 | 1100011 | 0 | 100110 | 11101111 | 1100100 | 11111 |
Color Harmonies of #00029E
Complementary color
Monochromatic Colors of #00029E
Black with #00029E
Text Example
Text Example
White with #00029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00029E; }
p { color: rgb(0,2,158); }
H1.HeaderClassName
{
color: #00029E;
}
.AnyTagClassName
{
color: #00029E;
}
</style>
background-color css
<style>
a { background-color: #00029E; }
a { background-color: rgb(0,2,158); }
div.DivClassName
{
background-color: #00029E;
}
.BgClassName
{
background-color: #00029E;
}
</style>
border-color css
<style>
span { border-color: #00029E; }
span { border-color: rgb(0,2,158); }
td.TdClassName
{
border-color: #00029E;
}
.TagClassName
{
border-color: #00029E;
}
</style>