Shades of Midnight Express #1A1D37
Tints of Midnight Express #1A1D37
RGB
CMYK
RGB Variations
Color information
#1A1D37 (or 0x1A1D37) is known color: Midnight Express. HEX triplet: 1A, 1D and 37. RGB value is (26,29,55). Sum of RGB (Red+Green+Blue) = 26+29+55=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A1D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D37 is #E5E2C8. Grayscale: #1E1E1E. Windows color (decimal): -15065801 or 3611930. OLE color: 3611930.
HSL color Cylindrical-coordinate representation of color #1A1D37: hue angle of 233.79º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A1D37 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 29 | 55 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.78 |
| HSL | 233.79º | 0.36% | 0.16% | - |
| HSV(B) | 233.79º | 0.53% | 0.22% | - |
| XYZ | 1.55 | 1.37 | 3.8 | - |
| YUV | 31.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 55 | 0.53 | 0.47 | 0 | 0.78 | 233.79 | 0.36 | 0.16 |
| Hex | 1A | 1D | 37 | 35 | 2F | 0 | 4E | EA | 24 | 10 |
| Octal | 32 | 35 | 67 | 65 | 57 | 0 | 116 | 352 | 44 | 20 |
| Binary | 11010 | 11101 | 110111 | 110101 | 101111 | 0 | 1001110 | 11101010 | 100100 | 10000 |
Color Harmonies of #1A1D37
Complementary color
Monochromatic Colors of #1A1D37
Black with #1A1D37
Text Example
Text Example
White with #1A1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D37; }
p { color: rgb(26,29,55); }
H1.HeaderClassName
{
color: #1A1D37;
}
.AnyTagClassName
{
color: #1A1D37;
}
</style>
background-color css
<style>
a { background-color: #1A1D37; }
a { background-color: rgb(26,29,55); }
div.DivClassName
{
background-color: #1A1D37;
}
.BgClassName
{
background-color: #1A1D37;
}
</style>
border-color css
<style>
span { border-color: #1A1D37; }
span { border-color: rgb(26,29,55); }
td.TdClassName
{
border-color: #1A1D37;
}
.TagClassName
{
border-color: #1A1D37;
}
</style>