Shades of Midnight Blue #131764
Tints of Midnight Blue #131764
RGB
CMYK
RGB Variations
Color information
#131764 (or 0x131764) is known color: Midnight Blue. HEX triplet: 13, 17 and 64. RGB value is (19,23,100). Sum of RGB (Red+Green+Blue) = 19+23+100=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #131764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131764 is #ECE89B. Grayscale: #1E1E1E. Windows color (decimal): -15526044 or 6559507. OLE color: 6559507.
HSL color Cylindrical-coordinate representation of color #131764: hue angle of 237.04º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131764 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 23 | 100 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.61 |
| HSL | 237.04º | 0.68% | 0.23% | - |
| HSV(B) | 237.04º | 0.81% | 0.39% | - |
| XYZ | 2.88 | 1.67 | 12.23 | - |
| YUV | 30.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 100 | 0.81 | 0.77 | 0 | 0.61 | 237.04 | 0.68 | 0.23 |
| Hex | 13 | 17 | 64 | 51 | 4D | 0 | 3D | ED | 44 | 17 |
| Octal | 23 | 27 | 144 | 121 | 115 | 0 | 75 | 355 | 104 | 27 |
| Binary | 10011 | 10111 | 1100100 | 1010001 | 1001101 | 0 | 111101 | 11101101 | 1000100 | 10111 |
Color Harmonies of #131764
Complementary color
Monochromatic Colors of #131764
Black with #131764
Text Example
Text Example
White with #131764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131764; }
p { color: rgb(19,23,100); }
H1.HeaderClassName
{
color: #131764;
}
.AnyTagClassName
{
color: #131764;
}
</style>
background-color css
<style>
a { background-color: #131764; }
a { background-color: rgb(19,23,100); }
div.DivClassName
{
background-color: #131764;
}
.BgClassName
{
background-color: #131764;
}
</style>
border-color css
<style>
span { border-color: #131764; }
span { border-color: rgb(19,23,100); }
td.TdClassName
{
border-color: #131764;
}
.TagClassName
{
border-color: #131764;
}
</style>