Shades of Midnight Blue #1A0666
Tints of Midnight Blue #1A0666
RGB
CMYK
RGB Variations
Color information
#1A0666 (or 0x1A0666) is known color: Midnight Blue. HEX triplet: 1A, 06 and 66. RGB value is (26,6,102). Sum of RGB (Red+Green+Blue) = 26+6+102=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A0666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0666 is #E5F999. Grayscale: #161616. Windows color (decimal): -15071642 or 6686234. OLE color: 6686234.
HSL color Cylindrical-coordinate representation of color #1A0666: hue angle of 252.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0666 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 6 | 102 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.6 |
| HSL | 252.5º | 0.89% | 0.21% | - |
| HSV(B) | 252.5º | 0.94% | 0.4% | - |
| XYZ | 2.89 | 1.31 | 12.67 | - |
| YUV | 22.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 102 | 0.75 | 0.94 | 0 | 0.6 | 252.5 | 0.89 | 0.21 |
| Hex | 1A | 6 | 66 | 4B | 5E | 0 | 3C | FD | 59 | 15 |
| Octal | 32 | 6 | 146 | 113 | 136 | 0 | 74 | 375 | 131 | 25 |
| Binary | 11010 | 110 | 1100110 | 1001011 | 1011110 | 0 | 111100 | 11111101 | 1011001 | 10101 |
Color Harmonies of #1A0666
Complementary color
Monochromatic Colors of #1A0666
Black with #1A0666
Text Example
Text Example
White with #1A0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0666; }
p { color: rgb(26,6,102); }
H1.HeaderClassName
{
color: #1A0666;
}
.AnyTagClassName
{
color: #1A0666;
}
</style>
background-color css
<style>
a { background-color: #1A0666; }
a { background-color: rgb(26,6,102); }
div.DivClassName
{
background-color: #1A0666;
}
.BgClassName
{
background-color: #1A0666;
}
</style>
border-color css
<style>
span { border-color: #1A0666; }
span { border-color: rgb(26,6,102); }
td.TdClassName
{
border-color: #1A0666;
}
.TagClassName
{
border-color: #1A0666;
}
</style>