Shades of Midnight Blue #13197E
Tints of Midnight Blue #13197E
RGB
CMYK
RGB Variations
Color information
#13197E (or 0x13197E) is known color: Midnight Blue. HEX triplet: 13, 19 and 7E. RGB value is (19,25,126). Sum of RGB (Red+Green+Blue) = 19+25+126=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 126 (49.61% from 255 or 74.12% from 170); Max value from RGB is 126 - color contains mainly: blue. Hex color #13197E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13197E is #ECE681. Grayscale: #222222. Windows color (decimal): -15525506 or 8263955. OLE color: 8263955.
HSL color Cylindrical-coordinate representation of color #13197E: hue angle of 236.64º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13197E is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 25 | 126 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.51 |
| HSL | 236.64º | 0.74% | 0.28% | - |
| HSV(B) | 236.64º | 0.85% | 0.49% | - |
| XYZ | 4.38 | 2.34 | 19.96 | - |
| YUV | 34.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 126 | 0.85 | 0.80 | 0 | 0.51 | 236.64 | 0.74 | 0.28 |
| Hex | 13 | 19 | 7E | 55 | 50 | 0 | 33 | ED | 4A | 1C |
| Octal | 23 | 31 | 176 | 125 | 120 | 0 | 63 | 355 | 112 | 34 |
| Binary | 10011 | 11001 | 1111110 | 1010101 | 1010000 | 0 | 110011 | 11101101 | 1001010 | 11100 |
Color Harmonies of #13197E
Complementary color
Monochromatic Colors of #13197E
Black with #13197E
Text Example
Text Example
White with #13197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13197E; }
p { color: rgb(19,25,126); }
H1.HeaderClassName
{
color: #13197E;
}
.AnyTagClassName
{
color: #13197E;
}
</style>
background-color css
<style>
a { background-color: #13197E; }
a { background-color: rgb(19,25,126); }
div.DivClassName
{
background-color: #13197E;
}
.BgClassName
{
background-color: #13197E;
}
</style>
border-color css
<style>
span { border-color: #13197E; }
span { border-color: rgb(19,25,126); }
td.TdClassName
{
border-color: #13197E;
}
.TagClassName
{
border-color: #13197E;
}
</style>