Shades of Midnight Blue #131376
Tints of Midnight Blue #131376
RGB
CMYK
RGB Variations
Color information
#131376 (or 0x131376) is known color: Midnight Blue. HEX triplet: 13, 13 and 76. RGB value is (19,19,118). Sum of RGB (Red+Green+Blue) = 19+19+118=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #131376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131376 is #ECEC89. Grayscale: #1D1D1D. Windows color (decimal): -15527050 or 7738131. OLE color: 7738131.
HSL color Cylindrical-coordinate representation of color #131376: hue angle of 240º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131376 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 19 | 118 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.54 |
| HSL | 240º | 0.72% | 0.27% | - |
| HSV(B) | 240º | 0.84% | 0.46% | - |
| XYZ | 3.77 | 1.91 | 17.31 | - |
| YUV | 30.29 | 177.5 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 118 | 0.84 | 0.84 | 0 | 0.54 | 240 | 0.72 | 0.27 |
| Hex | 13 | 13 | 76 | 54 | 54 | 0 | 36 | F0 | 48 | 1B |
| Octal | 23 | 23 | 166 | 124 | 124 | 0 | 66 | 360 | 110 | 33 |
| Binary | 10011 | 10011 | 1110110 | 1010100 | 1010100 | 0 | 110110 | 11110000 | 1001000 | 11011 |
Color Harmonies of #131376
Complementary color
Monochromatic Colors of #131376
Black with #131376
Text Example
Text Example
White with #131376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131376; }
p { color: rgb(19,19,118); }
H1.HeaderClassName
{
color: #131376;
}
.AnyTagClassName
{
color: #131376;
}
</style>
background-color css
<style>
a { background-color: #131376; }
a { background-color: rgb(19,19,118); }
div.DivClassName
{
background-color: #131376;
}
.BgClassName
{
background-color: #131376;
}
</style>
border-color css
<style>
span { border-color: #131376; }
span { border-color: rgb(19,19,118); }
td.TdClassName
{
border-color: #131376;
}
.TagClassName
{
border-color: #131376;
}
</style>