Shades of Midnight Express #130F3B
Tints of Midnight Express #130F3B
RGB
CMYK
RGB Variations
Color information
#130F3B (or 0x130F3B) is known color: Midnight Express. HEX triplet: 13, 0F and 3B. RGB value is (19,15,59). Sum of RGB (Red+Green+Blue) = 19+15+59=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #130F3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F3B is #ECF0C4. Grayscale: #151515. Windows color (decimal): -15528133 or 3870483. OLE color: 3870483.
HSL color Cylindrical-coordinate representation of color #130F3B: hue angle of 245.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130F3B is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 15 | 59 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.77 |
| HSL | 245.45º | 0.59% | 0.15% | - |
| HSV(B) | 245.45º | 0.75% | 0.23% | - |
| XYZ | 1.23 | 0.8 | 4.23 | - |
| YUV | 21.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 59 | 0.68 | 0.75 | 0 | 0.77 | 245.45 | 0.59 | 0.15 |
| Hex | 13 | F | 3B | 44 | 4B | 0 | 4D | F5 | 3B | F |
| Octal | 23 | 17 | 73 | 104 | 113 | 0 | 115 | 365 | 73 | 17 |
| Binary | 10011 | 1111 | 111011 | 1000100 | 1001011 | 0 | 1001101 | 11110101 | 111011 | 1111 |
Color Harmonies of #130F3B
Complementary color
Monochromatic Colors of #130F3B
Black with #130F3B
Text Example
Text Example
White with #130F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F3B; }
p { color: rgb(19,15,59); }
H1.HeaderClassName
{
color: #130F3B;
}
.AnyTagClassName
{
color: #130F3B;
}
</style>
background-color css
<style>
a { background-color: #130F3B; }
a { background-color: rgb(19,15,59); }
div.DivClassName
{
background-color: #130F3B;
}
.BgClassName
{
background-color: #130F3B;
}
</style>
border-color css
<style>
span { border-color: #130F3B; }
span { border-color: rgb(19,15,59); }
td.TdClassName
{
border-color: #130F3B;
}
.TagClassName
{
border-color: #130F3B;
}
</style>