Shades of Midnight Blue #1A0460
Tints of Midnight Blue #1A0460
RGB
CMYK
RGB Variations
Color information
#1A0460 (or 0x1A0460) is known color: Midnight Blue. HEX triplet: 1A, 04 and 60. RGB value is (26,4,96). Sum of RGB (Red+Green+Blue) = 26+4+96=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A0460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0460 is #E5FB9F. Grayscale: #141414. Windows color (decimal): -15072160 or 6292506. OLE color: 6292506.
HSL color Cylindrical-coordinate representation of color #1A0460: hue angle of 254.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0460 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 4 | 96 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.62 |
| HSL | 254.35º | 0.92% | 0.2% | - |
| HSV(B) | 254.35º | 0.96% | 0.38% | - |
| XYZ | 2.58 | 1.15 | 11.15 | - |
| YUV | 21.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 96 | 0.73 | 0.96 | 0 | 0.62 | 254.35 | 0.92 | 0.2 |
| Hex | 1A | 4 | 60 | 49 | 60 | 0 | 3E | FE | 5C | 14 |
| Octal | 32 | 4 | 140 | 111 | 140 | 0 | 76 | 376 | 134 | 24 |
| Binary | 11010 | 100 | 1100000 | 1001001 | 1100000 | 0 | 111110 | 11111110 | 1011100 | 10100 |
Color Harmonies of #1A0460
Complementary color
Monochromatic Colors of #1A0460
Black with #1A0460
Text Example
Text Example
White with #1A0460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0460; }
p { color: rgb(26,4,96); }
H1.HeaderClassName
{
color: #1A0460;
}
.AnyTagClassName
{
color: #1A0460;
}
</style>
background-color css
<style>
a { background-color: #1A0460; }
a { background-color: rgb(26,4,96); }
div.DivClassName
{
background-color: #1A0460;
}
.BgClassName
{
background-color: #1A0460;
}
</style>
border-color css
<style>
span { border-color: #1A0460; }
span { border-color: rgb(26,4,96); }
td.TdClassName
{
border-color: #1A0460;
}
.TagClassName
{
border-color: #1A0460;
}
</style>