Shades of Midnight Blue #131453
Tints of Midnight Blue #131453
RGB
CMYK
RGB Variations
Color information
#131453 (or 0x131453) is known color: Midnight Blue. HEX triplet: 13, 14 and 53. RGB value is (19,20,83). Sum of RGB (Red+Green+Blue) = 19+20+83=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #131453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131453 is #ECEBAC. Grayscale: #1A1A1A. Windows color (decimal): -15526829 or 5444627. OLE color: 5444627.
HSL color Cylindrical-coordinate representation of color #131453: hue angle of 239.06º 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 #131453 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 20 | 83 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.67 |
| HSL | 239.06º | 0.63% | 0.2% | - |
| HSV(B) | 239.06º | 0.77% | 0.33% | - |
| XYZ | 2.08 | 1.26 | 8.32 | - |
| YUV | 26.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 83 | 0.77 | 0.76 | 0 | 0.67 | 239.06 | 0.63 | 0.2 |
| Hex | 13 | 14 | 53 | 4D | 4C | 0 | 43 | EF | 3F | 14 |
| Octal | 23 | 24 | 123 | 115 | 114 | 0 | 103 | 357 | 77 | 24 |
| Binary | 10011 | 10100 | 1010011 | 1001101 | 1001100 | 0 | 1000011 | 11101111 | 111111 | 10100 |
Color Harmonies of #131453
Complementary color
Monochromatic Colors of #131453
Black with #131453
Text Example
Text Example
White with #131453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131453; }
p { color: rgb(19,20,83); }
H1.HeaderClassName
{
color: #131453;
}
.AnyTagClassName
{
color: #131453;
}
</style>
background-color css
<style>
a { background-color: #131453; }
a { background-color: rgb(19,20,83); }
div.DivClassName
{
background-color: #131453;
}
.BgClassName
{
background-color: #131453;
}
</style>
border-color css
<style>
span { border-color: #131453; }
span { border-color: rgb(19,20,83); }
td.TdClassName
{
border-color: #131453;
}
.TagClassName
{
border-color: #131453;
}
</style>