Shades of Midnight Blue #1A1459
Tints of Midnight Blue #1A1459
RGB
CMYK
RGB Variations
Color information
#1A1459 (or 0x1A1459) is known color: Midnight Blue. HEX triplet: 1A, 14 and 59. RGB value is (26,20,89). Sum of RGB (Red+Green+Blue) = 26+20+89=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A1459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1459 is #E5EBA6. Grayscale: #1D1D1D. Windows color (decimal): -15068071 or 5837850. OLE color: 5837850.
HSL color Cylindrical-coordinate representation of color #1A1459: hue angle of 245.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A1459 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 20 | 89 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.65 |
| HSL | 245.22º | 0.63% | 0.21% | - |
| HSV(B) | 245.22º | 0.78% | 0.35% | - |
| XYZ | 2.48 | 1.44 | 9.6 | - |
| YUV | 29.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 89 | 0.71 | 0.78 | 0 | 0.65 | 245.22 | 0.63 | 0.21 |
| Hex | 1A | 14 | 59 | 47 | 4E | 0 | 41 | F5 | 3F | 15 |
| Octal | 32 | 24 | 131 | 107 | 116 | 0 | 101 | 365 | 77 | 25 |
| Binary | 11010 | 10100 | 1011001 | 1000111 | 1001110 | 0 | 1000001 | 11110101 | 111111 | 10101 |
Color Harmonies of #1A1459
Complementary color
Monochromatic Colors of #1A1459
Black with #1A1459
Text Example
Text Example
White with #1A1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1459; }
p { color: rgb(26,20,89); }
H1.HeaderClassName
{
color: #1A1459;
}
.AnyTagClassName
{
color: #1A1459;
}
</style>
background-color css
<style>
a { background-color: #1A1459; }
a { background-color: rgb(26,20,89); }
div.DivClassName
{
background-color: #1A1459;
}
.BgClassName
{
background-color: #1A1459;
}
</style>
border-color css
<style>
span { border-color: #1A1459; }
span { border-color: rgb(26,20,89); }
td.TdClassName
{
border-color: #1A1459;
}
.TagClassName
{
border-color: #1A1459;
}
</style>