Shades of Midnight Blue #1A0661
Tints of Midnight Blue #1A0661
RGB
CMYK
RGB Variations
Color information
#1A0661 (or 0x1A0661) is known color: Midnight Blue. HEX triplet: 1A, 06 and 61. RGB value is (26,6,97). Sum of RGB (Red+Green+Blue) = 26+6+97=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A0661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0661 is #E5F99E. Grayscale: #161616. Windows color (decimal): -15071647 or 6358554. OLE color: 6358554.
HSL color Cylindrical-coordinate representation of color #1A0661: hue angle of 253.19º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0661 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 6 | 97 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.62 |
| HSL | 253.19º | 0.88% | 0.2% | - |
| HSV(B) | 253.19º | 0.94% | 0.38% | - |
| XYZ | 2.65 | 1.21 | 11.4 | - |
| YUV | 22.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 97 | 0.73 | 0.94 | 0 | 0.62 | 253.19 | 0.88 | 0.2 |
| Hex | 1A | 6 | 61 | 49 | 5E | 0 | 3E | FD | 58 | 14 |
| Octal | 32 | 6 | 141 | 111 | 136 | 0 | 76 | 375 | 130 | 24 |
| Binary | 11010 | 110 | 1100001 | 1001001 | 1011110 | 0 | 111110 | 11111101 | 1011000 | 10100 |
Color Harmonies of #1A0661
Complementary color
Monochromatic Colors of #1A0661
Black with #1A0661
Text Example
Text Example
White with #1A0661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0661; }
p { color: rgb(26,6,97); }
H1.HeaderClassName
{
color: #1A0661;
}
.AnyTagClassName
{
color: #1A0661;
}
</style>
background-color css
<style>
a { background-color: #1A0661; }
a { background-color: rgb(26,6,97); }
div.DivClassName
{
background-color: #1A0661;
}
.BgClassName
{
background-color: #1A0661;
}
</style>
border-color css
<style>
span { border-color: #1A0661; }
span { border-color: rgb(26,6,97); }
td.TdClassName
{
border-color: #1A0661;
}
.TagClassName
{
border-color: #1A0661;
}
</style>