Shades of Midnight Blue #13175E
Tints of Midnight Blue #13175E
RGB
CMYK
RGB Variations
Color information
#13175E (or 0x13175E) is known color: Midnight Blue. HEX triplet: 13, 17 and 5E. RGB value is (19,23,94). Sum of RGB (Red+Green+Blue) = 19+23+94=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #13175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13175E is #ECE8A1. Grayscale: #1D1D1D. Windows color (decimal): -15526050 or 6166291. OLE color: 6166291.
HSL color Cylindrical-coordinate representation of color #13175E: hue angle of 236.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13175E is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 23 | 94 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.63 |
| HSL | 236.8º | 0.66% | 0.22% | - |
| HSV(B) | 236.8º | 0.8% | 0.37% | - |
| XYZ | 2.6 | 1.56 | 10.75 | - |
| YUV | 29.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 94 | 0.80 | 0.76 | 0 | 0.63 | 236.8 | 0.66 | 0.22 |
| Hex | 13 | 17 | 5E | 50 | 4C | 0 | 3F | ED | 42 | 16 |
| Octal | 23 | 27 | 136 | 120 | 114 | 0 | 77 | 355 | 102 | 26 |
| Binary | 10011 | 10111 | 1011110 | 1010000 | 1001100 | 0 | 111111 | 11101101 | 1000010 | 10110 |
Color Harmonies of #13175E
Complementary color
Monochromatic Colors of #13175E
Black with #13175E
Text Example
Text Example
White with #13175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13175E; }
p { color: rgb(19,23,94); }
H1.HeaderClassName
{
color: #13175E;
}
.AnyTagClassName
{
color: #13175E;
}
</style>
background-color css
<style>
a { background-color: #13175E; }
a { background-color: rgb(19,23,94); }
div.DivClassName
{
background-color: #13175E;
}
.BgClassName
{
background-color: #13175E;
}
</style>
border-color css
<style>
span { border-color: #13175E; }
span { border-color: rgb(19,23,94); }
td.TdClassName
{
border-color: #13175E;
}
.TagClassName
{
border-color: #13175E;
}
</style>