Shades of Midnight Blue #131E69
Tints of Midnight Blue #131E69
RGB
CMYK
RGB Variations
Color information
#131E69 (or 0x131E69) is known color: Midnight Blue. HEX triplet: 13, 1E and 69. RGB value is (19,30,105). Sum of RGB (Red+Green+Blue) = 19+30+105=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #131E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E69 is #ECE196. Grayscale: #222222. Windows color (decimal): -15524247 or 6888979. OLE color: 6888979.
HSL color Cylindrical-coordinate representation of color #131E69: hue angle of 232.33º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131E69 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 30 | 105 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.59 |
| HSL | 232.33º | 0.69% | 0.24% | - |
| HSV(B) | 232.33º | 0.82% | 0.41% | - |
| XYZ | 3.28 | 2.09 | 13.59 | - |
| YUV | 35.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 105 | 0.82 | 0.71 | 0 | 0.59 | 232.33 | 0.69 | 0.24 |
| Hex | 13 | 1E | 69 | 52 | 47 | 0 | 3B | E8 | 45 | 18 |
| Octal | 23 | 36 | 151 | 122 | 107 | 0 | 73 | 350 | 105 | 30 |
| Binary | 10011 | 11110 | 1101001 | 1010010 | 1000111 | 0 | 111011 | 11101000 | 1000101 | 11000 |
Color Harmonies of #131E69
Complementary color
Monochromatic Colors of #131E69
Black with #131E69
Text Example
Text Example
White with #131E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E69; }
p { color: rgb(19,30,105); }
H1.HeaderClassName
{
color: #131E69;
}
.AnyTagClassName
{
color: #131E69;
}
</style>
background-color css
<style>
a { background-color: #131E69; }
a { background-color: rgb(19,30,105); }
div.DivClassName
{
background-color: #131E69;
}
.BgClassName
{
background-color: #131E69;
}
</style>
border-color css
<style>
span { border-color: #131E69; }
span { border-color: rgb(19,30,105); }
td.TdClassName
{
border-color: #131E69;
}
.TagClassName
{
border-color: #131E69;
}
</style>