Shades of Midnight Express #1B2A47
Tints of Midnight Express #1B2A47
RGB
CMYK
RGB Variations
Color information
#1B2A47 (or 0x1B2A47) is known color: Midnight Express. HEX triplet: 1B, 2A and 47. RGB value is (27,42,71). Sum of RGB (Red+Green+Blue) = 27+42+71=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B2A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2A47 is #E4D5B8. Grayscale: #282828. Windows color (decimal): -14996921 or 4663835. OLE color: 4663835.
HSL color Cylindrical-coordinate representation of color #1B2A47: hue angle of 219.55º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B2A47 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 42 | 71 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.72 |
| HSL | 219.55º | 0.45% | 0.19% | - |
| HSV(B) | 219.55º | 0.62% | 0.28% | - |
| XYZ | 2.42 | 2.34 | 6.29 | - |
| YUV | 40.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 71 | 0.62 | 0.41 | 0 | 0.72 | 219.55 | 0.45 | 0.19 |
| Hex | 1B | 2A | 47 | 3E | 29 | 0 | 48 | DC | 2D | 13 |
| Octal | 33 | 52 | 107 | 76 | 51 | 0 | 110 | 334 | 55 | 23 |
| Binary | 11011 | 101010 | 1000111 | 111110 | 101001 | 0 | 1001000 | 11011100 | 101101 | 10011 |
Color Harmonies of #1B2A47
Complementary color
Monochromatic Colors of #1B2A47
Black with #1B2A47
Text Example
Text Example
White with #1B2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2A47; }
p { color: rgb(27,42,71); }
H1.HeaderClassName
{
color: #1B2A47;
}
.AnyTagClassName
{
color: #1B2A47;
}
</style>
background-color css
<style>
a { background-color: #1B2A47; }
a { background-color: rgb(27,42,71); }
div.DivClassName
{
background-color: #1B2A47;
}
.BgClassName
{
background-color: #1B2A47;
}
</style>
border-color css
<style>
span { border-color: #1B2A47; }
span { border-color: rgb(27,42,71); }
td.TdClassName
{
border-color: #1B2A47;
}
.TagClassName
{
border-color: #1B2A47;
}
</style>