Shades of Midnight Blue #13115C
Tints of Midnight Blue #13115C
RGB
CMYK
RGB Variations
Color information
#13115C (or 0x13115C) is known color: Midnight Blue. HEX triplet: 13, 11 and 5C. RGB value is (19,17,92). Sum of RGB (Red+Green+Blue) = 19+17+92=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #13115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13115C is #ECEEA3. Grayscale: #191919. Windows color (decimal): -15527588 or 6033683. OLE color: 6033683.
HSL color Cylindrical-coordinate representation of color #13115C: hue angle of 241.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13115C is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 17 | 92 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.64 |
| HSL | 241.6º | 0.69% | 0.21% | - |
| HSV(B) | 241.6º | 0.82% | 0.36% | - |
| XYZ | 2.4 | 1.31 | 10.25 | - |
| YUV | 26.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 92 | 0.79 | 0.82 | 0 | 0.64 | 241.6 | 0.69 | 0.21 |
| Hex | 13 | 11 | 5C | 4F | 52 | 0 | 40 | F2 | 45 | 15 |
| Octal | 23 | 21 | 134 | 117 | 122 | 0 | 100 | 362 | 105 | 25 |
| Binary | 10011 | 10001 | 1011100 | 1001111 | 1010010 | 0 | 1000000 | 11110010 | 1000101 | 10101 |
Color Harmonies of #13115C
Complementary color
Monochromatic Colors of #13115C
Black with #13115C
Text Example
Text Example
White with #13115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13115C; }
p { color: rgb(19,17,92); }
H1.HeaderClassName
{
color: #13115C;
}
.AnyTagClassName
{
color: #13115C;
}
</style>
background-color css
<style>
a { background-color: #13115C; }
a { background-color: rgb(19,17,92); }
div.DivClassName
{
background-color: #13115C;
}
.BgClassName
{
background-color: #13115C;
}
</style>
border-color css
<style>
span { border-color: #13115C; }
span { border-color: rgb(19,17,92); }
td.TdClassName
{
border-color: #13115C;
}
.TagClassName
{
border-color: #13115C;
}
</style>