Shades of Midnight Blue #13135E
Tints of Midnight Blue #13135E
RGB
CMYK
RGB Variations
Color information
#13135E (or 0x13135E) is known color: Midnight Blue. HEX triplet: 13, 13 and 5E. RGB value is (19,19,94). Sum of RGB (Red+Green+Blue) = 19+19+94=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #13135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13135E is #ECECA1. Grayscale: #1B1B1B. Windows color (decimal): -15527074 or 6165267. OLE color: 6165267.
HSL color Cylindrical-coordinate representation of color #13135E: hue angle of 240º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13135E is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 19 | 94 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.63 |
| HSL | 240º | 0.66% | 0.22% | - |
| HSV(B) | 240º | 0.8% | 0.37% | - |
| XYZ | 2.52 | 1.41 | 10.73 | - |
| YUV | 27.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 94 | 0.80 | 0.80 | 0 | 0.63 | 240 | 0.66 | 0.22 |
| Hex | 13 | 13 | 5E | 50 | 50 | 0 | 3F | F0 | 42 | 16 |
| Octal | 23 | 23 | 136 | 120 | 120 | 0 | 77 | 360 | 102 | 26 |
| Binary | 10011 | 10011 | 1011110 | 1010000 | 1010000 | 0 | 111111 | 11110000 | 1000010 | 10110 |
Color Harmonies of #13135E
Complementary color
Monochromatic Colors of #13135E
Black with #13135E
Text Example
Text Example
White with #13135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13135E; }
p { color: rgb(19,19,94); }
H1.HeaderClassName
{
color: #13135E;
}
.AnyTagClassName
{
color: #13135E;
}
</style>
background-color css
<style>
a { background-color: #13135E; }
a { background-color: rgb(19,19,94); }
div.DivClassName
{
background-color: #13135E;
}
.BgClassName
{
background-color: #13135E;
}
</style>
border-color css
<style>
span { border-color: #13135E; }
span { border-color: rgb(19,19,94); }
td.TdClassName
{
border-color: #13135E;
}
.TagClassName
{
border-color: #13135E;
}
</style>