Shades of Midnight Express #131B2D
Tints of Midnight Express #131B2D
RGB
CMYK
RGB Variations
Color information
#131B2D (or 0x131B2D) is known color: Midnight Express. HEX triplet: 13, 1B and 2D. RGB value is (19,27,45). Sum of RGB (Red+Green+Blue) = 19+27+45=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #131B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B2D is #ECE4D2. Grayscale: #1A1A1A. Windows color (decimal): -15525075 or 2956051. OLE color: 2956051.
HSL color Cylindrical-coordinate representation of color #131B2D: hue angle of 221.54º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #131B2D is Cyan = 0.58, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 19 | 27 | 45 | - |
CMYK | 0.58 | 0.4 | 0 | 0.82 |
HSL | 221.54º | 0.41% | 0.13% | - |
HSV(B) | 221.54º | 0.58% | 0.18% | - |
XYZ | 1.13 | 1.11 | 2.64 | - |
YUV | 26.66 | 138.35 | 122.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 27 | 45 | 0.58 | 0.4 | 0 | 0.82 | 221.54 | 0.41 | 0.13 |
Hex | 13 | 1B | 2D | 3A | 28 | 0 | 52 | DE | 29 | D |
Octal | 23 | 33 | 55 | 72 | 50 | 0 | 122 | 336 | 51 | 15 |
Binary | 10011 | 11011 | 101101 | 111010 | 101000 | 0 | 1010010 | 11011110 | 101001 | 1101 |
Color Harmonies of #131B2D
Complementary color
Monochromatic Colors of #131B2D
Black with #131B2D
Text Example
Text Example
White with #131B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B2D; }
p { color: rgb(19,27,45); }
H1.HeaderClassName
{
color: #131B2D;
}
.AnyTagClassName
{
color: #131B2D;
}
</style>
background-color css
<style>
a { background-color: #131B2D; }
a { background-color: rgb(19,27,45); }
div.DivClassName
{
background-color: #131B2D;
}
.BgClassName
{
background-color: #131B2D;
}
</style>
border-color css
<style>
span { border-color: #131B2D; }
span { border-color: rgb(19,27,45); }
td.TdClassName
{
border-color: #131B2D;
}
.TagClassName
{
border-color: #131B2D;
}
</style>