Shades of Midnight Blue #131C83
Tints of Midnight Blue #131C83
RGB
CMYK
RGB Variations
Color information
#131C83 (or 0x131C83) is known color: Midnight Blue. HEX triplet: 13, 1C and 83. RGB value is (19,28,131). Sum of RGB (Red+Green+Blue) = 19+28+131=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 131 (51.56% from 255 or 73.60% from 178); Max value from RGB is 131 - color contains mainly: blue. Hex color #131C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C83 is #ECE37C. Grayscale: #242424. Windows color (decimal): -15524733 or 8592403. OLE color: 8592403.
HSL color Cylindrical-coordinate representation of color #131C83: hue angle of 235.18º degrees, saturation: 0.75, 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 #131C83 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 28 | 131 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.49 |
| HSL | 235.18º | 0.75% | 0.29% | - |
| HSV(B) | 235.18º | 0.85% | 0.51% | - |
| XYZ | 4.78 | 2.61 | 21.72 | - |
| YUV | 37.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 131 | 0.85 | 0.79 | 0 | 0.49 | 235.18 | 0.75 | 0.29 |
| Hex | 13 | 1C | 83 | 55 | 4F | 0 | 31 | EB | 4B | 1D |
| Octal | 23 | 34 | 203 | 125 | 117 | 0 | 61 | 353 | 113 | 35 |
| Binary | 10011 | 11100 | 10000011 | 1010101 | 1001111 | 0 | 110001 | 11101011 | 1001011 | 11101 |
Color Harmonies of #131C83
Complementary color
Monochromatic Colors of #131C83
Black with #131C83
Text Example
Text Example
White with #131C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C83; }
p { color: rgb(19,28,131); }
H1.HeaderClassName
{
color: #131C83;
}
.AnyTagClassName
{
color: #131C83;
}
</style>
background-color css
<style>
a { background-color: #131C83; }
a { background-color: rgb(19,28,131); }
div.DivClassName
{
background-color: #131C83;
}
.BgClassName
{
background-color: #131C83;
}
</style>
border-color css
<style>
span { border-color: #131C83; }
span { border-color: rgb(19,28,131); }
td.TdClassName
{
border-color: #131C83;
}
.TagClassName
{
border-color: #131C83;
}
</style>