Shades of Midnight Blue #13195E
Tints of Midnight Blue #13195E
RGB
CMYK
RGB Variations
Color information
#13195E (or 0x13195E) is known color: Midnight Blue. HEX triplet: 13, 19 and 5E. RGB value is (19,25,94). Sum of RGB (Red+Green+Blue) = 19+25+94=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 94 (37.11% from 255 or 68.12% from 138); Max value from RGB is 94 - color contains mainly: blue. Hex color #13195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13195E is #ECE6A1. Grayscale: #1E1E1E. Windows color (decimal): -15525538 or 6166803. OLE color: 6166803.
HSL color Cylindrical-coordinate representation of color #13195E: hue angle of 235.2º 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 #13195E is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 25 | 94 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.63 |
| HSL | 235.2º | 0.66% | 0.22% | - |
| HSV(B) | 235.2º | 0.8% | 0.37% | - |
| XYZ | 2.64 | 1.64 | 10.77 | - |
| YUV | 31.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 94 | 0.80 | 0.73 | 0 | 0.63 | 235.2 | 0.66 | 0.22 |
| Hex | 13 | 19 | 5E | 50 | 49 | 0 | 3F | EB | 42 | 16 |
| Octal | 23 | 31 | 136 | 120 | 111 | 0 | 77 | 353 | 102 | 26 |
| Binary | 10011 | 11001 | 1011110 | 1010000 | 1001001 | 0 | 111111 | 11101011 | 1000010 | 10110 |
Color Harmonies of #13195E
Complementary color
Monochromatic Colors of #13195E
Black with #13195E
Text Example
Text Example
White with #13195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13195E; }
p { color: rgb(19,25,94); }
H1.HeaderClassName
{
color: #13195E;
}
.AnyTagClassName
{
color: #13195E;
}
</style>
background-color css
<style>
a { background-color: #13195E; }
a { background-color: rgb(19,25,94); }
div.DivClassName
{
background-color: #13195E;
}
.BgClassName
{
background-color: #13195E;
}
</style>
border-color css
<style>
span { border-color: #13195E; }
span { border-color: rgb(19,25,94); }
td.TdClassName
{
border-color: #13195E;
}
.TagClassName
{
border-color: #13195E;
}
</style>