Shades of Midnight Blue #131E82
Tints of Midnight Blue #131E82
RGB
CMYK
RGB Variations
Color information
#131E82 (or 0x131E82) is known color: Midnight Blue. HEX triplet: 13, 1E and 82. RGB value is (19,30,130). Sum of RGB (Red+Green+Blue) = 19+30+130=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #131E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E82 is #ECE17D. Grayscale: #252525. Windows color (decimal): -15524222 or 8527379. OLE color: 8527379.
HSL color Cylindrical-coordinate representation of color #131E82: hue angle of 234.05º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131E82 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 30 | 130 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.49 |
| HSL | 234.05º | 0.74% | 0.29% | - |
| HSV(B) | 234.05º | 0.85% | 0.51% | - |
| XYZ | 4.76 | 2.68 | 21.39 | - |
| YUV | 38.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 130 | 0.85 | 0.77 | 0 | 0.49 | 234.05 | 0.74 | 0.29 |
| Hex | 13 | 1E | 82 | 55 | 4D | 0 | 31 | EA | 4A | 1D |
| Octal | 23 | 36 | 202 | 125 | 115 | 0 | 61 | 352 | 112 | 35 |
| Binary | 10011 | 11110 | 10000010 | 1010101 | 1001101 | 0 | 110001 | 11101010 | 1001010 | 11101 |
Color Harmonies of #131E82
Complementary color
Monochromatic Colors of #131E82
Black with #131E82
Text Example
Text Example
White with #131E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E82; }
p { color: rgb(19,30,130); }
H1.HeaderClassName
{
color: #131E82;
}
.AnyTagClassName
{
color: #131E82;
}
</style>
background-color css
<style>
a { background-color: #131E82; }
a { background-color: rgb(19,30,130); }
div.DivClassName
{
background-color: #131E82;
}
.BgClassName
{
background-color: #131E82;
}
</style>
border-color css
<style>
span { border-color: #131E82; }
span { border-color: rgb(19,30,130); }
td.TdClassName
{
border-color: #131E82;
}
.TagClassName
{
border-color: #131E82;
}
</style>