Shades of Midnight Blue #131E6C
Tints of Midnight Blue #131E6C
RGB
CMYK
RGB Variations
Color information
#131E6C (or 0x131E6C) is known color: Midnight Blue. HEX triplet: 13, 1E and 6C. RGB value is (19,30,108). Sum of RGB (Red+Green+Blue) = 19+30+108=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #131E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E6C is #ECE193. Grayscale: #232323. Windows color (decimal): -15524244 or 7085587. OLE color: 7085587.
HSL color Cylindrical-coordinate representation of color #131E6C: hue angle of 232.58º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131E6C is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 30 | 108 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.58 |
| HSL | 232.58º | 0.7% | 0.25% | - |
| HSV(B) | 232.58º | 0.82% | 0.42% | - |
| XYZ | 3.44 | 2.15 | 14.42 | - |
| YUV | 35.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 108 | 0.82 | 0.72 | 0 | 0.58 | 232.58 | 0.7 | 0.25 |
| Hex | 13 | 1E | 6C | 52 | 48 | 0 | 3A | E9 | 46 | 19 |
| Octal | 23 | 36 | 154 | 122 | 110 | 0 | 72 | 351 | 106 | 31 |
| Binary | 10011 | 11110 | 1101100 | 1010010 | 1001000 | 0 | 111010 | 11101001 | 1000110 | 11001 |
Color Harmonies of #131E6C
Complementary color
Monochromatic Colors of #131E6C
Black with #131E6C
Text Example
Text Example
White with #131E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E6C; }
p { color: rgb(19,30,108); }
H1.HeaderClassName
{
color: #131E6C;
}
.AnyTagClassName
{
color: #131E6C;
}
</style>
background-color css
<style>
a { background-color: #131E6C; }
a { background-color: rgb(19,30,108); }
div.DivClassName
{
background-color: #131E6C;
}
.BgClassName
{
background-color: #131E6C;
}
</style>
border-color css
<style>
span { border-color: #131E6C; }
span { border-color: rgb(19,30,108); }
td.TdClassName
{
border-color: #131E6C;
}
.TagClassName
{
border-color: #131E6C;
}
</style>