Shades of Midnight #1A293F
Tints of Midnight #1A293F
RGB
CMYK
RGB Variations
Color information
#1A293F (or 0x1A293F) is known color: Midnight. HEX triplet: 1A, 29 and 3F. RGB value is (26,41,63). Sum of RGB (Red+Green+Blue) = 26+41+63=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A293F is #E5D6C0. Grayscale: #262626. Windows color (decimal): -15062721 or 4139290. OLE color: 4139290.
HSL color Cylindrical-coordinate representation of color #1A293F: hue angle of 215.68º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A293F is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 41 | 63 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.75 |
| HSL | 215.68º | 0.42% | 0.17% | - |
| HSV(B) | 215.68º | 0.59% | 0.25% | - |
| XYZ | 2.12 | 2.16 | 5.01 | - |
| YUV | 39.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 63 | 0.59 | 0.35 | 0 | 0.75 | 215.68 | 0.42 | 0.17 |
| Hex | 1A | 29 | 3F | 3B | 23 | 0 | 4B | D8 | 2A | 11 |
| Octal | 32 | 51 | 77 | 73 | 43 | 0 | 113 | 330 | 52 | 21 |
| Binary | 11010 | 101001 | 111111 | 111011 | 100011 | 0 | 1001011 | 11011000 | 101010 | 10001 |
Color Harmonies of #1A293F
Complementary color
Monochromatic Colors of #1A293F
Black with #1A293F
Text Example
Text Example
White with #1A293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A293F; }
p { color: rgb(26,41,63); }
H1.HeaderClassName
{
color: #1A293F;
}
.AnyTagClassName
{
color: #1A293F;
}
</style>
background-color css
<style>
a { background-color: #1A293F; }
a { background-color: rgb(26,41,63); }
div.DivClassName
{
background-color: #1A293F;
}
.BgClassName
{
background-color: #1A293F;
}
</style>
border-color css
<style>
span { border-color: #1A293F; }
span { border-color: rgb(26,41,63); }
td.TdClassName
{
border-color: #1A293F;
}
.TagClassName
{
border-color: #1A293F;
}
</style>