Shades of Midnight #1A283D
Tints of Midnight #1A283D
RGB
CMYK
RGB Variations
Color information
#1A283D (or 0x1A283D) is known color: Midnight. HEX triplet: 1A, 28 and 3D. RGB value is (26,40,61). Sum of RGB (Red+Green+Blue) = 26+40+61=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A283D is #E5D7C2. Grayscale: #262626. Windows color (decimal): -15062979 or 4007962. OLE color: 4007962.
HSL color Cylindrical-coordinate representation of color #1A283D: hue angle of 216º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A283D is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 40 | 61 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.76 |
| HSL | 216º | 0.4% | 0.17% | - |
| HSV(B) | 216º | 0.57% | 0.24% | - |
| XYZ | 2.03 | 2.07 | 4.71 | - |
| YUV | 38.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 61 | 0.57 | 0.34 | 0 | 0.76 | 216 | 0.4 | 0.17 |
| Hex | 1A | 28 | 3D | 39 | 22 | 0 | 4C | D8 | 28 | 11 |
| Octal | 32 | 50 | 75 | 71 | 42 | 0 | 114 | 330 | 50 | 21 |
| Binary | 11010 | 101000 | 111101 | 111001 | 100010 | 0 | 1001100 | 11011000 | 101000 | 10001 |
Color Harmonies of #1A283D
Complementary color
Monochromatic Colors of #1A283D
Black with #1A283D
Text Example
Text Example
White with #1A283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A283D; }
p { color: rgb(26,40,61); }
H1.HeaderClassName
{
color: #1A283D;
}
.AnyTagClassName
{
color: #1A283D;
}
</style>
background-color css
<style>
a { background-color: #1A283D; }
a { background-color: rgb(26,40,61); }
div.DivClassName
{
background-color: #1A283D;
}
.BgClassName
{
background-color: #1A283D;
}
</style>
border-color css
<style>
span { border-color: #1A283D; }
span { border-color: rgb(26,40,61); }
td.TdClassName
{
border-color: #1A283D;
}
.TagClassName
{
border-color: #1A283D;
}
</style>