Shades of Midnight Express #1A2443
Tints of Midnight Express #1A2443
RGB
CMYK
RGB Variations
Color information
#1A2443 (or 0x1A2443) is known color: Midnight Express. HEX triplet: 1A, 24 and 43. RGB value is (26,36,67). Sum of RGB (Red+Green+Blue) = 26+36+67=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #1A2443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2443 is #E5DBBC. Grayscale: #242424. Windows color (decimal): -15063997 or 4400154. OLE color: 4400154.
HSL color Cylindrical-coordinate representation of color #1A2443: hue angle of 225.37º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A2443 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 36 | 67 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.74 |
| HSL | 225.37º | 0.44% | 0.18% | - |
| HSV(B) | 225.37º | 0.61% | 0.26% | - |
| XYZ | 2.07 | 1.89 | 5.57 | - |
| YUV | 36.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 67 | 0.61 | 0.46 | 0 | 0.74 | 225.37 | 0.44 | 0.18 |
| Hex | 1A | 24 | 43 | 3D | 2E | 0 | 4A | E1 | 2C | 12 |
| Octal | 32 | 44 | 103 | 75 | 56 | 0 | 112 | 341 | 54 | 22 |
| Binary | 11010 | 100100 | 1000011 | 111101 | 101110 | 0 | 1001010 | 11100001 | 101100 | 10010 |
Color Harmonies of #1A2443
Complementary color
Monochromatic Colors of #1A2443
Black with #1A2443
Text Example
Text Example
White with #1A2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2443; }
p { color: rgb(26,36,67); }
H1.HeaderClassName
{
color: #1A2443;
}
.AnyTagClassName
{
color: #1A2443;
}
</style>
background-color css
<style>
a { background-color: #1A2443; }
a { background-color: rgb(26,36,67); }
div.DivClassName
{
background-color: #1A2443;
}
.BgClassName
{
background-color: #1A2443;
}
</style>
border-color css
<style>
span { border-color: #1A2443; }
span { border-color: rgb(26,36,67); }
td.TdClassName
{
border-color: #1A2443;
}
.TagClassName
{
border-color: #1A2443;
}
</style>