Shades of Midnight Blue #13086C
Tints of Midnight Blue #13086C
RGB
CMYK
RGB Variations
Color information
#13086C (or 0x13086C) is known color: Midnight Blue. HEX triplet: 13, 08 and 6C. RGB value is (19,8,108). Sum of RGB (Red+Green+Blue) = 19+8+108=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #13086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13086C is #ECF793. Grayscale: #161616. Windows color (decimal): -15529876 or 7079955. OLE color: 7079955.
HSL color Cylindrical-coordinate representation of color #13086C: hue angle of 246.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13086C is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 8 | 108 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.58 |
| HSL | 246.6º | 0.86% | 0.23% | - |
| HSV(B) | 246.6º | 0.93% | 0.42% | - |
| XYZ | 3.06 | 1.39 | 14.3 | - |
| YUV | 22.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 108 | 0.82 | 0.93 | 0 | 0.58 | 246.6 | 0.86 | 0.23 |
| Hex | 13 | 8 | 6C | 52 | 5D | 0 | 3A | F7 | 56 | 17 |
| Octal | 23 | 10 | 154 | 122 | 135 | 0 | 72 | 367 | 126 | 27 |
| Binary | 10011 | 1000 | 1101100 | 1010010 | 1011101 | 0 | 111010 | 11110111 | 1010110 | 10111 |
Color Harmonies of #13086C
Complementary color
Monochromatic Colors of #13086C
Black with #13086C
Text Example
Text Example
White with #13086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13086C; }
p { color: rgb(19,8,108); }
H1.HeaderClassName
{
color: #13086C;
}
.AnyTagClassName
{
color: #13086C;
}
</style>
background-color css
<style>
a { background-color: #13086C; }
a { background-color: rgb(19,8,108); }
div.DivClassName
{
background-color: #13086C;
}
.BgClassName
{
background-color: #13086C;
}
</style>
border-color css
<style>
span { border-color: #13086C; }
span { border-color: rgb(19,8,108); }
td.TdClassName
{
border-color: #13086C;
}
.TagClassName
{
border-color: #13086C;
}
</style>