Shades of Midnight Express #131C2B
Tints of Midnight Express #131C2B
RGB
CMYK
RGB Variations
Color information
#131C2B (or 0x131C2B) is known color: Midnight Express. HEX triplet: 13, 1C and 2B. RGB value is (19,28,43). Sum of RGB (Red+Green+Blue) = 19+28+43=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #131C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C2B is #ECE3D4. Grayscale: #1A1A1A. Windows color (decimal): -15524821 or 2825235. OLE color: 2825235.
HSL color Cylindrical-coordinate representation of color #131C2B: hue angle of 217.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131C2B is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 28 | 43 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.83 |
| HSL | 217.5º | 0.39% | 0.12% | - |
| HSV(B) | 217.5º | 0.56% | 0.17% | - |
| XYZ | 1.12 | 1.14 | 2.45 | - |
| YUV | 27.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 43 | 0.56 | 0.35 | 0 | 0.83 | 217.5 | 0.39 | 0.12 |
| Hex | 13 | 1C | 2B | 38 | 23 | 0 | 53 | DA | 27 | C |
| Octal | 23 | 34 | 53 | 70 | 43 | 0 | 123 | 332 | 47 | 14 |
| Binary | 10011 | 11100 | 101011 | 111000 | 100011 | 0 | 1010011 | 11011010 | 100111 | 1100 |
Color Harmonies of #131C2B
Complementary color
Monochromatic Colors of #131C2B
Black with #131C2B
Text Example
Text Example
White with #131C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C2B; }
p { color: rgb(19,28,43); }
H1.HeaderClassName
{
color: #131C2B;
}
.AnyTagClassName
{
color: #131C2B;
}
</style>
background-color css
<style>
a { background-color: #131C2B; }
a { background-color: rgb(19,28,43); }
div.DivClassName
{
background-color: #131C2B;
}
.BgClassName
{
background-color: #131C2B;
}
</style>
border-color css
<style>
span { border-color: #131C2B; }
span { border-color: rgb(19,28,43); }
td.TdClassName
{
border-color: #131C2B;
}
.TagClassName
{
border-color: #131C2B;
}
</style>