Shades of Midnight Express #1A2435
Tints of Midnight Express #1A2435
RGB
CMYK
RGB Variations
Color information
#1A2435 (or 0x1A2435) is known color: Midnight Express. HEX triplet: 1A, 24 and 35. RGB value is (26,36,53). Sum of RGB (Red+Green+Blue) = 26+36+53=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #1A2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2435 is #E5DBCA. Grayscale: #222222. Windows color (decimal): -15064011 or 3482650. OLE color: 3482650.
HSL color Cylindrical-coordinate representation of color #1A2435: hue angle of 217.78º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A2435 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 36 | 53 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.79 |
| HSL | 217.78º | 0.34% | 0.15% | - |
| HSV(B) | 217.78º | 0.51% | 0.21% | - |
| XYZ | 1.7 | 1.74 | 3.61 | - |
| YUV | 34.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 53 | 0.51 | 0.32 | 0 | 0.79 | 217.78 | 0.34 | 0.15 |
| Hex | 1A | 24 | 35 | 33 | 20 | 0 | 4F | DA | 22 | F |
| Octal | 32 | 44 | 65 | 63 | 40 | 0 | 117 | 332 | 42 | 17 |
| Binary | 11010 | 100100 | 110101 | 110011 | 100000 | 0 | 1001111 | 11011010 | 100010 | 1111 |
Color Harmonies of #1A2435
Complementary color
Monochromatic Colors of #1A2435
Black with #1A2435
Text Example
Text Example
White with #1A2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2435; }
p { color: rgb(26,36,53); }
H1.HeaderClassName
{
color: #1A2435;
}
.AnyTagClassName
{
color: #1A2435;
}
</style>
background-color css
<style>
a { background-color: #1A2435; }
a { background-color: rgb(26,36,53); }
div.DivClassName
{
background-color: #1A2435;
}
.BgClassName
{
background-color: #1A2435;
}
</style>
border-color css
<style>
span { border-color: #1A2435; }
span { border-color: rgb(26,36,53); }
td.TdClassName
{
border-color: #1A2435;
}
.TagClassName
{
border-color: #1A2435;
}
</style>