Shades of Midnight Express #1A2536
Tints of Midnight Express #1A2536
RGB
CMYK
RGB Variations
Color information
#1A2536 (or 0x1A2536) is known color: Midnight Express. HEX triplet: 1A, 25 and 36. RGB value is (26,37,54). Sum of RGB (Red+Green+Blue) = 26+37+54=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A2536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2536 is #E5DAC9. Grayscale: #232323. Windows color (decimal): -15063754 or 3548442. OLE color: 3548442.
HSL color Cylindrical-coordinate representation of color #1A2536: hue angle of 216.43º 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 #1A2536 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 37 | 54 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.79 |
| HSL | 216.43º | 0.35% | 0.16% | - |
| HSV(B) | 216.43º | 0.52% | 0.21% | - |
| XYZ | 1.75 | 1.81 | 3.75 | - |
| YUV | 35.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 54 | 0.52 | 0.31 | 0 | 0.79 | 216.43 | 0.35 | 0.16 |
| Hex | 1A | 25 | 36 | 34 | 1F | 0 | 4F | D8 | 23 | 10 |
| Octal | 32 | 45 | 66 | 64 | 37 | 0 | 117 | 330 | 43 | 20 |
| Binary | 11010 | 100101 | 110110 | 110100 | 11111 | 0 | 1001111 | 11011000 | 100011 | 10000 |
Color Harmonies of #1A2536
Complementary color
Monochromatic Colors of #1A2536
Black with #1A2536
Text Example
Text Example
White with #1A2536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2536; }
p { color: rgb(26,37,54); }
H1.HeaderClassName
{
color: #1A2536;
}
.AnyTagClassName
{
color: #1A2536;
}
</style>
background-color css
<style>
a { background-color: #1A2536; }
a { background-color: rgb(26,37,54); }
div.DivClassName
{
background-color: #1A2536;
}
.BgClassName
{
background-color: #1A2536;
}
</style>
border-color css
<style>
span { border-color: #1A2536; }
span { border-color: rgb(26,37,54); }
td.TdClassName
{
border-color: #1A2536;
}
.TagClassName
{
border-color: #1A2536;
}
</style>