Shades of Midnight Express #1A2444
Tints of Midnight Express #1A2444
RGB
CMYK
RGB Variations
Color information
#1A2444 (or 0x1A2444) is known color: Midnight Express. HEX triplet: 1A, 24 and 44. RGB value is (26,36,68). Sum of RGB (Red+Green+Blue) = 26+36+68=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #1A2444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2444 is #E5DBBB. Grayscale: #242424. Windows color (decimal): -15063996 or 4465690. OLE color: 4465690.
HSL color Cylindrical-coordinate representation of color #1A2444: hue angle of 225.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A2444 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 36 | 68 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.73 |
| HSL | 225.71º | 0.45% | 0.18% | - |
| HSV(B) | 225.71º | 0.62% | 0.27% | - |
| XYZ | 2.1 | 1.9 | 5.72 | - |
| YUV | 36.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 68 | 0.62 | 0.47 | 0 | 0.73 | 225.71 | 0.45 | 0.18 |
| Hex | 1A | 24 | 44 | 3E | 2F | 0 | 49 | E2 | 2D | 12 |
| Octal | 32 | 44 | 104 | 76 | 57 | 0 | 111 | 342 | 55 | 22 |
| Binary | 11010 | 100100 | 1000100 | 111110 | 101111 | 0 | 1001001 | 11100010 | 101101 | 10010 |
Color Harmonies of #1A2444
Complementary color
Monochromatic Colors of #1A2444
Black with #1A2444
Text Example
Text Example
White with #1A2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2444; }
p { color: rgb(26,36,68); }
H1.HeaderClassName
{
color: #1A2444;
}
.AnyTagClassName
{
color: #1A2444;
}
</style>
background-color css
<style>
a { background-color: #1A2444; }
a { background-color: rgb(26,36,68); }
div.DivClassName
{
background-color: #1A2444;
}
.BgClassName
{
background-color: #1A2444;
}
</style>
border-color css
<style>
span { border-color: #1A2444; }
span { border-color: rgb(26,36,68); }
td.TdClassName
{
border-color: #1A2444;
}
.TagClassName
{
border-color: #1A2444;
}
</style>