Shades of Midnight Blue #1A1581
Tints of Midnight Blue #1A1581
RGB
CMYK
RGB Variations
Color information
#1A1581 (or 0x1A1581) is known color: Midnight Blue. HEX triplet: 1A, 15 and 81. RGB value is (26,21,129). Sum of RGB (Red+Green+Blue) = 26+21+129=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 129 (50.78% from 255 or 73.30% from 176); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A1581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1581 is #E5EA7E. Grayscale: #222222. Windows color (decimal): -15067775 or 8459546. OLE color: 8459546.
HSL color Cylindrical-coordinate representation of color #1A1581: hue angle of 242.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1581 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 21 | 129 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.49 |
| HSL | 242.78º | 0.72% | 0.29% | - |
| HSV(B) | 242.78º | 0.84% | 0.51% | - |
| XYZ | 4.66 | 2.34 | 20.98 | - |
| YUV | 34.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 129 | 0.80 | 0.84 | 0 | 0.49 | 242.78 | 0.72 | 0.29 |
| Hex | 1A | 15 | 81 | 50 | 54 | 0 | 31 | F3 | 48 | 1D |
| Octal | 32 | 25 | 201 | 120 | 124 | 0 | 61 | 363 | 110 | 35 |
| Binary | 11010 | 10101 | 10000001 | 1010000 | 1010100 | 0 | 110001 | 11110011 | 1001000 | 11101 |
Color Harmonies of #1A1581
Complementary color
Monochromatic Colors of #1A1581
Black with #1A1581
Text Example
Text Example
White with #1A1581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1581; }
p { color: rgb(26,21,129); }
H1.HeaderClassName
{
color: #1A1581;
}
.AnyTagClassName
{
color: #1A1581;
}
</style>
background-color css
<style>
a { background-color: #1A1581; }
a { background-color: rgb(26,21,129); }
div.DivClassName
{
background-color: #1A1581;
}
.BgClassName
{
background-color: #1A1581;
}
</style>
border-color css
<style>
span { border-color: #1A1581; }
span { border-color: rgb(26,21,129); }
td.TdClassName
{
border-color: #1A1581;
}
.TagClassName
{
border-color: #1A1581;
}
</style>