Shades of Midnight Express #1A1C36
Tints of Midnight Express #1A1C36
RGB
CMYK
RGB Variations
Color information
#1A1C36 (or 0x1A1C36) is known color: Midnight Express. HEX triplet: 1A, 1C and 36. RGB value is (26,28,54). Sum of RGB (Red+Green+Blue) = 26+28+54=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A1C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1C36 is #E5E3C9. Grayscale: #1E1E1E. Windows color (decimal): -15066058 or 3546138. OLE color: 3546138.
HSL color Cylindrical-coordinate representation of color #1A1C36: hue angle of 235.71º 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 #1A1C36 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 28 | 54 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.79 |
| HSL | 235.71º | 0.35% | 0.16% | - |
| HSV(B) | 235.71º | 0.52% | 0.21% | - |
| XYZ | 1.51 | 1.32 | 3.66 | - |
| YUV | 30.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 54 | 0.52 | 0.48 | 0 | 0.79 | 235.71 | 0.35 | 0.16 |
| Hex | 1A | 1C | 36 | 34 | 30 | 0 | 4F | EC | 23 | 10 |
| Octal | 32 | 34 | 66 | 64 | 60 | 0 | 117 | 354 | 43 | 20 |
| Binary | 11010 | 11100 | 110110 | 110100 | 110000 | 0 | 1001111 | 11101100 | 100011 | 10000 |
Color Harmonies of #1A1C36
Complementary color
Monochromatic Colors of #1A1C36
Black with #1A1C36
Text Example
Text Example
White with #1A1C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C36; }
p { color: rgb(26,28,54); }
H1.HeaderClassName
{
color: #1A1C36;
}
.AnyTagClassName
{
color: #1A1C36;
}
</style>
background-color css
<style>
a { background-color: #1A1C36; }
a { background-color: rgb(26,28,54); }
div.DivClassName
{
background-color: #1A1C36;
}
.BgClassName
{
background-color: #1A1C36;
}
</style>
border-color css
<style>
span { border-color: #1A1C36; }
span { border-color: rgb(26,28,54); }
td.TdClassName
{
border-color: #1A1C36;
}
.TagClassName
{
border-color: #1A1C36;
}
</style>