Shades of Midnight Blue #131873
Tints of Midnight Blue #131873
RGB
CMYK
RGB Variations
Color information
#131873 (or 0x131873) is known color: Midnight Blue. HEX triplet: 13, 18 and 73. RGB value is (19,24,115). Sum of RGB (Red+Green+Blue) = 19+24+115=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #131873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131873 is #ECE78C. Grayscale: #202020. Windows color (decimal): -15525773 or 7542803. OLE color: 7542803.
HSL color Cylindrical-coordinate representation of color #131873: hue angle of 236.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131873 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 24 | 115 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.55 |
| HSL | 236.88º | 0.72% | 0.26% | - |
| HSV(B) | 236.88º | 0.83% | 0.45% | - |
| XYZ | 3.69 | 2.03 | 16.42 | - |
| YUV | 32.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 115 | 0.83 | 0.79 | 0 | 0.55 | 236.88 | 0.72 | 0.26 |
| Hex | 13 | 18 | 73 | 53 | 4F | 0 | 37 | ED | 48 | 1A |
| Octal | 23 | 30 | 163 | 123 | 117 | 0 | 67 | 355 | 110 | 32 |
| Binary | 10011 | 11000 | 1110011 | 1010011 | 1001111 | 0 | 110111 | 11101101 | 1001000 | 11010 |
Color Harmonies of #131873
Complementary color
Monochromatic Colors of #131873
Black with #131873
Text Example
Text Example
White with #131873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131873; }
p { color: rgb(19,24,115); }
H1.HeaderClassName
{
color: #131873;
}
.AnyTagClassName
{
color: #131873;
}
</style>
background-color css
<style>
a { background-color: #131873; }
a { background-color: rgb(19,24,115); }
div.DivClassName
{
background-color: #131873;
}
.BgClassName
{
background-color: #131873;
}
</style>
border-color css
<style>
span { border-color: #131873; }
span { border-color: rgb(19,24,115); }
td.TdClassName
{
border-color: #131873;
}
.TagClassName
{
border-color: #131873;
}
</style>