Shades of Midnight Blue #1A1981
Tints of Midnight Blue #1A1981
RGB
CMYK
RGB Variations
Color information
#1A1981 (or 0x1A1981) is known color: Midnight Blue. HEX triplet: 1A, 19 and 81. RGB value is (26,25,129). Sum of RGB (Red+Green+Blue) = 26+25+129=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 129 (50.78% from 255 or 71.67% from 180); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A1981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1981 is #E5E67E. Grayscale: #242424. Windows color (decimal): -15066751 or 8460570. OLE color: 8460570.
HSL color Cylindrical-coordinate representation of color #1A1981: hue angle of 240.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1981 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 25 | 129 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.49 |
| HSL | 240.58º | 0.68% | 0.3% | - |
| HSV(B) | 240.58º | 0.81% | 0.51% | - |
| XYZ | 4.74 | 2.5 | 21 | - |
| YUV | 37.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 129 | 0.80 | 0.81 | 0 | 0.49 | 240.58 | 0.68 | 0.3 |
| Hex | 1A | 19 | 81 | 50 | 51 | 0 | 31 | F1 | 44 | 1E |
| Octal | 32 | 31 | 201 | 120 | 121 | 0 | 61 | 361 | 104 | 36 |
| Binary | 11010 | 11001 | 10000001 | 1010000 | 1010001 | 0 | 110001 | 11110001 | 1000100 | 11110 |
Color Harmonies of #1A1981
Complementary color
Monochromatic Colors of #1A1981
Black with #1A1981
Text Example
Text Example
White with #1A1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1981; }
p { color: rgb(26,25,129); }
H1.HeaderClassName
{
color: #1A1981;
}
.AnyTagClassName
{
color: #1A1981;
}
</style>
background-color css
<style>
a { background-color: #1A1981; }
a { background-color: rgb(26,25,129); }
div.DivClassName
{
background-color: #1A1981;
}
.BgClassName
{
background-color: #1A1981;
}
</style>
border-color css
<style>
span { border-color: #1A1981; }
span { border-color: rgb(26,25,129); }
td.TdClassName
{
border-color: #1A1981;
}
.TagClassName
{
border-color: #1A1981;
}
</style>