Shades of Midnight Blue #131380
Tints of Midnight Blue #131380
RGB
CMYK
RGB Variations
Color information
#131380 (or 0x131380) is known color: Midnight Blue. HEX triplet: 13, 13 and 80. RGB value is (19,19,128). Sum of RGB (Red+Green+Blue) = 19+19+128=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #131380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131380 is #ECEC7F. Grayscale: #1E1E1E. Windows color (decimal): -15527040 or 8393491. OLE color: 8393491.
HSL color Cylindrical-coordinate representation of color #131380: hue angle of 240º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131380 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 19 | 128 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.50 |
| HSL | 240º | 0.74% | 0.29% | - |
| HSV(B) | 240º | 0.85% | 0.5% | - |
| XYZ | 4.4 | 2.16 | 20.61 | - |
| YUV | 31.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 128 | 0.85 | 0.85 | 0 | 0.50 | 240 | 0.74 | 0.29 |
| Hex | 13 | 13 | 80 | 55 | 55 | 0 | 32 | F0 | 4A | 1D |
| Octal | 23 | 23 | 200 | 125 | 125 | 0 | 62 | 360 | 112 | 35 |
| Binary | 10011 | 10011 | 10000000 | 1010101 | 1010101 | 0 | 110010 | 11110000 | 1001010 | 11101 |
Color Harmonies of #131380
Complementary color
Monochromatic Colors of #131380
Black with #131380
Text Example
Text Example
White with #131380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131380; }
p { color: rgb(19,19,128); }
H1.HeaderClassName
{
color: #131380;
}
.AnyTagClassName
{
color: #131380;
}
</style>
background-color css
<style>
a { background-color: #131380; }
a { background-color: rgb(19,19,128); }
div.DivClassName
{
background-color: #131380;
}
.BgClassName
{
background-color: #131380;
}
</style>
border-color css
<style>
span { border-color: #131380; }
span { border-color: rgb(19,19,128); }
td.TdClassName
{
border-color: #131380;
}
.TagClassName
{
border-color: #131380;
}
</style>