Shades of New Midnight Blue #00019B
Tints of New Midnight Blue #00019B
RGB
CMYK
RGB Variations
Color information
#00019B (or 0x00019B) is known color: New Midnight Blue. HEX triplet: 00, 01 and 9B. RGB value is (0,1,155). Sum of RGB (Red+Green+Blue) = 0+1+155=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 155 (60.94% from 255 or 99.36% from 156); Max value from RGB is 155 - color contains mainly: blue. Hex color #00019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00019B is #FFFE64. Grayscale: #111111. Windows color (decimal): -16776805 or 10158336. OLE color: 10158336.
HSL color Cylindrical-coordinate representation of color #00019B: hue angle of 239.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00019B is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 1 | 155 | - |
| CMYK | 1 | 0.99 | 0 | 0.39 |
| HSL | 239.61º | 1% | 0.3% | - |
| HSV(B) | 239.61º | 1% | 0.61% | - |
| XYZ | 5.93 | 2.39 | 31.16 | - |
| YUV | 18.26 | 205.17 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 155 | 1 | 0.99 | 0 | 0.39 | 239.61 | 1 | 0.3 |
| Hex | 0 | 1 | 9B | 64 | 63 | 0 | 27 | F0 | 64 | 1E |
| Octal | 0 | 1 | 233 | 144 | 143 | 0 | 47 | 360 | 144 | 36 |
| Binary | 0 | 1 | 10011011 | 1100100 | 1100011 | 0 | 100111 | 11110000 | 1100100 | 11110 |
Color Harmonies of #00019B
Complementary color
Monochromatic Colors of #00019B
Black with #00019B
Text Example
Text Example
White with #00019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00019B; }
p { color: rgb(0,1,155); }
H1.HeaderClassName
{
color: #00019B;
}
.AnyTagClassName
{
color: #00019B;
}
</style>
background-color css
<style>
a { background-color: #00019B; }
a { background-color: rgb(0,1,155); }
div.DivClassName
{
background-color: #00019B;
}
.BgClassName
{
background-color: #00019B;
}
</style>
border-color css
<style>
span { border-color: #00019B; }
span { border-color: rgb(0,1,155); }
td.TdClassName
{
border-color: #00019B;
}
.TagClassName
{
border-color: #00019B;
}
</style>