Shades of Midnight Blue #1A1984
Tints of Midnight Blue #1A1984
RGB
CMYK
RGB Variations
Color information
#1A1984 (or 0x1A1984) is known color: Midnight Blue. HEX triplet: 1A, 19 and 84. RGB value is (26,25,132). Sum of RGB (Red+Green+Blue) = 26+25+132=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A1984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1984 is #E5E67B. Grayscale: #252525. Windows color (decimal): -15066748 or 8657178. OLE color: 8657178.
HSL color Cylindrical-coordinate representation of color #1A1984: hue angle of 240.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1984 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 25 | 132 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.48 |
| HSL | 240.56º | 0.68% | 0.31% | - |
| HSV(B) | 240.56º | 0.81% | 0.52% | - |
| XYZ | 4.94 | 2.58 | 22.07 | - |
| YUV | 37.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 132 | 0.80 | 0.81 | 0 | 0.48 | 240.56 | 0.68 | 0.31 |
| Hex | 1A | 19 | 84 | 50 | 51 | 0 | 30 | F1 | 44 | 1F |
| Octal | 32 | 31 | 204 | 120 | 121 | 0 | 60 | 361 | 104 | 37 |
| Binary | 11010 | 11001 | 10000100 | 1010000 | 1010001 | 0 | 110000 | 11110001 | 1000100 | 11111 |
Color Harmonies of #1A1984
Complementary color
Monochromatic Colors of #1A1984
Black with #1A1984
Text Example
Text Example
White with #1A1984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1984; }
p { color: rgb(26,25,132); }
H1.HeaderClassName
{
color: #1A1984;
}
.AnyTagClassName
{
color: #1A1984;
}
</style>
background-color css
<style>
a { background-color: #1A1984; }
a { background-color: rgb(26,25,132); }
div.DivClassName
{
background-color: #1A1984;
}
.BgClassName
{
background-color: #1A1984;
}
</style>
border-color css
<style>
span { border-color: #1A1984; }
span { border-color: rgb(26,25,132); }
td.TdClassName
{
border-color: #1A1984;
}
.TagClassName
{
border-color: #1A1984;
}
</style>