Shades of Midnight Blue #131F76
Tints of Midnight Blue #131F76
RGB
CMYK
RGB Variations
Color information
#131F76 (or 0x131F76) is known color: Midnight Blue. HEX triplet: 13, 1F and 76. RGB value is (19,31,118). Sum of RGB (Red+Green+Blue) = 19+31+118=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #131F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F76 is #ECE089. Grayscale: #242424. Windows color (decimal): -15523978 or 7741203. OLE color: 7741203.
HSL color Cylindrical-coordinate representation of color #131F76: hue angle of 232.73º 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 #131F76 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 31 | 118 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.54 |
| HSL | 232.73º | 0.72% | 0.27% | - |
| HSV(B) | 232.73º | 0.84% | 0.46% | - |
| XYZ | 4.03 | 2.43 | 17.4 | - |
| YUV | 37.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 118 | 0.84 | 0.74 | 0 | 0.54 | 232.73 | 0.72 | 0.27 |
| Hex | 13 | 1F | 76 | 54 | 4A | 0 | 36 | E9 | 48 | 1B |
| Octal | 23 | 37 | 166 | 124 | 112 | 0 | 66 | 351 | 110 | 33 |
| Binary | 10011 | 11111 | 1110110 | 1010100 | 1001010 | 0 | 110110 | 11101001 | 1001000 | 11011 |
Color Harmonies of #131F76
Complementary color
Monochromatic Colors of #131F76
Black with #131F76
Text Example
Text Example
White with #131F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F76; }
p { color: rgb(19,31,118); }
H1.HeaderClassName
{
color: #131F76;
}
.AnyTagClassName
{
color: #131F76;
}
</style>
background-color css
<style>
a { background-color: #131F76; }
a { background-color: rgb(19,31,118); }
div.DivClassName
{
background-color: #131F76;
}
.BgClassName
{
background-color: #131F76;
}
</style>
border-color css
<style>
span { border-color: #131F76; }
span { border-color: rgb(19,31,118); }
td.TdClassName
{
border-color: #131F76;
}
.TagClassName
{
border-color: #131F76;
}
</style>