Shades of Midnight Express #1A2747
Tints of Midnight Express #1A2747
RGB
CMYK
RGB Variations
Color information
#1A2747 (or 0x1A2747) is known color: Midnight Express. HEX triplet: 1A, 27 and 47. RGB value is (26,39,71). Sum of RGB (Red+Green+Blue) = 26+39+71=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2747 is #E5D8B8. Grayscale: #262626. Windows color (decimal): -15063225 or 4663066. OLE color: 4663066.
HSL color Cylindrical-coordinate representation of color #1A2747: hue angle of 222.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A2747 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 39 | 71 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.72 |
| HSL | 222.67º | 0.46% | 0.19% | - |
| HSV(B) | 222.67º | 0.63% | 0.28% | - |
| XYZ | 2.29 | 2.13 | 6.25 | - |
| YUV | 38.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 71 | 0.63 | 0.45 | 0 | 0.72 | 222.67 | 0.46 | 0.19 |
| Hex | 1A | 27 | 47 | 3F | 2D | 0 | 48 | DF | 2E | 13 |
| Octal | 32 | 47 | 107 | 77 | 55 | 0 | 110 | 337 | 56 | 23 |
| Binary | 11010 | 100111 | 1000111 | 111111 | 101101 | 0 | 1001000 | 11011111 | 101110 | 10011 |
Color Harmonies of #1A2747
Complementary color
Monochromatic Colors of #1A2747
Black with #1A2747
Text Example
Text Example
White with #1A2747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2747; }
p { color: rgb(26,39,71); }
H1.HeaderClassName
{
color: #1A2747;
}
.AnyTagClassName
{
color: #1A2747;
}
</style>
background-color css
<style>
a { background-color: #1A2747; }
a { background-color: rgb(26,39,71); }
div.DivClassName
{
background-color: #1A2747;
}
.BgClassName
{
background-color: #1A2747;
}
</style>
border-color css
<style>
span { border-color: #1A2747; }
span { border-color: rgb(26,39,71); }
td.TdClassName
{
border-color: #1A2747;
}
.TagClassName
{
border-color: #1A2747;
}
</style>