Shades of New Midnight Blue #00139B
Tints of New Midnight Blue #00139B
RGB
CMYK
RGB Variations
Color information
#00139B (or 0x00139B) is known color: New Midnight Blue. HEX triplet: 00, 13 and 9B. RGB value is (0,19,155). Sum of RGB (Red+Green+Blue) = 0+19+155=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #00139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00139B is #FFEC64. Grayscale: #1C1C1C. Windows color (decimal): -16772197 or 10162944. OLE color: 10162944.
HSL color Cylindrical-coordinate representation of color #00139B: hue angle of 232.65º 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 #00139B is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 19 | 155 | - |
| CMYK | 1 | 0.88 | 0 | 0.39 |
| HSL | 232.65º | 1% | 0.3% | - |
| HSV(B) | 232.65º | 1% | 0.61% | - |
| XYZ | 6.15 | 2.83 | 31.23 | - |
| YUV | 28.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 155 | 1 | 0.88 | 0 | 0.39 | 232.65 | 1 | 0.3 |
| Hex | 0 | 13 | 9B | 64 | 58 | 0 | 27 | E9 | 64 | 1E |
| Octal | 0 | 23 | 233 | 144 | 130 | 0 | 47 | 351 | 144 | 36 |
| Binary | 0 | 10011 | 10011011 | 1100100 | 1011000 | 0 | 100111 | 11101001 | 1100100 | 11110 |
Color Harmonies of #00139B
Complementary color
Monochromatic Colors of #00139B
Black with #00139B
Text Example
Text Example
White with #00139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00139B; }
p { color: rgb(0,19,155); }
H1.HeaderClassName
{
color: #00139B;
}
.AnyTagClassName
{
color: #00139B;
}
</style>
background-color css
<style>
a { background-color: #00139B; }
a { background-color: rgb(0,19,155); }
div.DivClassName
{
background-color: #00139B;
}
.BgClassName
{
background-color: #00139B;
}
</style>
border-color css
<style>
span { border-color: #00139B; }
span { border-color: rgb(0,19,155); }
td.TdClassName
{
border-color: #00139B;
}
.TagClassName
{
border-color: #00139B;
}
</style>