Shades of Midnight Blue #131A60
Tints of Midnight Blue #131A60
RGB
CMYK
RGB Variations
Color information
#131A60 (or 0x131A60) is known color: Midnight Blue. HEX triplet: 13, 1A and 60. RGB value is (19,26,96). Sum of RGB (Red+Green+Blue) = 19+26+96=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #131A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A60 is #ECE59F. Grayscale: #1F1F1F. Windows color (decimal): -15525280 or 6298131. OLE color: 6298131.
HSL color Cylindrical-coordinate representation of color #131A60: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131A60 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 26 | 96 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.62 |
| HSL | 234.55º | 0.67% | 0.23% | - |
| HSV(B) | 234.55º | 0.8% | 0.38% | - |
| XYZ | 2.75 | 1.72 | 11.25 | - |
| YUV | 31.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 96 | 0.80 | 0.73 | 0 | 0.62 | 234.55 | 0.67 | 0.23 |
| Hex | 13 | 1A | 60 | 50 | 49 | 0 | 3E | EB | 43 | 17 |
| Octal | 23 | 32 | 140 | 120 | 111 | 0 | 76 | 353 | 103 | 27 |
| Binary | 10011 | 11010 | 1100000 | 1010000 | 1001001 | 0 | 111110 | 11101011 | 1000011 | 10111 |
Color Harmonies of #131A60
Complementary color
Monochromatic Colors of #131A60
Black with #131A60
Text Example
Text Example
White with #131A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A60; }
p { color: rgb(19,26,96); }
H1.HeaderClassName
{
color: #131A60;
}
.AnyTagClassName
{
color: #131A60;
}
</style>
background-color css
<style>
a { background-color: #131A60; }
a { background-color: rgb(19,26,96); }
div.DivClassName
{
background-color: #131A60;
}
.BgClassName
{
background-color: #131A60;
}
</style>
border-color css
<style>
span { border-color: #131A60; }
span { border-color: rgb(19,26,96); }
td.TdClassName
{
border-color: #131A60;
}
.TagClassName
{
border-color: #131A60;
}
</style>