Shades of Midnight Express #1A2236
Tints of Midnight Express #1A2236
RGB
CMYK
RGB Variations
Color information
#1A2236 (or 0x1A2236) is known color: Midnight Express. HEX triplet: 1A, 22 and 36. RGB value is (26,34,54). Sum of RGB (Red+Green+Blue) = 26+34+54=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A2236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2236 is #E5DDC9. Grayscale: #212121. Windows color (decimal): -15064522 or 3547674. OLE color: 3547674.
HSL color Cylindrical-coordinate representation of color #1A2236: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A2236 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 34 | 54 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.79 |
| HSL | 222.86º | 0.35% | 0.16% | - |
| HSV(B) | 222.86º | 0.52% | 0.21% | - |
| XYZ | 1.66 | 1.63 | 3.72 | - |
| YUV | 33.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 54 | 0.52 | 0.37 | 0 | 0.79 | 222.86 | 0.35 | 0.16 |
| Hex | 1A | 22 | 36 | 34 | 25 | 0 | 4F | DF | 23 | 10 |
| Octal | 32 | 42 | 66 | 64 | 45 | 0 | 117 | 337 | 43 | 20 |
| Binary | 11010 | 100010 | 110110 | 110100 | 100101 | 0 | 1001111 | 11011111 | 100011 | 10000 |
Color Harmonies of #1A2236
Complementary color
Monochromatic Colors of #1A2236
Black with #1A2236
Text Example
Text Example
White with #1A2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2236; }
p { color: rgb(26,34,54); }
H1.HeaderClassName
{
color: #1A2236;
}
.AnyTagClassName
{
color: #1A2236;
}
</style>
background-color css
<style>
a { background-color: #1A2236; }
a { background-color: rgb(26,34,54); }
div.DivClassName
{
background-color: #1A2236;
}
.BgClassName
{
background-color: #1A2236;
}
</style>
border-color css
<style>
span { border-color: #1A2236; }
span { border-color: rgb(26,34,54); }
td.TdClassName
{
border-color: #1A2236;
}
.TagClassName
{
border-color: #1A2236;
}
</style>