Shades of Midnight Express #131B43
Tints of Midnight Express #131B43
RGB
CMYK
RGB Variations
Color information
#131B43 (or 0x131B43) is known color: Midnight Express. HEX triplet: 13, 1B and 43. RGB value is (19,27,67). Sum of RGB (Red+Green+Blue) = 19+27+67=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #131B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B43 is #ECE4BC. Grayscale: #1D1D1D. Windows color (decimal): -15525053 or 4397843. OLE color: 4397843.
HSL color Cylindrical-coordinate representation of color #131B43: hue angle of 230º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131B43 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 27 | 67 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.74 |
| HSL | 230º | 0.56% | 0.17% | - |
| HSV(B) | 230º | 0.72% | 0.26% | - |
| XYZ | 1.67 | 1.33 | 5.48 | - |
| YUV | 29.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 67 | 0.72 | 0.60 | 0 | 0.74 | 230 | 0.56 | 0.17 |
| Hex | 13 | 1B | 43 | 48 | 3C | 0 | 4A | E6 | 38 | 11 |
| Octal | 23 | 33 | 103 | 110 | 74 | 0 | 112 | 346 | 70 | 21 |
| Binary | 10011 | 11011 | 1000011 | 1001000 | 111100 | 0 | 1001010 | 11100110 | 111000 | 10001 |
Color Harmonies of #131B43
Complementary color
Monochromatic Colors of #131B43
Black with #131B43
Text Example
Text Example
White with #131B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B43; }
p { color: rgb(19,27,67); }
H1.HeaderClassName
{
color: #131B43;
}
.AnyTagClassName
{
color: #131B43;
}
</style>
background-color css
<style>
a { background-color: #131B43; }
a { background-color: rgb(19,27,67); }
div.DivClassName
{
background-color: #131B43;
}
.BgClassName
{
background-color: #131B43;
}
</style>
border-color css
<style>
span { border-color: #131B43; }
span { border-color: rgb(19,27,67); }
td.TdClassName
{
border-color: #131B43;
}
.TagClassName
{
border-color: #131B43;
}
</style>