Shades of Midnight Blue #13055E
Tints of Midnight Blue #13055E
RGB
CMYK
RGB Variations
Color information
#13055E (or 0x13055E) is known color: Midnight Blue. HEX triplet: 13, 05 and 5E. RGB value is (19,5,94). Sum of RGB (Red+Green+Blue) = 19+5+94=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #13055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13055E is #ECFAA1. Grayscale: #121212. Windows color (decimal): -15530658 or 6161683. OLE color: 6161683.
HSL color Cylindrical-coordinate representation of color #13055E: hue angle of 249.44º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13055E is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 5 | 94 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.63 |
| HSL | 249.44º | 0.9% | 0.19% | - |
| HSV(B) | 249.44º | 0.95% | 0.37% | - |
| XYZ | 2.34 | 1.06 | 10.67 | - |
| YUV | 19.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 94 | 0.80 | 0.95 | 0 | 0.63 | 249.44 | 0.9 | 0.19 |
| Hex | 13 | 5 | 5E | 50 | 5F | 0 | 3F | F9 | 5A | 13 |
| Octal | 23 | 5 | 136 | 120 | 137 | 0 | 77 | 371 | 132 | 23 |
| Binary | 10011 | 101 | 1011110 | 1010000 | 1011111 | 0 | 111111 | 11111001 | 1011010 | 10011 |
Color Harmonies of #13055E
Complementary color
Monochromatic Colors of #13055E
Black with #13055E
Text Example
Text Example
White with #13055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13055E; }
p { color: rgb(19,5,94); }
H1.HeaderClassName
{
color: #13055E;
}
.AnyTagClassName
{
color: #13055E;
}
</style>
background-color css
<style>
a { background-color: #13055E; }
a { background-color: rgb(19,5,94); }
div.DivClassName
{
background-color: #13055E;
}
.BgClassName
{
background-color: #13055E;
}
</style>
border-color css
<style>
span { border-color: #13055E; }
span { border-color: rgb(19,5,94); }
td.TdClassName
{
border-color: #13055E;
}
.TagClassName
{
border-color: #13055E;
}
</style>