Shades of Midnight Blue #131A73
Tints of Midnight Blue #131A73
RGB
CMYK
RGB Variations
Color information
#131A73 (or 0x131A73) is known color: Midnight Blue. HEX triplet: 13, 1A and 73. RGB value is (19,26,115). Sum of RGB (Red+Green+Blue) = 19+26+115=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #131A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A73 is #ECE58C. Grayscale: #212121. Windows color (decimal): -15525261 or 7543315. OLE color: 7543315.
HSL color Cylindrical-coordinate representation of color #131A73: hue angle of 235.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131A73 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 26 | 115 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.55 |
| HSL | 235.63º | 0.72% | 0.26% | - |
| HSV(B) | 235.63º | 0.83% | 0.45% | - |
| XYZ | 3.73 | 2.12 | 16.43 | - |
| YUV | 34.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 115 | 0.83 | 0.77 | 0 | 0.55 | 235.63 | 0.72 | 0.26 |
| Hex | 13 | 1A | 73 | 53 | 4D | 0 | 37 | EC | 48 | 1A |
| Octal | 23 | 32 | 163 | 123 | 115 | 0 | 67 | 354 | 110 | 32 |
| Binary | 10011 | 11010 | 1110011 | 1010011 | 1001101 | 0 | 110111 | 11101100 | 1001000 | 11010 |
Color Harmonies of #131A73
Complementary color
Monochromatic Colors of #131A73
Black with #131A73
Text Example
Text Example
White with #131A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A73; }
p { color: rgb(19,26,115); }
H1.HeaderClassName
{
color: #131A73;
}
.AnyTagClassName
{
color: #131A73;
}
</style>
background-color css
<style>
a { background-color: #131A73; }
a { background-color: rgb(19,26,115); }
div.DivClassName
{
background-color: #131A73;
}
.BgClassName
{
background-color: #131A73;
}
</style>
border-color css
<style>
span { border-color: #131A73; }
span { border-color: rgb(19,26,115); }
td.TdClassName
{
border-color: #131A73;
}
.TagClassName
{
border-color: #131A73;
}
</style>