Shades of Midnight #1A283A
Tints of Midnight #1A283A
RGB
CMYK
RGB Variations
Color information
#1A283A (or 0x1A283A) is known color: Midnight. HEX triplet: 1A, 28 and 3A. RGB value is (26,40,58). Sum of RGB (Red+Green+Blue) = 26+40+58=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A283A is #E5D7C5. Grayscale: #252525. Windows color (decimal): -15062982 or 3811354. OLE color: 3811354.
HSL color Cylindrical-coordinate representation of color #1A283A: hue angle of 213.75º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A283A is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 40 | 58 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.77 |
| HSL | 213.75º | 0.38% | 0.16% | - |
| HSV(B) | 213.75º | 0.55% | 0.23% | - |
| XYZ | 1.95 | 2.04 | 4.29 | - |
| YUV | 37.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 58 | 0.55 | 0.31 | 0 | 0.77 | 213.75 | 0.38 | 0.16 |
| Hex | 1A | 28 | 3A | 37 | 1F | 0 | 4D | D6 | 26 | 10 |
| Octal | 32 | 50 | 72 | 67 | 37 | 0 | 115 | 326 | 46 | 20 |
| Binary | 11010 | 101000 | 111010 | 110111 | 11111 | 0 | 1001101 | 11010110 | 100110 | 10000 |
Color Harmonies of #1A283A
Complementary color
Monochromatic Colors of #1A283A
Black with #1A283A
Text Example
Text Example
White with #1A283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A283A; }
p { color: rgb(26,40,58); }
H1.HeaderClassName
{
color: #1A283A;
}
.AnyTagClassName
{
color: #1A283A;
}
</style>
background-color css
<style>
a { background-color: #1A283A; }
a { background-color: rgb(26,40,58); }
div.DivClassName
{
background-color: #1A283A;
}
.BgClassName
{
background-color: #1A283A;
}
</style>
border-color css
<style>
span { border-color: #1A283A; }
span { border-color: rgb(26,40,58); }
td.TdClassName
{
border-color: #1A283A;
}
.TagClassName
{
border-color: #1A283A;
}
</style>