Shades of Midnight Blue #131174
Tints of Midnight Blue #131174
RGB
CMYK
RGB Variations
Color information
#131174 (or 0x131174) is known color: Midnight Blue. HEX triplet: 13, 11 and 74. RGB value is (19,17,116). Sum of RGB (Red+Green+Blue) = 19+17+116=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #131174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131174 is #ECEE8B. Grayscale: #1C1C1C. Windows color (decimal): -15527564 or 7606547. OLE color: 7606547.
HSL color Cylindrical-coordinate representation of color #131174: hue angle of 241.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131174 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 17 | 116 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.55 |
| HSL | 241.21º | 0.74% | 0.26% | - |
| HSV(B) | 241.21º | 0.85% | 0.45% | - |
| XYZ | 3.62 | 1.8 | 16.68 | - |
| YUV | 28.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 116 | 0.84 | 0.85 | 0 | 0.55 | 241.21 | 0.74 | 0.26 |
| Hex | 13 | 11 | 74 | 54 | 55 | 0 | 37 | F1 | 4A | 1A |
| Octal | 23 | 21 | 164 | 124 | 125 | 0 | 67 | 361 | 112 | 32 |
| Binary | 10011 | 10001 | 1110100 | 1010100 | 1010101 | 0 | 110111 | 11110001 | 1001010 | 11010 |
Color Harmonies of #131174
Complementary color
Monochromatic Colors of #131174
Black with #131174
Text Example
Text Example
White with #131174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131174; }
p { color: rgb(19,17,116); }
H1.HeaderClassName
{
color: #131174;
}
.AnyTagClassName
{
color: #131174;
}
</style>
background-color css
<style>
a { background-color: #131174; }
a { background-color: rgb(19,17,116); }
div.DivClassName
{
background-color: #131174;
}
.BgClassName
{
background-color: #131174;
}
</style>
border-color css
<style>
span { border-color: #131174; }
span { border-color: rgb(19,17,116); }
td.TdClassName
{
border-color: #131174;
}
.TagClassName
{
border-color: #131174;
}
</style>