Shades of Midnight #1A273B
Tints of Midnight #1A273B
RGB
CMYK
RGB Variations
Color information
#1A273B (or 0x1A273B) is known color: Midnight. HEX triplet: 1A, 27 and 3B. RGB value is (26,39,59). Sum of RGB (Red+Green+Blue) = 26+39+59=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A273B is #E5D8C4. Grayscale: #252525. Windows color (decimal): -15063237 or 3876634. OLE color: 3876634.
HSL color Cylindrical-coordinate representation of color #1A273B: hue angle of 216.36º 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 #1A273B is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 39 | 59 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.77 |
| HSL | 216.36º | 0.39% | 0.17% | - |
| HSV(B) | 216.36º | 0.56% | 0.23% | - |
| XYZ | 1.94 | 1.99 | 4.42 | - |
| YUV | 37.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 59 | 0.56 | 0.34 | 0 | 0.77 | 216.36 | 0.39 | 0.17 |
| Hex | 1A | 27 | 3B | 38 | 22 | 0 | 4D | D8 | 27 | 11 |
| Octal | 32 | 47 | 73 | 70 | 42 | 0 | 115 | 330 | 47 | 21 |
| Binary | 11010 | 100111 | 111011 | 111000 | 100010 | 0 | 1001101 | 11011000 | 100111 | 10001 |
Color Harmonies of #1A273B
Complementary color
Monochromatic Colors of #1A273B
Black with #1A273B
Text Example
Text Example
White with #1A273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A273B; }
p { color: rgb(26,39,59); }
H1.HeaderClassName
{
color: #1A273B;
}
.AnyTagClassName
{
color: #1A273B;
}
</style>
background-color css
<style>
a { background-color: #1A273B; }
a { background-color: rgb(26,39,59); }
div.DivClassName
{
background-color: #1A273B;
}
.BgClassName
{
background-color: #1A273B;
}
</style>
border-color css
<style>
span { border-color: #1A273B; }
span { border-color: rgb(26,39,59); }
td.TdClassName
{
border-color: #1A273B;
}
.TagClassName
{
border-color: #1A273B;
}
</style>