Shades of New Midnight Blue #00139C
Tints of New Midnight Blue #00139C
RGB
CMYK
RGB Variations
Color information
#00139C (or 0x00139C) is known color: New Midnight Blue. HEX triplet: 00, 13 and 9C. RGB value is (0,19,156). Sum of RGB (Red+Green+Blue) = 0+19+156=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #00139C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00139C is #FFEC63. Grayscale: #1C1C1C. Windows color (decimal): -16772196 or 10228480. OLE color: 10228480.
HSL color Cylindrical-coordinate representation of color #00139C: hue angle of 232.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00139C is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 19 | 156 | - |
| CMYK | 1 | 0.88 | 0 | 0.39 |
| HSL | 232.69º | 1% | 0.31% | - |
| HSV(B) | 232.69º | 1% | 0.61% | - |
| XYZ | 6.23 | 2.87 | 31.68 | - |
| YUV | 28.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 156 | 1 | 0.88 | 0 | 0.39 | 232.69 | 1 | 0.31 |
| Hex | 0 | 13 | 9C | 64 | 58 | 0 | 27 | E9 | 64 | 1F |
| Octal | 0 | 23 | 234 | 144 | 130 | 0 | 47 | 351 | 144 | 37 |
| Binary | 0 | 10011 | 10011100 | 1100100 | 1011000 | 0 | 100111 | 11101001 | 1100100 | 11111 |
Color Harmonies of #00139C
Complementary color
Monochromatic Colors of #00139C
Black with #00139C
Text Example
Text Example
White with #00139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00139C; }
p { color: rgb(0,19,156); }
H1.HeaderClassName
{
color: #00139C;
}
.AnyTagClassName
{
color: #00139C;
}
</style>
background-color css
<style>
a { background-color: #00139C; }
a { background-color: rgb(0,19,156); }
div.DivClassName
{
background-color: #00139C;
}
.BgClassName
{
background-color: #00139C;
}
</style>
border-color css
<style>
span { border-color: #00139C; }
span { border-color: rgb(0,19,156); }
td.TdClassName
{
border-color: #00139C;
}
.TagClassName
{
border-color: #00139C;
}
</style>