Shades of Midnight Blue #131E63
Tints of Midnight Blue #131E63
RGB
CMYK
RGB Variations
Color information
#131E63 (or 0x131E63) is known color: Midnight Blue. HEX triplet: 13, 1E and 63. RGB value is (19,30,99). Sum of RGB (Red+Green+Blue) = 19+30+99=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #131E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E63 is #ECE19C. Grayscale: #222222. Windows color (decimal): -15524253 or 6495763. OLE color: 6495763.
HSL color Cylindrical-coordinate representation of color #131E63: hue angle of 231.75º 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 #131E63 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 30 | 99 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.61 |
| HSL | 231.75º | 0.68% | 0.23% | - |
| HSV(B) | 231.75º | 0.81% | 0.39% | - |
| XYZ | 2.98 | 1.97 | 12.03 | - |
| YUV | 34.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 99 | 0.81 | 0.70 | 0 | 0.61 | 231.75 | 0.68 | 0.23 |
| Hex | 13 | 1E | 63 | 51 | 46 | 0 | 3D | E8 | 44 | 17 |
| Octal | 23 | 36 | 143 | 121 | 106 | 0 | 75 | 350 | 104 | 27 |
| Binary | 10011 | 11110 | 1100011 | 1010001 | 1000110 | 0 | 111101 | 11101000 | 1000100 | 10111 |
Color Harmonies of #131E63
Complementary color
Monochromatic Colors of #131E63
Black with #131E63
Text Example
Text Example
White with #131E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E63; }
p { color: rgb(19,30,99); }
H1.HeaderClassName
{
color: #131E63;
}
.AnyTagClassName
{
color: #131E63;
}
</style>
background-color css
<style>
a { background-color: #131E63; }
a { background-color: rgb(19,30,99); }
div.DivClassName
{
background-color: #131E63;
}
.BgClassName
{
background-color: #131E63;
}
</style>
border-color css
<style>
span { border-color: #131E63; }
span { border-color: rgb(19,30,99); }
td.TdClassName
{
border-color: #131E63;
}
.TagClassName
{
border-color: #131E63;
}
</style>