Shades of Midnight Express #13173B
Tints of Midnight Express #13173B
RGB
CMYK
RGB Variations
Color information
#13173B (or 0x13173B) is known color: Midnight Express. HEX triplet: 13, 17 and 3B. RGB value is (19,23,59). Sum of RGB (Red+Green+Blue) = 19+23+59=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #13173B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13173B is #ECE8C4. Grayscale: #191919. Windows color (decimal): -15526085 or 3872531. OLE color: 3872531.
HSL color Cylindrical-coordinate representation of color #13173B: hue angle of 234º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13173B is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 23 | 59 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.77 |
| HSL | 234º | 0.51% | 0.15% | - |
| HSV(B) | 234º | 0.68% | 0.23% | - |
| XYZ | 1.36 | 1.07 | 4.27 | - |
| YUV | 25.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 59 | 0.68 | 0.61 | 0 | 0.77 | 234 | 0.51 | 0.15 |
| Hex | 13 | 17 | 3B | 44 | 3D | 0 | 4D | EA | 33 | F |
| Octal | 23 | 27 | 73 | 104 | 75 | 0 | 115 | 352 | 63 | 17 |
| Binary | 10011 | 10111 | 111011 | 1000100 | 111101 | 0 | 1001101 | 11101010 | 110011 | 1111 |
Color Harmonies of #13173B
Complementary color
Monochromatic Colors of #13173B
Black with #13173B
Text Example
Text Example
White with #13173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13173B; }
p { color: rgb(19,23,59); }
H1.HeaderClassName
{
color: #13173B;
}
.AnyTagClassName
{
color: #13173B;
}
</style>
background-color css
<style>
a { background-color: #13173B; }
a { background-color: rgb(19,23,59); }
div.DivClassName
{
background-color: #13173B;
}
.BgClassName
{
background-color: #13173B;
}
</style>
border-color css
<style>
span { border-color: #13173B; }
span { border-color: rgb(19,23,59); }
td.TdClassName
{
border-color: #13173B;
}
.TagClassName
{
border-color: #13173B;
}
</style>