Shades of Midnight Blue #1A0859
Tints of Midnight Blue #1A0859
RGB
CMYK
RGB Variations
Color information
#1A0859 (or 0x1A0859) is known color: Midnight Blue. HEX triplet: 1A, 08 and 59. RGB value is (26,8,89). Sum of RGB (Red+Green+Blue) = 26+8+89=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A0859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0859 is #E5F7A6. Grayscale: #161616. Windows color (decimal): -15071143 or 5834778. OLE color: 5834778.
HSL color Cylindrical-coordinate representation of color #1A0859: hue angle of 253.33º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0859 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 8 | 89 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.65 |
| HSL | 253.33º | 0.84% | 0.19% | - |
| HSV(B) | 253.33º | 0.91% | 0.35% | - |
| XYZ | 2.32 | 1.11 | 9.54 | - |
| YUV | 22.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 89 | 0.71 | 0.91 | 0 | 0.65 | 253.33 | 0.84 | 0.19 |
| Hex | 1A | 8 | 59 | 47 | 5B | 0 | 41 | FD | 54 | 13 |
| Octal | 32 | 10 | 131 | 107 | 133 | 0 | 101 | 375 | 124 | 23 |
| Binary | 11010 | 1000 | 1011001 | 1000111 | 1011011 | 0 | 1000001 | 11111101 | 1010100 | 10011 |
Color Harmonies of #1A0859
Complementary color
Monochromatic Colors of #1A0859
Black with #1A0859
Text Example
Text Example
White with #1A0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0859; }
p { color: rgb(26,8,89); }
H1.HeaderClassName
{
color: #1A0859;
}
.AnyTagClassName
{
color: #1A0859;
}
</style>
background-color css
<style>
a { background-color: #1A0859; }
a { background-color: rgb(26,8,89); }
div.DivClassName
{
background-color: #1A0859;
}
.BgClassName
{
background-color: #1A0859;
}
</style>
border-color css
<style>
span { border-color: #1A0859; }
span { border-color: rgb(26,8,89); }
td.TdClassName
{
border-color: #1A0859;
}
.TagClassName
{
border-color: #1A0859;
}
</style>