Shades of Midnight #1A293B
Tints of Midnight #1A293B
RGB
CMYK
RGB Variations
Color information
#1A293B (or 0x1A293B) is known color: Midnight. HEX triplet: 1A, 29 and 3B. RGB value is (26,41,59). Sum of RGB (Red+Green+Blue) = 26+41+59=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A293B is #E5D6C4. Grayscale: #262626. Windows color (decimal): -15062725 or 3877146. OLE color: 3877146.
HSL color Cylindrical-coordinate representation of color #1A293B: hue angle of 212.73º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A293B is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 41 | 59 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.77 |
| HSL | 212.73º | 0.39% | 0.17% | - |
| HSV(B) | 212.73º | 0.56% | 0.23% | - |
| XYZ | 2.01 | 2.12 | 4.44 | - |
| YUV | 38.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 59 | 0.56 | 0.31 | 0 | 0.77 | 212.73 | 0.39 | 0.17 |
| Hex | 1A | 29 | 3B | 38 | 1F | 0 | 4D | D5 | 27 | 11 |
| Octal | 32 | 51 | 73 | 70 | 37 | 0 | 115 | 325 | 47 | 21 |
| Binary | 11010 | 101001 | 111011 | 111000 | 11111 | 0 | 1001101 | 11010101 | 100111 | 10001 |
Color Harmonies of #1A293B
Complementary color
Monochromatic Colors of #1A293B
Black with #1A293B
Text Example
Text Example
White with #1A293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A293B; }
p { color: rgb(26,41,59); }
H1.HeaderClassName
{
color: #1A293B;
}
.AnyTagClassName
{
color: #1A293B;
}
</style>
background-color css
<style>
a { background-color: #1A293B; }
a { background-color: rgb(26,41,59); }
div.DivClassName
{
background-color: #1A293B;
}
.BgClassName
{
background-color: #1A293B;
}
</style>
border-color css
<style>
span { border-color: #1A293B; }
span { border-color: rgb(26,41,59); }
td.TdClassName
{
border-color: #1A293B;
}
.TagClassName
{
border-color: #1A293B;
}
</style>