Shades of Midnight Express #131C30
Tints of Midnight Express #131C30
RGB
CMYK
RGB Variations
Color information
#131C30 (or 0x131C30) is known color: Midnight Express. HEX triplet: 13, 1C and 30. RGB value is (19,28,48). Sum of RGB (Red+Green+Blue) = 19+28+48=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #131C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C30 is #ECE3CF. Grayscale: #1B1B1B. Windows color (decimal): -15524816 or 3152915. OLE color: 3152915.
HSL color Cylindrical-coordinate representation of color #131C30: hue angle of 221.38º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131C30 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 28 | 48 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.81 |
| HSL | 221.38º | 0.43% | 0.13% | - |
| HSV(B) | 221.38º | 0.6% | 0.19% | - |
| XYZ | 1.22 | 1.18 | 2.96 | - |
| YUV | 27.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 48 | 0.60 | 0.42 | 0 | 0.81 | 221.38 | 0.43 | 0.13 |
| Hex | 13 | 1C | 30 | 3C | 2A | 0 | 51 | DD | 2B | D |
| Octal | 23 | 34 | 60 | 74 | 52 | 0 | 121 | 335 | 53 | 15 |
| Binary | 10011 | 11100 | 110000 | 111100 | 101010 | 0 | 1010001 | 11011101 | 101011 | 1101 |
Color Harmonies of #131C30
Complementary color
Monochromatic Colors of #131C30
Black with #131C30
Text Example
Text Example
White with #131C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C30; }
p { color: rgb(19,28,48); }
H1.HeaderClassName
{
color: #131C30;
}
.AnyTagClassName
{
color: #131C30;
}
</style>
background-color css
<style>
a { background-color: #131C30; }
a { background-color: rgb(19,28,48); }
div.DivClassName
{
background-color: #131C30;
}
.BgClassName
{
background-color: #131C30;
}
</style>
border-color css
<style>
span { border-color: #131C30; }
span { border-color: rgb(19,28,48); }
td.TdClassName
{
border-color: #131C30;
}
.TagClassName
{
border-color: #131C30;
}
</style>