Shades of Midnight Blue #131862
Tints of Midnight Blue #131862
RGB
CMYK
RGB Variations
Color information
#131862 (or 0x131862) is known color: Midnight Blue. HEX triplet: 13, 18 and 62. RGB value is (19,24,98). Sum of RGB (Red+Green+Blue) = 19+24+98=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #131862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131862 is #ECE79D. Grayscale: #1E1E1E. Windows color (decimal): -15525790 or 6428691. OLE color: 6428691.
HSL color Cylindrical-coordinate representation of color #131862: hue angle of 236.2º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131862 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 24 | 98 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.62 |
| HSL | 236.2º | 0.68% | 0.23% | - |
| HSV(B) | 236.2º | 0.81% | 0.38% | - |
| XYZ | 2.8 | 1.67 | 11.73 | - |
| YUV | 30.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 98 | 0.81 | 0.76 | 0 | 0.62 | 236.2 | 0.68 | 0.23 |
| Hex | 13 | 18 | 62 | 51 | 4C | 0 | 3E | EC | 44 | 17 |
| Octal | 23 | 30 | 142 | 121 | 114 | 0 | 76 | 354 | 104 | 27 |
| Binary | 10011 | 11000 | 1100010 | 1010001 | 1001100 | 0 | 111110 | 11101100 | 1000100 | 10111 |
Color Harmonies of #131862
Complementary color
Monochromatic Colors of #131862
Black with #131862
Text Example
Text Example
White with #131862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131862; }
p { color: rgb(19,24,98); }
H1.HeaderClassName
{
color: #131862;
}
.AnyTagClassName
{
color: #131862;
}
</style>
background-color css
<style>
a { background-color: #131862; }
a { background-color: rgb(19,24,98); }
div.DivClassName
{
background-color: #131862;
}
.BgClassName
{
background-color: #131862;
}
</style>
border-color css
<style>
span { border-color: #131862; }
span { border-color: rgb(19,24,98); }
td.TdClassName
{
border-color: #131862;
}
.TagClassName
{
border-color: #131862;
}
</style>