Shades of Midnight Express #1A1B44
Tints of Midnight Express #1A1B44
RGB
CMYK
RGB Variations
Color information
#1A1B44 (or 0x1A1B44) is known color: Midnight Express. HEX triplet: 1A, 1B and 44. RGB value is (26,27,68). Sum of RGB (Red+Green+Blue) = 26+27+68=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #1A1B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1B44 is #E5E4BB. Grayscale: #1F1F1F. Windows color (decimal): -15066300 or 4463386. OLE color: 4463386.
HSL color Cylindrical-coordinate representation of color #1A1B44: hue angle of 238.57º 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 #1A1B44 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 27 | 68 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.73 |
| HSL | 238.57º | 0.45% | 0.18% | - |
| HSV(B) | 238.57º | 0.62% | 0.27% | - |
| XYZ | 1.86 | 1.42 | 5.64 | - |
| YUV | 31.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 68 | 0.62 | 0.60 | 0 | 0.73 | 238.57 | 0.45 | 0.18 |
| Hex | 1A | 1B | 44 | 3E | 3C | 0 | 49 | EF | 2D | 12 |
| Octal | 32 | 33 | 104 | 76 | 74 | 0 | 111 | 357 | 55 | 22 |
| Binary | 11010 | 11011 | 1000100 | 111110 | 111100 | 0 | 1001001 | 11101111 | 101101 | 10010 |
Color Harmonies of #1A1B44
Complementary color
Monochromatic Colors of #1A1B44
Black with #1A1B44
Text Example
Text Example
White with #1A1B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B44; }
p { color: rgb(26,27,68); }
H1.HeaderClassName
{
color: #1A1B44;
}
.AnyTagClassName
{
color: #1A1B44;
}
</style>
background-color css
<style>
a { background-color: #1A1B44; }
a { background-color: rgb(26,27,68); }
div.DivClassName
{
background-color: #1A1B44;
}
.BgClassName
{
background-color: #1A1B44;
}
</style>
border-color css
<style>
span { border-color: #1A1B44; }
span { border-color: rgb(26,27,68); }
td.TdClassName
{
border-color: #1A1B44;
}
.TagClassName
{
border-color: #1A1B44;
}
</style>