Shades of Midnight Blue #131E75
Tints of Midnight Blue #131E75
RGB
CMYK
RGB Variations
Color information
#131E75 (or 0x131E75) is known color: Midnight Blue. HEX triplet: 13, 1E and 75. RGB value is (19,30,117). Sum of RGB (Red+Green+Blue) = 19+30+117=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #131E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E75 is #ECE18A. Grayscale: #242424. Windows color (decimal): -15524235 or 7675411. OLE color: 7675411.
HSL color Cylindrical-coordinate representation of color #131E75: hue angle of 233.27º 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 #131E75 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 30 | 117 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.54 |
| HSL | 233.27º | 0.72% | 0.27% | - |
| HSV(B) | 233.27º | 0.84% | 0.46% | - |
| XYZ | 3.94 | 2.35 | 17.08 | - |
| YUV | 36.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 117 | 0.84 | 0.74 | 0 | 0.54 | 233.27 | 0.72 | 0.27 |
| Hex | 13 | 1E | 75 | 54 | 4A | 0 | 36 | E9 | 48 | 1B |
| Octal | 23 | 36 | 165 | 124 | 112 | 0 | 66 | 351 | 110 | 33 |
| Binary | 10011 | 11110 | 1110101 | 1010100 | 1001010 | 0 | 110110 | 11101001 | 1001000 | 11011 |
Color Harmonies of #131E75
Complementary color
Monochromatic Colors of #131E75
Black with #131E75
Text Example
Text Example
White with #131E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E75; }
p { color: rgb(19,30,117); }
H1.HeaderClassName
{
color: #131E75;
}
.AnyTagClassName
{
color: #131E75;
}
</style>
background-color css
<style>
a { background-color: #131E75; }
a { background-color: rgb(19,30,117); }
div.DivClassName
{
background-color: #131E75;
}
.BgClassName
{
background-color: #131E75;
}
</style>
border-color css
<style>
span { border-color: #131E75; }
span { border-color: rgb(19,30,117); }
td.TdClassName
{
border-color: #131E75;
}
.TagClassName
{
border-color: #131E75;
}
</style>