Shades of Midnight Blue #131B6E
Tints of Midnight Blue #131B6E
RGB
CMYK
RGB Variations
Color information
#131B6E (or 0x131B6E) is known color: Midnight Blue. HEX triplet: 13, 1B and 6E. RGB value is (19,27,110). Sum of RGB (Red+Green+Blue) = 19+27+110=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #131B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B6E is #ECE491. Grayscale: #212121. Windows color (decimal): -15525010 or 7215891. OLE color: 7215891.
HSL color Cylindrical-coordinate representation of color #131B6E: hue angle of 234.73º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131B6E is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 27 | 110 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.57 |
| HSL | 234.73º | 0.71% | 0.25% | - |
| HSV(B) | 234.73º | 0.83% | 0.43% | - |
| XYZ | 3.47 | 2.05 | 14.96 | - |
| YUV | 34.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 110 | 0.83 | 0.75 | 0 | 0.57 | 234.73 | 0.71 | 0.25 |
| Hex | 13 | 1B | 6E | 53 | 4B | 0 | 39 | EB | 47 | 19 |
| Octal | 23 | 33 | 156 | 123 | 113 | 0 | 71 | 353 | 107 | 31 |
| Binary | 10011 | 11011 | 1101110 | 1010011 | 1001011 | 0 | 111001 | 11101011 | 1000111 | 11001 |
Color Harmonies of #131B6E
Complementary color
Monochromatic Colors of #131B6E
Black with #131B6E
Text Example
Text Example
White with #131B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B6E; }
p { color: rgb(19,27,110); }
H1.HeaderClassName
{
color: #131B6E;
}
.AnyTagClassName
{
color: #131B6E;
}
</style>
background-color css
<style>
a { background-color: #131B6E; }
a { background-color: rgb(19,27,110); }
div.DivClassName
{
background-color: #131B6E;
}
.BgClassName
{
background-color: #131B6E;
}
</style>
border-color css
<style>
span { border-color: #131B6E; }
span { border-color: rgb(19,27,110); }
td.TdClassName
{
border-color: #131B6E;
}
.TagClassName
{
border-color: #131B6E;
}
</style>