Shades of Midnight Blue #131A84
Tints of Midnight Blue #131A84
RGB
CMYK
RGB Variations
Color information
#131A84 (or 0x131A84) is known color: Midnight Blue. HEX triplet: 13, 1A and 84. RGB value is (19,26,132). Sum of RGB (Red+Green+Blue) = 19+26+132=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #131A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A84 is #ECE57B. Grayscale: #232323. Windows color (decimal): -15525244 or 8657427. OLE color: 8657427.
HSL color Cylindrical-coordinate representation of color #131A84: hue angle of 236.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131A84 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 26 | 132 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.48 |
| HSL | 236.28º | 0.75% | 0.3% | - |
| HSV(B) | 236.28º | 0.86% | 0.52% | - |
| XYZ | 4.8 | 2.54 | 22.07 | - |
| YUV | 35.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 132 | 0.86 | 0.80 | 0 | 0.48 | 236.28 | 0.75 | 0.3 |
| Hex | 13 | 1A | 84 | 56 | 50 | 0 | 30 | EC | 4B | 1E |
| Octal | 23 | 32 | 204 | 126 | 120 | 0 | 60 | 354 | 113 | 36 |
| Binary | 10011 | 11010 | 10000100 | 1010110 | 1010000 | 0 | 110000 | 11101100 | 1001011 | 11110 |
Color Harmonies of #131A84
Complementary color
Monochromatic Colors of #131A84
Black with #131A84
Text Example
Text Example
White with #131A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A84; }
p { color: rgb(19,26,132); }
H1.HeaderClassName
{
color: #131A84;
}
.AnyTagClassName
{
color: #131A84;
}
</style>
background-color css
<style>
a { background-color: #131A84; }
a { background-color: rgb(19,26,132); }
div.DivClassName
{
background-color: #131A84;
}
.BgClassName
{
background-color: #131A84;
}
</style>
border-color css
<style>
span { border-color: #131A84; }
span { border-color: rgb(19,26,132); }
td.TdClassName
{
border-color: #131A84;
}
.TagClassName
{
border-color: #131A84;
}
</style>