Shades of Midnight Blue #131354
Tints of Midnight Blue #131354
RGB
CMYK
RGB Variations
Color information
#131354 (or 0x131354) is known color: Midnight Blue. HEX triplet: 13, 13 and 54. RGB value is (19,19,84). Sum of RGB (Red+Green+Blue) = 19+19+84=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #131354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131354 is #ECECAB. Grayscale: #1A1A1A. Windows color (decimal): -15527084 or 5509907. OLE color: 5509907.
HSL color Cylindrical-coordinate representation of color #131354: hue angle of 240º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131354 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 19 | 84 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.67 |
| HSL | 240º | 0.63% | 0.2% | - |
| HSV(B) | 240º | 0.77% | 0.33% | - |
| XYZ | 2.1 | 1.24 | 8.52 | - |
| YUV | 26.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 84 | 0.77 | 0.77 | 0 | 0.67 | 240 | 0.63 | 0.2 |
| Hex | 13 | 13 | 54 | 4D | 4D | 0 | 43 | F0 | 3F | 14 |
| Octal | 23 | 23 | 124 | 115 | 115 | 0 | 103 | 360 | 77 | 24 |
| Binary | 10011 | 10011 | 1010100 | 1001101 | 1001101 | 0 | 1000011 | 11110000 | 111111 | 10100 |
Color Harmonies of #131354
Complementary color
Monochromatic Colors of #131354
Black with #131354
Text Example
Text Example
White with #131354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131354; }
p { color: rgb(19,19,84); }
H1.HeaderClassName
{
color: #131354;
}
.AnyTagClassName
{
color: #131354;
}
</style>
background-color css
<style>
a { background-color: #131354; }
a { background-color: rgb(19,19,84); }
div.DivClassName
{
background-color: #131354;
}
.BgClassName
{
background-color: #131354;
}
</style>
border-color css
<style>
span { border-color: #131354; }
span { border-color: rgb(19,19,84); }
td.TdClassName
{
border-color: #131354;
}
.TagClassName
{
border-color: #131354;
}
</style>