Shades of Midnight Express #1A2143
Tints of Midnight Express #1A2143
RGB
CMYK
RGB Variations
Color information
#1A2143 (or 0x1A2143) is known color: Midnight Express. HEX triplet: 1A, 21 and 43. RGB value is (26,33,67). Sum of RGB (Red+Green+Blue) = 26+33+67=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #1A2143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2143 is #E5DEBC. Grayscale: #222222. Windows color (decimal): -15064765 or 4399386. OLE color: 4399386.
HSL color Cylindrical-coordinate representation of color #1A2143: hue angle of 229.76º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A2143 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 33 | 67 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.74 |
| HSL | 229.76º | 0.44% | 0.18% | - |
| HSV(B) | 229.76º | 0.61% | 0.26% | - |
| XYZ | 1.98 | 1.71 | 5.54 | - |
| YUV | 34.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 67 | 0.61 | 0.51 | 0 | 0.74 | 229.76 | 0.44 | 0.18 |
| Hex | 1A | 21 | 43 | 3D | 33 | 0 | 4A | E6 | 2C | 12 |
| Octal | 32 | 41 | 103 | 75 | 63 | 0 | 112 | 346 | 54 | 22 |
| Binary | 11010 | 100001 | 1000011 | 111101 | 110011 | 0 | 1001010 | 11100110 | 101100 | 10010 |
Color Harmonies of #1A2143
Complementary color
Monochromatic Colors of #1A2143
Black with #1A2143
Text Example
Text Example
White with #1A2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2143; }
p { color: rgb(26,33,67); }
H1.HeaderClassName
{
color: #1A2143;
}
.AnyTagClassName
{
color: #1A2143;
}
</style>
background-color css
<style>
a { background-color: #1A2143; }
a { background-color: rgb(26,33,67); }
div.DivClassName
{
background-color: #1A2143;
}
.BgClassName
{
background-color: #1A2143;
}
</style>
border-color css
<style>
span { border-color: #1A2143; }
span { border-color: rgb(26,33,67); }
td.TdClassName
{
border-color: #1A2143;
}
.TagClassName
{
border-color: #1A2143;
}
</style>