Shades of Midnight Blue #13086D
Tints of Midnight Blue #13086D
RGB
CMYK
RGB Variations
Color information
#13086D (or 0x13086D) is known color: Midnight Blue. HEX triplet: 13, 08 and 6D. RGB value is (19,8,109). Sum of RGB (Red+Green+Blue) = 19+8+109=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #13086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13086D is #ECF792. Grayscale: #161616. Windows color (decimal): -15529875 or 7145491. OLE color: 7145491.
HSL color Cylindrical-coordinate representation of color #13086D: hue angle of 246.53º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13086D is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 8 | 109 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.57 |
| HSL | 246.53º | 0.86% | 0.23% | - |
| HSV(B) | 246.53º | 0.93% | 0.43% | - |
| XYZ | 3.12 | 1.42 | 14.58 | - |
| YUV | 22.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 109 | 0.83 | 0.93 | 0 | 0.57 | 246.53 | 0.86 | 0.23 |
| Hex | 13 | 8 | 6D | 53 | 5D | 0 | 39 | F7 | 56 | 17 |
| Octal | 23 | 10 | 155 | 123 | 135 | 0 | 71 | 367 | 126 | 27 |
| Binary | 10011 | 1000 | 1101101 | 1010011 | 1011101 | 0 | 111001 | 11110111 | 1010110 | 10111 |
Color Harmonies of #13086D
Complementary color
Monochromatic Colors of #13086D
Black with #13086D
Text Example
Text Example
White with #13086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13086D; }
p { color: rgb(19,8,109); }
H1.HeaderClassName
{
color: #13086D;
}
.AnyTagClassName
{
color: #13086D;
}
</style>
background-color css
<style>
a { background-color: #13086D; }
a { background-color: rgb(19,8,109); }
div.DivClassName
{
background-color: #13086D;
}
.BgClassName
{
background-color: #13086D;
}
</style>
border-color css
<style>
span { border-color: #13086D; }
span { border-color: rgb(19,8,109); }
td.TdClassName
{
border-color: #13086D;
}
.TagClassName
{
border-color: #13086D;
}
</style>