Shades of Midnight Blue #13115E
Tints of Midnight Blue #13115E
RGB
CMYK
RGB Variations
Color information
#13115E (or 0x13115E) is known color: Midnight Blue. HEX triplet: 13, 11 and 5E. RGB value is (19,17,94). Sum of RGB (Red+Green+Blue) = 19+17+94=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #13115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13115E is #ECEEA1. Grayscale: #1A1A1A. Windows color (decimal): -15527586 or 6164755. OLE color: 6164755.
HSL color Cylindrical-coordinate representation of color #13115E: hue angle of 241.56º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13115E is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 17 | 94 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.63 |
| HSL | 241.56º | 0.69% | 0.22% | - |
| HSV(B) | 241.56º | 0.82% | 0.37% | - |
| XYZ | 2.49 | 1.35 | 10.72 | - |
| YUV | 26.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 94 | 0.80 | 0.82 | 0 | 0.63 | 241.56 | 0.69 | 0.22 |
| Hex | 13 | 11 | 5E | 50 | 52 | 0 | 3F | F2 | 45 | 16 |
| Octal | 23 | 21 | 136 | 120 | 122 | 0 | 77 | 362 | 105 | 26 |
| Binary | 10011 | 10001 | 1011110 | 1010000 | 1010010 | 0 | 111111 | 11110010 | 1000101 | 10110 |
Color Harmonies of #13115E
Complementary color
Monochromatic Colors of #13115E
Black with #13115E
Text Example
Text Example
White with #13115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13115E; }
p { color: rgb(19,17,94); }
H1.HeaderClassName
{
color: #13115E;
}
.AnyTagClassName
{
color: #13115E;
}
</style>
background-color css
<style>
a { background-color: #13115E; }
a { background-color: rgb(19,17,94); }
div.DivClassName
{
background-color: #13115E;
}
.BgClassName
{
background-color: #13115E;
}
</style>
border-color css
<style>
span { border-color: #13115E; }
span { border-color: rgb(19,17,94); }
td.TdClassName
{
border-color: #13115E;
}
.TagClassName
{
border-color: #13115E;
}
</style>