Shades of Midnight Express #1A1D34
Tints of Midnight Express #1A1D34
RGB
CMYK
RGB Variations
Color information
#1A1D34 (or 0x1A1D34) is known color: Midnight Express. HEX triplet: 1A, 1D and 34. RGB value is (26,29,52). Sum of RGB (Red+Green+Blue) = 26+29+52=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #1A1D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D34 is #E5E2CB. Grayscale: #1E1E1E. Windows color (decimal): -15065804 or 3415322. OLE color: 3415322.
HSL color Cylindrical-coordinate representation of color #1A1D34: hue angle of 233.08º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A1D34 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 29 | 52 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.80 |
| HSL | 233.08º | 0.33% | 0.15% | - |
| HSV(B) | 233.08º | 0.5% | 0.2% | - |
| XYZ | 1.49 | 1.35 | 3.43 | - |
| YUV | 30.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 52 | 0.50 | 0.44 | 0 | 0.80 | 233.08 | 0.33 | 0.15 |
| Hex | 1A | 1D | 34 | 32 | 2C | 0 | 50 | E9 | 21 | F |
| Octal | 32 | 35 | 64 | 62 | 54 | 0 | 120 | 351 | 41 | 17 |
| Binary | 11010 | 11101 | 110100 | 110010 | 101100 | 0 | 1010000 | 11101001 | 100001 | 1111 |
Color Harmonies of #1A1D34
Complementary color
Monochromatic Colors of #1A1D34
Black with #1A1D34
Text Example
Text Example
White with #1A1D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D34; }
p { color: rgb(26,29,52); }
H1.HeaderClassName
{
color: #1A1D34;
}
.AnyTagClassName
{
color: #1A1D34;
}
</style>
background-color css
<style>
a { background-color: #1A1D34; }
a { background-color: rgb(26,29,52); }
div.DivClassName
{
background-color: #1A1D34;
}
.BgClassName
{
background-color: #1A1D34;
}
</style>
border-color css
<style>
span { border-color: #1A1D34; }
span { border-color: rgb(26,29,52); }
td.TdClassName
{
border-color: #1A1D34;
}
.TagClassName
{
border-color: #1A1D34;
}
</style>