Shades of Midnight Blue #131B7D
Tints of Midnight Blue #131B7D
RGB
CMYK
RGB Variations
Color information
#131B7D (or 0x131B7D) is known color: Midnight Blue. HEX triplet: 13, 1B and 7D. RGB value is (19,27,125). Sum of RGB (Red+Green+Blue) = 19+27+125=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #131B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B7D is #ECE482. Grayscale: #232323. Windows color (decimal): -15524995 or 8198931. OLE color: 8198931.
HSL color Cylindrical-coordinate representation of color #131B7D: hue angle of 235.47º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131B7D is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 27 | 125 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.51 |
| HSL | 235.47º | 0.74% | 0.28% | - |
| HSV(B) | 235.47º | 0.85% | 0.49% | - |
| XYZ | 4.36 | 2.4 | 19.64 | - |
| YUV | 35.78 | 178.35 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 125 | 0.85 | 0.78 | 0 | 0.51 | 235.47 | 0.74 | 0.28 |
| Hex | 13 | 1B | 7D | 55 | 4E | 0 | 33 | EB | 4A | 1C |
| Octal | 23 | 33 | 175 | 125 | 116 | 0 | 63 | 353 | 112 | 34 |
| Binary | 10011 | 11011 | 1111101 | 1010101 | 1001110 | 0 | 110011 | 11101011 | 1001010 | 11100 |
Color Harmonies of #131B7D
Complementary color
Monochromatic Colors of #131B7D
Black with #131B7D
Text Example
Text Example
White with #131B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B7D; }
p { color: rgb(19,27,125); }
H1.HeaderClassName
{
color: #131B7D;
}
.AnyTagClassName
{
color: #131B7D;
}
</style>
background-color css
<style>
a { background-color: #131B7D; }
a { background-color: rgb(19,27,125); }
div.DivClassName
{
background-color: #131B7D;
}
.BgClassName
{
background-color: #131B7D;
}
</style>
border-color css
<style>
span { border-color: #131B7D; }
span { border-color: rgb(19,27,125); }
td.TdClassName
{
border-color: #131B7D;
}
.TagClassName
{
border-color: #131B7D;
}
</style>