Shades of Midnight Blue #1A015E
Tints of Midnight Blue #1A015E
RGB
CMYK
RGB Variations
Color information
#1A015E (or 0x1A015E) is known color: Midnight Blue. HEX triplet: 1A, 01 and 5E. RGB value is (26,1,94). Sum of RGB (Red+Green+Blue) = 26+1+94=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A015E is #E5FEA1. Grayscale: #121212. Windows color (decimal): -15072930 or 6160666. OLE color: 6160666.
HSL color Cylindrical-coordinate representation of color #1A015E: hue angle of 256.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A015E is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 1 | 94 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.63 |
| HSL | 256.13º | 0.98% | 0.19% | - |
| HSV(B) | 256.13º | 0.99% | 0.37% | - |
| XYZ | 2.46 | 1.05 | 10.66 | - |
| YUV | 19.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 94 | 0.72 | 0.99 | 0 | 0.63 | 256.13 | 0.98 | 0.19 |
| Hex | 1A | 1 | 5E | 48 | 63 | 0 | 3F | 100 | 62 | 13 |
| Octal | 32 | 1 | 136 | 110 | 143 | 0 | 77 | 400 | 142 | 23 |
| Binary | 11010 | 1 | 1011110 | 1001000 | 1100011 | 0 | 111111 | 100000000 | 1100010 | 10011 |
Color Harmonies of #1A015E
Complementary color
Monochromatic Colors of #1A015E
Black with #1A015E
Text Example
Text Example
White with #1A015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A015E; }
p { color: rgb(26,1,94); }
H1.HeaderClassName
{
color: #1A015E;
}
.AnyTagClassName
{
color: #1A015E;
}
</style>
background-color css
<style>
a { background-color: #1A015E; }
a { background-color: rgb(26,1,94); }
div.DivClassName
{
background-color: #1A015E;
}
.BgClassName
{
background-color: #1A015E;
}
</style>
border-color css
<style>
span { border-color: #1A015E; }
span { border-color: rgb(26,1,94); }
td.TdClassName
{
border-color: #1A015E;
}
.TagClassName
{
border-color: #1A015E;
}
</style>