Shades of Midnight Express #131438
Tints of Midnight Express #131438
RGB
CMYK
RGB Variations
Color information
#131438 (or 0x131438) is known color: Midnight Express. HEX triplet: 13, 14 and 38. RGB value is (19,20,56). Sum of RGB (Red+Green+Blue) = 19+20+56=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #131438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131438 is #ECEBC7. Grayscale: #171717. Windows color (decimal): -15526856 or 3675155. OLE color: 3675155.
HSL color Cylindrical-coordinate representation of color #131438: hue angle of 238.38º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131438 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 20 | 56 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.78 |
| HSL | 238.38º | 0.49% | 0.15% | - |
| HSV(B) | 238.38º | 0.66% | 0.22% | - |
| XYZ | 1.23 | 0.92 | 3.85 | - |
| YUV | 23.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 56 | 0.66 | 0.64 | 0 | 0.78 | 238.38 | 0.49 | 0.15 |
| Hex | 13 | 14 | 38 | 42 | 40 | 0 | 4E | EE | 31 | F |
| Octal | 23 | 24 | 70 | 102 | 100 | 0 | 116 | 356 | 61 | 17 |
| Binary | 10011 | 10100 | 111000 | 1000010 | 1000000 | 0 | 1001110 | 11101110 | 110001 | 1111 |
Color Harmonies of #131438
Complementary color
Monochromatic Colors of #131438
Black with #131438
Text Example
Text Example
White with #131438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131438; }
p { color: rgb(19,20,56); }
H1.HeaderClassName
{
color: #131438;
}
.AnyTagClassName
{
color: #131438;
}
</style>
background-color css
<style>
a { background-color: #131438; }
a { background-color: rgb(19,20,56); }
div.DivClassName
{
background-color: #131438;
}
.BgClassName
{
background-color: #131438;
}
</style>
border-color css
<style>
span { border-color: #131438; }
span { border-color: rgb(19,20,56); }
td.TdClassName
{
border-color: #131438;
}
.TagClassName
{
border-color: #131438;
}
</style>