Shades of Midnight Blue #131854
Tints of Midnight Blue #131854
RGB
CMYK
RGB Variations
Color information
#131854 (or 0x131854) is known color: Midnight Blue. HEX triplet: 13, 18 and 54. RGB value is (19,24,84). Sum of RGB (Red+Green+Blue) = 19+24+84=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #131854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131854 is #ECE7AB. Grayscale: #1D1D1D. Windows color (decimal): -15525804 or 5511187. OLE color: 5511187.
HSL color Cylindrical-coordinate representation of color #131854: hue angle of 235.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131854 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 24 | 84 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.67 |
| HSL | 235.38º | 0.63% | 0.2% | - |
| HSV(B) | 235.38º | 0.77% | 0.33% | - |
| XYZ | 2.2 | 1.43 | 8.55 | - |
| YUV | 29.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 84 | 0.77 | 0.71 | 0 | 0.67 | 235.38 | 0.63 | 0.2 |
| Hex | 13 | 18 | 54 | 4D | 47 | 0 | 43 | EB | 3F | 14 |
| Octal | 23 | 30 | 124 | 115 | 107 | 0 | 103 | 353 | 77 | 24 |
| Binary | 10011 | 11000 | 1010100 | 1001101 | 1000111 | 0 | 1000011 | 11101011 | 111111 | 10100 |
Color Harmonies of #131854
Complementary color
Monochromatic Colors of #131854
Black with #131854
Text Example
Text Example
White with #131854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131854; }
p { color: rgb(19,24,84); }
H1.HeaderClassName
{
color: #131854;
}
.AnyTagClassName
{
color: #131854;
}
</style>
background-color css
<style>
a { background-color: #131854; }
a { background-color: rgb(19,24,84); }
div.DivClassName
{
background-color: #131854;
}
.BgClassName
{
background-color: #131854;
}
</style>
border-color css
<style>
span { border-color: #131854; }
span { border-color: rgb(19,24,84); }
td.TdClassName
{
border-color: #131854;
}
.TagClassName
{
border-color: #131854;
}
</style>