Shades of New Midnight Blue #000296
Tints of New Midnight Blue #000296
RGB
CMYK
RGB Variations
Color information
#000296 (or 0x000296) is known color: New Midnight Blue. HEX triplet: 00, 02 and 96. RGB value is (0,2,150). Sum of RGB (Red+Green+Blue) = 0+2+150=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 150 (58.98% from 255 or 98.68% from 152); Max value from RGB is 150 - color contains mainly: blue. Hex color #000296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000296 is #FFFD69. Grayscale: #111111. Windows color (decimal): -16776554 or 9830912. OLE color: 9830912.
HSL color Cylindrical-coordinate representation of color #000296: hue angle of 239.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000296 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 2 | 150 | - |
| CMYK | 1 | 0.99 | 0 | 0.41 |
| HSL | 239.2º | 1% | 0.29% | - |
| HSV(B) | 239.2º | 1% | 0.59% | - |
| XYZ | 5.53 | 2.25 | 29 | - |
| YUV | 18.27 | 202.34 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 150 | 1 | 0.99 | 0 | 0.41 | 239.2 | 1 | 0.29 |
| Hex | 0 | 2 | 96 | 64 | 63 | 0 | 29 | EF | 64 | 1D |
| Octal | 0 | 2 | 226 | 144 | 143 | 0 | 51 | 357 | 144 | 35 |
| Binary | 0 | 10 | 10010110 | 1100100 | 1100011 | 0 | 101001 | 11101111 | 1100100 | 11101 |
Color Harmonies of #000296
Complementary color
Monochromatic Colors of #000296
Black with #000296
Text Example
Text Example
White with #000296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000296; }
p { color: rgb(0,2,150); }
H1.HeaderClassName
{
color: #000296;
}
.AnyTagClassName
{
color: #000296;
}
</style>
background-color css
<style>
a { background-color: #000296; }
a { background-color: rgb(0,2,150); }
div.DivClassName
{
background-color: #000296;
}
.BgClassName
{
background-color: #000296;
}
</style>
border-color css
<style>
span { border-color: #000296; }
span { border-color: rgb(0,2,150); }
td.TdClassName
{
border-color: #000296;
}
.TagClassName
{
border-color: #000296;
}
</style>