Shades of New Midnight Blue #00019D
Tints of New Midnight Blue #00019D
RGB
CMYK
RGB Variations
Color information
#00019D (or 0x00019D) is known color: New Midnight Blue. HEX triplet: 00, 01 and 9D. RGB value is (0,1,157). Sum of RGB (Red+Green+Blue) = 0+1+157=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 157 (61.72% from 255 or 99.37% from 158); Max value from RGB is 157 - color contains mainly: blue. Hex color #00019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00019D is #FFFE62. Grayscale: #111111. Windows color (decimal): -16776803 or 10289408. OLE color: 10289408.
HSL color Cylindrical-coordinate representation of color #00019D: 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 #00019D is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 1 | 157 | - |
| CMYK | 1 | 0.99 | 0 | 0.38 |
| HSL | 239.62º | 1% | 0.31% | - |
| HSV(B) | 239.62º | 1% | 0.62% | - |
| XYZ | 6.1 | 2.46 | 32.05 | - |
| YUV | 18.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 157 | 1 | 0.99 | 0 | 0.38 | 239.62 | 1 | 0.31 |
| Hex | 0 | 1 | 9D | 64 | 63 | 0 | 26 | F0 | 64 | 1F |
| Octal | 0 | 1 | 235 | 144 | 143 | 0 | 46 | 360 | 144 | 37 |
| Binary | 0 | 1 | 10011101 | 1100100 | 1100011 | 0 | 100110 | 11110000 | 1100100 | 11111 |
Color Harmonies of #00019D
Complementary color
Monochromatic Colors of #00019D
Black with #00019D
Text Example
Text Example
White with #00019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00019D; }
p { color: rgb(0,1,157); }
H1.HeaderClassName
{
color: #00019D;
}
.AnyTagClassName
{
color: #00019D;
}
</style>
background-color css
<style>
a { background-color: #00019D; }
a { background-color: rgb(0,1,157); }
div.DivClassName
{
background-color: #00019D;
}
.BgClassName
{
background-color: #00019D;
}
</style>
border-color css
<style>
span { border-color: #00019D; }
span { border-color: rgb(0,1,157); }
td.TdClassName
{
border-color: #00019D;
}
.TagClassName
{
border-color: #00019D;
}
</style>