Shades of Midnight Blue #1A0160
Tints of Midnight Blue #1A0160
RGB
CMYK
RGB Variations
Color information
#1A0160 (or 0x1A0160) is known color: Midnight Blue. HEX triplet: 1A, 01 and 60. RGB value is (26,1,96). Sum of RGB (Red+Green+Blue) = 26+1+96=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0160 is #E5FE9F. Grayscale: #121212. Windows color (decimal): -15072928 or 6291738. OLE color: 6291738.
HSL color Cylindrical-coordinate representation of color #1A0160: hue angle of 255.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0160 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 1 | 96 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.62 |
| HSL | 255.79º | 0.98% | 0.19% | - |
| HSV(B) | 255.79º | 0.99% | 0.38% | - |
| XYZ | 2.55 | 1.09 | 11.14 | - |
| YUV | 19.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 96 | 0.73 | 0.99 | 0 | 0.62 | 255.79 | 0.98 | 0.19 |
| Hex | 1A | 1 | 60 | 49 | 63 | 0 | 3E | 100 | 62 | 13 |
| Octal | 32 | 1 | 140 | 111 | 143 | 0 | 76 | 400 | 142 | 23 |
| Binary | 11010 | 1 | 1100000 | 1001001 | 1100011 | 0 | 111110 | 100000000 | 1100010 | 10011 |
Color Harmonies of #1A0160
Complementary color
Monochromatic Colors of #1A0160
Black with #1A0160
Text Example
Text Example
White with #1A0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0160; }
p { color: rgb(26,1,96); }
H1.HeaderClassName
{
color: #1A0160;
}
.AnyTagClassName
{
color: #1A0160;
}
</style>
background-color css
<style>
a { background-color: #1A0160; }
a { background-color: rgb(26,1,96); }
div.DivClassName
{
background-color: #1A0160;
}
.BgClassName
{
background-color: #1A0160;
}
</style>
border-color css
<style>
span { border-color: #1A0160; }
span { border-color: rgb(26,1,96); }
td.TdClassName
{
border-color: #1A0160;
}
.TagClassName
{
border-color: #1A0160;
}
</style>