Shades of Midnight Blue #13015E
Tints of Midnight Blue #13015E
RGB
CMYK
RGB Variations
Color information
#13015E (or 0x13015E) is known color: Midnight Blue. HEX triplet: 13, 01 and 5E. RGB value is (19,1,94). Sum of RGB (Red+Green+Blue) = 19+1+94=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 94 (37.11% from 255 or 82.46% from 114); Max value from RGB is 94 - color contains mainly: blue. Hex color #13015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13015E is #ECFEA1. Grayscale: #101010. Windows color (decimal): -15531682 or 6160659. OLE color: 6160659.
HSL color Cylindrical-coordinate representation of color #13015E: hue angle of 251.61º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13015E is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 1 | 94 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.63 |
| HSL | 251.61º | 0.98% | 0.19% | - |
| HSV(B) | 251.61º | 0.99% | 0.37% | - |
| XYZ | 2.3 | 0.97 | 10.66 | - |
| YUV | 16.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 94 | 0.80 | 0.99 | 0 | 0.63 | 251.61 | 0.98 | 0.19 |
| Hex | 13 | 1 | 5E | 50 | 63 | 0 | 3F | FC | 62 | 13 |
| Octal | 23 | 1 | 136 | 120 | 143 | 0 | 77 | 374 | 142 | 23 |
| Binary | 10011 | 1 | 1011110 | 1010000 | 1100011 | 0 | 111111 | 11111100 | 1100010 | 10011 |
Color Harmonies of #13015E
Complementary color
Monochromatic Colors of #13015E
Black with #13015E
Text Example
Text Example
White with #13015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13015E; }
p { color: rgb(19,1,94); }
H1.HeaderClassName
{
color: #13015E;
}
.AnyTagClassName
{
color: #13015E;
}
</style>
background-color css
<style>
a { background-color: #13015E; }
a { background-color: rgb(19,1,94); }
div.DivClassName
{
background-color: #13015E;
}
.BgClassName
{
background-color: #13015E;
}
</style>
border-color css
<style>
span { border-color: #13015E; }
span { border-color: rgb(19,1,94); }
td.TdClassName
{
border-color: #13015E;
}
.TagClassName
{
border-color: #13015E;
}
</style>