Shades of Midnight Blue #131E6B
Tints of Midnight Blue #131E6B
RGB
CMYK
RGB Variations
Color information
#131E6B (or 0x131E6B) is known color: Midnight Blue. HEX triplet: 13, 1E and 6B. RGB value is (19,30,107). Sum of RGB (Red+Green+Blue) = 19+30+107=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #131E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E6B is #ECE194. Grayscale: #232323. Windows color (decimal): -15524245 or 7020051. OLE color: 7020051.
HSL color Cylindrical-coordinate representation of color #131E6B: hue angle of 232.5º 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 #131E6B is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 30 | 107 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.58 |
| HSL | 232.5º | 0.7% | 0.25% | - |
| HSV(B) | 232.5º | 0.82% | 0.42% | - |
| XYZ | 3.39 | 2.13 | 14.14 | - |
| YUV | 35.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 107 | 0.82 | 0.72 | 0 | 0.58 | 232.5 | 0.7 | 0.25 |
| Hex | 13 | 1E | 6B | 52 | 48 | 0 | 3A | E8 | 46 | 19 |
| Octal | 23 | 36 | 153 | 122 | 110 | 0 | 72 | 350 | 106 | 31 |
| Binary | 10011 | 11110 | 1101011 | 1010010 | 1001000 | 0 | 111010 | 11101000 | 1000110 | 11001 |
Color Harmonies of #131E6B
Complementary color
Monochromatic Colors of #131E6B
Black with #131E6B
Text Example
Text Example
White with #131E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E6B; }
p { color: rgb(19,30,107); }
H1.HeaderClassName
{
color: #131E6B;
}
.AnyTagClassName
{
color: #131E6B;
}
</style>
background-color css
<style>
a { background-color: #131E6B; }
a { background-color: rgb(19,30,107); }
div.DivClassName
{
background-color: #131E6B;
}
.BgClassName
{
background-color: #131E6B;
}
</style>
border-color css
<style>
span { border-color: #131E6B; }
span { border-color: rgb(19,30,107); }
td.TdClassName
{
border-color: #131E6B;
}
.TagClassName
{
border-color: #131E6B;
}
</style>