Shades of New Midnight Blue #00139F
Tints of New Midnight Blue #00139F
RGB
CMYK
RGB Variations
Color information
#00139F (or 0x00139F) is known color: New Midnight Blue. HEX triplet: 00, 13 and 9F. RGB value is (0,19,159). Sum of RGB (Red+Green+Blue) = 0+19+159=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #00139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00139F is #FFEC60. Grayscale: #1C1C1C. Windows color (decimal): -16772193 or 10425088. OLE color: 10425088.
HSL color Cylindrical-coordinate representation of color #00139F: hue angle of 232.83º 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 #00139F is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 19 | 159 | - |
| CMYK | 1 | 0.88 | 0 | 0.38 |
| HSL | 232.83º | 1% | 0.31% | - |
| HSV(B) | 232.83º | 1% | 0.62% | - |
| XYZ | 6.49 | 2.97 | 33.03 | - |
| YUV | 29.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 159 | 1 | 0.88 | 0 | 0.38 | 232.83 | 1 | 0.31 |
| Hex | 0 | 13 | 9F | 64 | 58 | 0 | 26 | E9 | 64 | 1F |
| Octal | 0 | 23 | 237 | 144 | 130 | 0 | 46 | 351 | 144 | 37 |
| Binary | 0 | 10011 | 10011111 | 1100100 | 1011000 | 0 | 100110 | 11101001 | 1100100 | 11111 |
Color Harmonies of #00139F
Complementary color
Monochromatic Colors of #00139F
Black with #00139F
Text Example
Text Example
White with #00139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00139F; }
p { color: rgb(0,19,159); }
H1.HeaderClassName
{
color: #00139F;
}
.AnyTagClassName
{
color: #00139F;
}
</style>
background-color css
<style>
a { background-color: #00139F; }
a { background-color: rgb(0,19,159); }
div.DivClassName
{
background-color: #00139F;
}
.BgClassName
{
background-color: #00139F;
}
</style>
border-color css
<style>
span { border-color: #00139F; }
span { border-color: rgb(0,19,159); }
td.TdClassName
{
border-color: #00139F;
}
.TagClassName
{
border-color: #00139F;
}
</style>