Shades of Midnight Blue #1A1660
Tints of Midnight Blue #1A1660
RGB
CMYK
RGB Variations
Color information
#1A1660 (or 0x1A1660) is known color: Midnight Blue. HEX triplet: 1A, 16 and 60. RGB value is (26,22,96). Sum of RGB (Red+Green+Blue) = 26+22+96=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A1660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1660 is #E5E99F. Grayscale: #1F1F1F. Windows color (decimal): -15067552 or 6297114. OLE color: 6297114.
HSL color Cylindrical-coordinate representation of color #1A1660: hue angle of 243.24º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A1660 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 22 | 96 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.62 |
| HSL | 243.24º | 0.63% | 0.23% | - |
| HSV(B) | 243.24º | 0.77% | 0.38% | - |
| XYZ | 2.82 | 1.64 | 11.23 | - |
| YUV | 31.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 96 | 0.73 | 0.77 | 0 | 0.62 | 243.24 | 0.63 | 0.23 |
| Hex | 1A | 16 | 60 | 49 | 4D | 0 | 3E | F3 | 3F | 17 |
| Octal | 32 | 26 | 140 | 111 | 115 | 0 | 76 | 363 | 77 | 27 |
| Binary | 11010 | 10110 | 1100000 | 1001001 | 1001101 | 0 | 111110 | 11110011 | 111111 | 10111 |
Color Harmonies of #1A1660
Complementary color
Monochromatic Colors of #1A1660
Black with #1A1660
Text Example
Text Example
White with #1A1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1660; }
p { color: rgb(26,22,96); }
H1.HeaderClassName
{
color: #1A1660;
}
.AnyTagClassName
{
color: #1A1660;
}
</style>
background-color css
<style>
a { background-color: #1A1660; }
a { background-color: rgb(26,22,96); }
div.DivClassName
{
background-color: #1A1660;
}
.BgClassName
{
background-color: #1A1660;
}
</style>
border-color css
<style>
span { border-color: #1A1660; }
span { border-color: rgb(26,22,96); }
td.TdClassName
{
border-color: #1A1660;
}
.TagClassName
{
border-color: #1A1660;
}
</style>