Shades of Midnight Blue #131C82
Tints of Midnight Blue #131C82
RGB
CMYK
RGB Variations
Color information
#131C82 (or 0x131C82) is known color: Midnight Blue. HEX triplet: 13, 1C and 82. RGB value is (19,28,130). Sum of RGB (Red+Green+Blue) = 19+28+130=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #131C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C82 is #ECE37D. Grayscale: #242424. Windows color (decimal): -15524734 or 8526867. OLE color: 8526867.
HSL color Cylindrical-coordinate representation of color #131C82: hue angle of 235.14º 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 #131C82 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 28 | 130 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.49 |
| HSL | 235.14º | 0.74% | 0.29% | - |
| HSV(B) | 235.14º | 0.85% | 0.51% | - |
| XYZ | 4.71 | 2.58 | 21.37 | - |
| YUV | 36.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 130 | 0.85 | 0.78 | 0 | 0.49 | 235.14 | 0.74 | 0.29 |
| Hex | 13 | 1C | 82 | 55 | 4E | 0 | 31 | EB | 4A | 1D |
| Octal | 23 | 34 | 202 | 125 | 116 | 0 | 61 | 353 | 112 | 35 |
| Binary | 10011 | 11100 | 10000010 | 1010101 | 1001110 | 0 | 110001 | 11101011 | 1001010 | 11101 |
Color Harmonies of #131C82
Complementary color
Monochromatic Colors of #131C82
Black with #131C82
Text Example
Text Example
White with #131C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C82; }
p { color: rgb(19,28,130); }
H1.HeaderClassName
{
color: #131C82;
}
.AnyTagClassName
{
color: #131C82;
}
</style>
background-color css
<style>
a { background-color: #131C82; }
a { background-color: rgb(19,28,130); }
div.DivClassName
{
background-color: #131C82;
}
.BgClassName
{
background-color: #131C82;
}
</style>
border-color css
<style>
span { border-color: #131C82; }
span { border-color: rgb(19,28,130); }
td.TdClassName
{
border-color: #131C82;
}
.TagClassName
{
border-color: #131C82;
}
</style>