Shades of Midnight Blue #131361
Tints of Midnight Blue #131361
RGB
CMYK
RGB Variations
Color information
#131361 (or 0x131361) is known color: Midnight Blue. HEX triplet: 13, 13 and 61. RGB value is (19,19,97). Sum of RGB (Red+Green+Blue) = 19+19+97=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #131361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131361 is #ECEC9E. Grayscale: #1B1B1B. Windows color (decimal): -15527071 or 6361875. OLE color: 6361875.
HSL color Cylindrical-coordinate representation of color #131361: hue angle of 240º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131361 is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 19 | 97 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.62 |
| HSL | 240º | 0.67% | 0.23% | - |
| HSV(B) | 240º | 0.8% | 0.38% | - |
| XYZ | 2.66 | 1.47 | 11.45 | - |
| YUV | 27.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 97 | 0.80 | 0.80 | 0 | 0.62 | 240 | 0.67 | 0.23 |
| Hex | 13 | 13 | 61 | 50 | 50 | 0 | 3E | F0 | 43 | 17 |
| Octal | 23 | 23 | 141 | 120 | 120 | 0 | 76 | 360 | 103 | 27 |
| Binary | 10011 | 10011 | 1100001 | 1010000 | 1010000 | 0 | 111110 | 11110000 | 1000011 | 10111 |
Color Harmonies of #131361
Complementary color
Monochromatic Colors of #131361
Black with #131361
Text Example
Text Example
White with #131361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131361; }
p { color: rgb(19,19,97); }
H1.HeaderClassName
{
color: #131361;
}
.AnyTagClassName
{
color: #131361;
}
</style>
background-color css
<style>
a { background-color: #131361; }
a { background-color: rgb(19,19,97); }
div.DivClassName
{
background-color: #131361;
}
.BgClassName
{
background-color: #131361;
}
</style>
border-color css
<style>
span { border-color: #131361; }
span { border-color: rgb(19,19,97); }
td.TdClassName
{
border-color: #131361;
}
.TagClassName
{
border-color: #131361;
}
</style>