Shades of Midnight Blue #13186E
Tints of Midnight Blue #13186E
RGB
CMYK
RGB Variations
Color information
#13186E (or 0x13186E) is known color: Midnight Blue. HEX triplet: 13, 18 and 6E. RGB value is (19,24,110). Sum of RGB (Red+Green+Blue) = 19+24+110=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #13186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13186E is #ECE791. Grayscale: #1F1F1F. Windows color (decimal): -15525778 or 7215123. OLE color: 7215123.
HSL color Cylindrical-coordinate representation of color #13186E: hue angle of 236.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13186E is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 24 | 110 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.57 |
| HSL | 236.7º | 0.71% | 0.25% | - |
| HSV(B) | 236.7º | 0.83% | 0.43% | - |
| XYZ | 3.41 | 1.92 | 14.94 | - |
| YUV | 32.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 110 | 0.83 | 0.78 | 0 | 0.57 | 236.7 | 0.71 | 0.25 |
| Hex | 13 | 18 | 6E | 53 | 4E | 0 | 39 | ED | 47 | 19 |
| Octal | 23 | 30 | 156 | 123 | 116 | 0 | 71 | 355 | 107 | 31 |
| Binary | 10011 | 11000 | 1101110 | 1010011 | 1001110 | 0 | 111001 | 11101101 | 1000111 | 11001 |
Color Harmonies of #13186E
Complementary color
Monochromatic Colors of #13186E
Black with #13186E
Text Example
Text Example
White with #13186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13186E; }
p { color: rgb(19,24,110); }
H1.HeaderClassName
{
color: #13186E;
}
.AnyTagClassName
{
color: #13186E;
}
</style>
background-color css
<style>
a { background-color: #13186E; }
a { background-color: rgb(19,24,110); }
div.DivClassName
{
background-color: #13186E;
}
.BgClassName
{
background-color: #13186E;
}
</style>
border-color css
<style>
span { border-color: #13186E; }
span { border-color: rgb(19,24,110); }
td.TdClassName
{
border-color: #13186E;
}
.TagClassName
{
border-color: #13186E;
}
</style>