Shades of New Midnight Blue #00019F
Tints of New Midnight Blue #00019F
RGB
CMYK
RGB Variations
Color information
#00019F (or 0x00019F) is known color: New Midnight Blue. HEX triplet: 00, 01 and 9F. RGB value is (0,1,159). Sum of RGB (Red+Green+Blue) = 0+1+159=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 159 (62.5% from 255 or 99.38% from 160); Max value from RGB is 159 - color contains mainly: blue. Hex color #00019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00019F is #FFFE60. Grayscale: #121212. Windows color (decimal): -16776801 or 10420480. OLE color: 10420480.
HSL color Cylindrical-coordinate representation of color #00019F: hue angle of 239.62º 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 #00019F is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 1 | 159 | - |
| CMYK | 1 | 0.99 | 0 | 0.38 |
| HSL | 239.62º | 1% | 0.31% | - |
| HSV(B) | 239.62º | 1% | 0.62% | - |
| XYZ | 6.27 | 2.52 | 32.96 | - |
| YUV | 18.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 159 | 1 | 0.99 | 0 | 0.38 | 239.62 | 1 | 0.31 |
| Hex | 0 | 1 | 9F | 64 | 63 | 0 | 26 | F0 | 64 | 1F |
| Octal | 0 | 1 | 237 | 144 | 143 | 0 | 46 | 360 | 144 | 37 |
| Binary | 0 | 1 | 10011111 | 1100100 | 1100011 | 0 | 100110 | 11110000 | 1100100 | 11111 |
Color Harmonies of #00019F
Complementary color
Monochromatic Colors of #00019F
Black with #00019F
Text Example
Text Example
White with #00019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00019F; }
p { color: rgb(0,1,159); }
H1.HeaderClassName
{
color: #00019F;
}
.AnyTagClassName
{
color: #00019F;
}
</style>
background-color css
<style>
a { background-color: #00019F; }
a { background-color: rgb(0,1,159); }
div.DivClassName
{
background-color: #00019F;
}
.BgClassName
{
background-color: #00019F;
}
</style>
border-color css
<style>
span { border-color: #00019F; }
span { border-color: rgb(0,1,159); }
td.TdClassName
{
border-color: #00019F;
}
.TagClassName
{
border-color: #00019F;
}
</style>