Shades of Midnight Blue #1A0359
Tints of Midnight Blue #1A0359
RGB
CMYK
RGB Variations
Color information
#1A0359 (or 0x1A0359) is known color: Midnight Blue. HEX triplet: 1A, 03 and 59. RGB value is (26,3,89). Sum of RGB (Red+Green+Blue) = 26+3+89=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A0359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0359 is #E5FCA6. Grayscale: #131313. Windows color (decimal): -15072423 or 5833498. OLE color: 5833498.
HSL color Cylindrical-coordinate representation of color #1A0359: hue angle of 256.05º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0359 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 3 | 89 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.65 |
| HSL | 256.05º | 0.93% | 0.18% | - |
| HSV(B) | 256.05º | 0.97% | 0.35% | - |
| XYZ | 2.26 | 1.01 | 9.53 | - |
| YUV | 19.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 89 | 0.71 | 0.97 | 0 | 0.65 | 256.05 | 0.93 | 0.18 |
| Hex | 1A | 3 | 59 | 47 | 61 | 0 | 41 | 100 | 5D | 12 |
| Octal | 32 | 3 | 131 | 107 | 141 | 0 | 101 | 400 | 135 | 22 |
| Binary | 11010 | 11 | 1011001 | 1000111 | 1100001 | 0 | 1000001 | 100000000 | 1011101 | 10010 |
Color Harmonies of #1A0359
Complementary color
Monochromatic Colors of #1A0359
Black with #1A0359
Text Example
Text Example
White with #1A0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0359; }
p { color: rgb(26,3,89); }
H1.HeaderClassName
{
color: #1A0359;
}
.AnyTagClassName
{
color: #1A0359;
}
</style>
background-color css
<style>
a { background-color: #1A0359; }
a { background-color: rgb(26,3,89); }
div.DivClassName
{
background-color: #1A0359;
}
.BgClassName
{
background-color: #1A0359;
}
</style>
border-color css
<style>
span { border-color: #1A0359; }
span { border-color: rgb(26,3,89); }
td.TdClassName
{
border-color: #1A0359;
}
.TagClassName
{
border-color: #1A0359;
}
</style>