Shades of Midnight Blue #1A0259
Tints of Midnight Blue #1A0259
RGB
CMYK
RGB Variations
Color information
#1A0259 (or 0x1A0259) is known color: Midnight Blue. HEX triplet: 1A, 02 and 59. RGB value is (26,2,89). Sum of RGB (Red+Green+Blue) = 26+2+89=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0259 is #E5FDA6. Grayscale: #121212. Windows color (decimal): -15072679 or 5833242. OLE color: 5833242.
HSL color Cylindrical-coordinate representation of color #1A0259: hue angle of 256.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0259 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 2 | 89 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.65 |
| HSL | 256.55º | 0.96% | 0.18% | - |
| HSV(B) | 256.55º | 0.98% | 0.35% | - |
| XYZ | 2.25 | 0.98 | 9.52 | - |
| YUV | 19.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 89 | 0.71 | 0.98 | 0 | 0.65 | 256.55 | 0.96 | 0.18 |
| Hex | 1A | 2 | 59 | 47 | 62 | 0 | 41 | 101 | 60 | 12 |
| Octal | 32 | 2 | 131 | 107 | 142 | 0 | 101 | 401 | 140 | 22 |
| Binary | 11010 | 10 | 1011001 | 1000111 | 1100010 | 0 | 1000001 | 100000001 | 1100000 | 10010 |
Color Harmonies of #1A0259
Complementary color
Monochromatic Colors of #1A0259
Black with #1A0259
Text Example
Text Example
White with #1A0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0259; }
p { color: rgb(26,2,89); }
H1.HeaderClassName
{
color: #1A0259;
}
.AnyTagClassName
{
color: #1A0259;
}
</style>
background-color css
<style>
a { background-color: #1A0259; }
a { background-color: rgb(26,2,89); }
div.DivClassName
{
background-color: #1A0259;
}
.BgClassName
{
background-color: #1A0259;
}
</style>
border-color css
<style>
span { border-color: #1A0259; }
span { border-color: rgb(26,2,89); }
td.TdClassName
{
border-color: #1A0259;
}
.TagClassName
{
border-color: #1A0259;
}
</style>