Shades of Midnight Blue #13126E
Tints of Midnight Blue #13126E
RGB
CMYK
RGB Variations
Color information
#13126E (or 0x13126E) is known color: Midnight Blue. HEX triplet: 13, 12 and 6E. RGB value is (19,18,110). Sum of RGB (Red+Green+Blue) = 19+18+110=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #13126E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13126E is #ECED91. Grayscale: #1C1C1C. Windows color (decimal): -15527314 or 7213587. OLE color: 7213587.
HSL color Cylindrical-coordinate representation of color #13126E: hue angle of 240.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13126E is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 18 | 110 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.57 |
| HSL | 240.65º | 0.72% | 0.25% | - |
| HSV(B) | 240.65º | 0.84% | 0.43% | - |
| XYZ | 3.3 | 1.7 | 14.91 | - |
| YUV | 28.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 110 | 0.83 | 0.84 | 0 | 0.57 | 240.65 | 0.72 | 0.25 |
| Hex | 13 | 12 | 6E | 53 | 54 | 0 | 39 | F1 | 48 | 19 |
| Octal | 23 | 22 | 156 | 123 | 124 | 0 | 71 | 361 | 110 | 31 |
| Binary | 10011 | 10010 | 1101110 | 1010011 | 1010100 | 0 | 111001 | 11110001 | 1001000 | 11001 |
Color Harmonies of #13126E
Complementary color
Monochromatic Colors of #13126E
Black with #13126E
Text Example
Text Example
White with #13126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13126E; }
p { color: rgb(19,18,110); }
H1.HeaderClassName
{
color: #13126E;
}
.AnyTagClassName
{
color: #13126E;
}
</style>
background-color css
<style>
a { background-color: #13126E; }
a { background-color: rgb(19,18,110); }
div.DivClassName
{
background-color: #13126E;
}
.BgClassName
{
background-color: #13126E;
}
</style>
border-color css
<style>
span { border-color: #13126E; }
span { border-color: rgb(19,18,110); }
td.TdClassName
{
border-color: #13126E;
}
.TagClassName
{
border-color: #13126E;
}
</style>