Shades of Midnight Blue #13005B
Tints of Midnight Blue #13005B
RGB
CMYK
RGB Variations
Color information
#13005B (or 0x13005B) is known color: Midnight Blue. HEX triplet: 13, 00 and 5B. RGB value is (19,0,91). Sum of RGB (Red+Green+Blue) = 19+0+91=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #13005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13005B is #ECFFA4. Grayscale: #0F0F0F. Windows color (decimal): -15531941 or 5963795. OLE color: 5963795.
HSL color Cylindrical-coordinate representation of color #13005B: hue angle of 252.53º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13005B is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 0 | 91 | - |
| CMYK | 0.79 | 1 | 0 | 0.64 |
| HSL | 252.53º | 1% | 0.18% | - |
| HSV(B) | 252.53º | 1% | 0.36% | - |
| XYZ | 2.16 | 0.89 | 9.96 | - |
| YUV | 16.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 91 | 0.79 | 1 | 0 | 0.64 | 252.53 | 1 | 0.18 |
| Hex | 13 | 0 | 5B | 4F | 64 | 0 | 40 | FD | 64 | 12 |
| Octal | 23 | 0 | 133 | 117 | 144 | 0 | 100 | 375 | 144 | 22 |
| Binary | 10011 | 0 | 1011011 | 1001111 | 1100100 | 0 | 1000000 | 11111101 | 1100100 | 10010 |
Color Harmonies of #13005B
Complementary color
Monochromatic Colors of #13005B
Black with #13005B
Text Example
Text Example
White with #13005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13005B; }
p { color: rgb(19,0,91); }
H1.HeaderClassName
{
color: #13005B;
}
.AnyTagClassName
{
color: #13005B;
}
</style>
background-color css
<style>
a { background-color: #13005B; }
a { background-color: rgb(19,0,91); }
div.DivClassName
{
background-color: #13005B;
}
.BgClassName
{
background-color: #13005B;
}
</style>
border-color css
<style>
span { border-color: #13005B; }
span { border-color: rgb(19,0,91); }
td.TdClassName
{
border-color: #13005B;
}
.TagClassName
{
border-color: #13005B;
}
</style>