Shades of Midnight Blue #131668
Tints of Midnight Blue #131668
RGB
CMYK
RGB Variations
Color information
#131668 (or 0x131668) is known color: Midnight Blue. HEX triplet: 13, 16 and 68. RGB value is (19,22,104). Sum of RGB (Red+Green+Blue) = 19+22+104=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #131668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131668 is #ECE997. Grayscale: #1E1E1E. Windows color (decimal): -15526296 or 6821395. OLE color: 6821395.
HSL color Cylindrical-coordinate representation of color #131668: hue angle of 237.88º 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 #131668 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 22 | 104 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.59 |
| HSL | 237.88º | 0.69% | 0.24% | - |
| HSV(B) | 237.88º | 0.82% | 0.41% | - |
| XYZ | 3.05 | 1.71 | 13.27 | - |
| YUV | 30.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 104 | 0.82 | 0.79 | 0 | 0.59 | 237.88 | 0.69 | 0.24 |
| Hex | 13 | 16 | 68 | 52 | 4F | 0 | 3B | EE | 45 | 18 |
| Octal | 23 | 26 | 150 | 122 | 117 | 0 | 73 | 356 | 105 | 30 |
| Binary | 10011 | 10110 | 1101000 | 1010010 | 1001111 | 0 | 111011 | 11101110 | 1000101 | 11000 |
Color Harmonies of #131668
Complementary color
Monochromatic Colors of #131668
Black with #131668
Text Example
Text Example
White with #131668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131668; }
p { color: rgb(19,22,104); }
H1.HeaderClassName
{
color: #131668;
}
.AnyTagClassName
{
color: #131668;
}
</style>
background-color css
<style>
a { background-color: #131668; }
a { background-color: rgb(19,22,104); }
div.DivClassName
{
background-color: #131668;
}
.BgClassName
{
background-color: #131668;
}
</style>
border-color css
<style>
span { border-color: #131668; }
span { border-color: rgb(19,22,104); }
td.TdClassName
{
border-color: #131668;
}
.TagClassName
{
border-color: #131668;
}
</style>