Shades of Midnight Blue #131D68
Tints of Midnight Blue #131D68
RGB
CMYK
RGB Variations
Color information
#131D68 (or 0x131D68) is known color: Midnight Blue. HEX triplet: 13, 1D and 68. RGB value is (19,29,104). Sum of RGB (Red+Green+Blue) = 19+29+104=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #131D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D68 is #ECE297. Grayscale: #222222. Windows color (decimal): -15524504 or 6823187. OLE color: 6823187.
HSL color Cylindrical-coordinate representation of color #131D68: hue angle of 232.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131D68 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 29 | 104 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.59 |
| HSL | 232.94º | 0.69% | 0.24% | - |
| HSV(B) | 232.94º | 0.82% | 0.41% | - |
| XYZ | 3.21 | 2.02 | 13.32 | - |
| YUV | 34.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 104 | 0.82 | 0.72 | 0 | 0.59 | 232.94 | 0.69 | 0.24 |
| Hex | 13 | 1D | 68 | 52 | 48 | 0 | 3B | E9 | 45 | 18 |
| Octal | 23 | 35 | 150 | 122 | 110 | 0 | 73 | 351 | 105 | 30 |
| Binary | 10011 | 11101 | 1101000 | 1010010 | 1001000 | 0 | 111011 | 11101001 | 1000101 | 11000 |
Color Harmonies of #131D68
Complementary color
Monochromatic Colors of #131D68
Black with #131D68
Text Example
Text Example
White with #131D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D68; }
p { color: rgb(19,29,104); }
H1.HeaderClassName
{
color: #131D68;
}
.AnyTagClassName
{
color: #131D68;
}
</style>
background-color css
<style>
a { background-color: #131D68; }
a { background-color: rgb(19,29,104); }
div.DivClassName
{
background-color: #131D68;
}
.BgClassName
{
background-color: #131D68;
}
</style>
border-color css
<style>
span { border-color: #131D68; }
span { border-color: rgb(19,29,104); }
td.TdClassName
{
border-color: #131D68;
}
.TagClassName
{
border-color: #131D68;
}
</style>