Shades of Midnight Blue #131B74
Tints of Midnight Blue #131B74
RGB
CMYK
RGB Variations
Color information
#131B74 (or 0x131B74) is known color: Midnight Blue. HEX triplet: 13, 1B and 74. RGB value is (19,27,116). Sum of RGB (Red+Green+Blue) = 19+27+116=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #131B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B74 is #ECE48B. Grayscale: #222222. Windows color (decimal): -15525004 or 7609107. OLE color: 7609107.
HSL color Cylindrical-coordinate representation of color #131B74: hue angle of 235.05º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131B74 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 27 | 116 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.55 |
| HSL | 235.05º | 0.72% | 0.26% | - |
| HSV(B) | 235.05º | 0.84% | 0.45% | - |
| XYZ | 3.81 | 2.18 | 16.74 | - |
| YUV | 34.75 | 173.85 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 116 | 0.84 | 0.77 | 0 | 0.55 | 235.05 | 0.72 | 0.26 |
| Hex | 13 | 1B | 74 | 54 | 4D | 0 | 37 | EB | 48 | 1A |
| Octal | 23 | 33 | 164 | 124 | 115 | 0 | 67 | 353 | 110 | 32 |
| Binary | 10011 | 11011 | 1110100 | 1010100 | 1001101 | 0 | 110111 | 11101011 | 1001000 | 11010 |
Color Harmonies of #131B74
Complementary color
Monochromatic Colors of #131B74
Black with #131B74
Text Example
Text Example
White with #131B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B74; }
p { color: rgb(19,27,116); }
H1.HeaderClassName
{
color: #131B74;
}
.AnyTagClassName
{
color: #131B74;
}
</style>
background-color css
<style>
a { background-color: #131B74; }
a { background-color: rgb(19,27,116); }
div.DivClassName
{
background-color: #131B74;
}
.BgClassName
{
background-color: #131B74;
}
</style>
border-color css
<style>
span { border-color: #131B74; }
span { border-color: rgb(19,27,116); }
td.TdClassName
{
border-color: #131B74;
}
.TagClassName
{
border-color: #131B74;
}
</style>