Shades of Midnight Blue #131D61
Tints of Midnight Blue #131D61
RGB
CMYK
RGB Variations
Color information
#131D61 (or 0x131D61) is known color: Midnight Blue. HEX triplet: 13, 1D and 61. RGB value is (19,29,97). Sum of RGB (Red+Green+Blue) = 19+29+97=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #131D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D61 is #ECE29E. Grayscale: #212121. Windows color (decimal): -15524511 or 6364435. OLE color: 6364435.
HSL color Cylindrical-coordinate representation of color #131D61: hue angle of 232.31º 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 #131D61 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 29 | 97 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.62 |
| HSL | 232.31º | 0.67% | 0.23% | - |
| HSV(B) | 232.31º | 0.8% | 0.38% | - |
| XYZ | 2.87 | 1.88 | 11.52 | - |
| YUV | 33.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 97 | 0.80 | 0.70 | 0 | 0.62 | 232.31 | 0.67 | 0.23 |
| Hex | 13 | 1D | 61 | 50 | 46 | 0 | 3E | E8 | 43 | 17 |
| Octal | 23 | 35 | 141 | 120 | 106 | 0 | 76 | 350 | 103 | 27 |
| Binary | 10011 | 11101 | 1100001 | 1010000 | 1000110 | 0 | 111110 | 11101000 | 1000011 | 10111 |
Color Harmonies of #131D61
Complementary color
Monochromatic Colors of #131D61
Black with #131D61
Text Example
Text Example
White with #131D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D61; }
p { color: rgb(19,29,97); }
H1.HeaderClassName
{
color: #131D61;
}
.AnyTagClassName
{
color: #131D61;
}
</style>
background-color css
<style>
a { background-color: #131D61; }
a { background-color: rgb(19,29,97); }
div.DivClassName
{
background-color: #131D61;
}
.BgClassName
{
background-color: #131D61;
}
</style>
border-color css
<style>
span { border-color: #131D61; }
span { border-color: rgb(19,29,97); }
td.TdClassName
{
border-color: #131D61;
}
.TagClassName
{
border-color: #131D61;
}
</style>