Shades of Midnight Express #1A2032
Tints of Midnight Express #1A2032
RGB
CMYK
RGB Variations
Color information
#1A2032 (or 0x1A2032) is known color: Midnight Express. HEX triplet: 1A, 20 and 32. RGB value is (26,32,50). Sum of RGB (Red+Green+Blue) = 26+32+50=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2032 is #E5DFCD. Grayscale: #202020. Windows color (decimal): -15065038 or 3285018. OLE color: 3285018.
HSL color Cylindrical-coordinate representation of color #1A2032: hue angle of 225º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A2032 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 32 | 50 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.80 |
| HSL | 225º | 0.32% | 0.15% | - |
| HSV(B) | 225º | 0.48% | 0.2% | - |
| XYZ | 1.52 | 1.48 | 3.22 | - |
| YUV | 32.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 50 | 0.48 | 0.36 | 0 | 0.80 | 225 | 0.32 | 0.15 |
| Hex | 1A | 20 | 32 | 30 | 24 | 0 | 50 | E1 | 20 | F |
| Octal | 32 | 40 | 62 | 60 | 44 | 0 | 120 | 341 | 40 | 17 |
| Binary | 11010 | 100000 | 110010 | 110000 | 100100 | 0 | 1010000 | 11100001 | 100000 | 1111 |
Color Harmonies of #1A2032
Complementary color
Monochromatic Colors of #1A2032
Black with #1A2032
Text Example
Text Example
White with #1A2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2032; }
p { color: rgb(26,32,50); }
H1.HeaderClassName
{
color: #1A2032;
}
.AnyTagClassName
{
color: #1A2032;
}
</style>
background-color css
<style>
a { background-color: #1A2032; }
a { background-color: rgb(26,32,50); }
div.DivClassName
{
background-color: #1A2032;
}
.BgClassName
{
background-color: #1A2032;
}
</style>
border-color css
<style>
span { border-color: #1A2032; }
span { border-color: rgb(26,32,50); }
td.TdClassName
{
border-color: #1A2032;
}
.TagClassName
{
border-color: #1A2032;
}
</style>