Shades of Midnight Blue #13146E
Tints of Midnight Blue #13146E
RGB
CMYK
RGB Variations
Color information
#13146E (or 0x13146E) is known color: Midnight Blue. HEX triplet: 13, 14 and 6E. RGB value is (19,20,110). Sum of RGB (Red+Green+Blue) = 19+20+110=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #13146E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13146E is #ECEB91. Grayscale: #1D1D1D. Windows color (decimal): -15526802 or 7214099. OLE color: 7214099.
HSL color Cylindrical-coordinate representation of color #13146E: hue angle of 239.34º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13146E is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 20 | 110 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.57 |
| HSL | 239.34º | 0.71% | 0.25% | - |
| HSV(B) | 239.34º | 0.83% | 0.43% | - |
| XYZ | 3.33 | 1.76 | 14.92 | - |
| YUV | 29.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 110 | 0.83 | 0.82 | 0 | 0.57 | 239.34 | 0.71 | 0.25 |
| Hex | 13 | 14 | 6E | 53 | 52 | 0 | 39 | EF | 47 | 19 |
| Octal | 23 | 24 | 156 | 123 | 122 | 0 | 71 | 357 | 107 | 31 |
| Binary | 10011 | 10100 | 1101110 | 1010011 | 1010010 | 0 | 111001 | 11101111 | 1000111 | 11001 |
Color Harmonies of #13146E
Complementary color
Monochromatic Colors of #13146E
Black with #13146E
Text Example
Text Example
White with #13146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13146E; }
p { color: rgb(19,20,110); }
H1.HeaderClassName
{
color: #13146E;
}
.AnyTagClassName
{
color: #13146E;
}
</style>
background-color css
<style>
a { background-color: #13146E; }
a { background-color: rgb(19,20,110); }
div.DivClassName
{
background-color: #13146E;
}
.BgClassName
{
background-color: #13146E;
}
</style>
border-color css
<style>
span { border-color: #13146E; }
span { border-color: rgb(19,20,110); }
td.TdClassName
{
border-color: #13146E;
}
.TagClassName
{
border-color: #13146E;
}
</style>