Shades of Midnight Blue #1A015A
Tints of Midnight Blue #1A015A
RGB
CMYK
RGB Variations
Color information
#1A015A (or 0x1A015A) is known color: Midnight Blue. HEX triplet: 1A, 01 and 5A. RGB value is (26,1,90). Sum of RGB (Red+Green+Blue) = 26+1+90=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A015A is #E5FEA5. Grayscale: #121212. Windows color (decimal): -15072934 or 5898522. OLE color: 5898522.
HSL color Cylindrical-coordinate representation of color #1A015A: hue angle of 256.85º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A015A is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 1 | 90 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.65 |
| HSL | 256.85º | 0.98% | 0.18% | - |
| HSV(B) | 256.85º | 0.99% | 0.35% | - |
| XYZ | 2.28 | 0.98 | 9.74 | - |
| YUV | 18.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 90 | 0.71 | 0.99 | 0 | 0.65 | 256.85 | 0.98 | 0.18 |
| Hex | 1A | 1 | 5A | 47 | 63 | 0 | 41 | 101 | 62 | 12 |
| Octal | 32 | 1 | 132 | 107 | 143 | 0 | 101 | 401 | 142 | 22 |
| Binary | 11010 | 1 | 1011010 | 1000111 | 1100011 | 0 | 1000001 | 100000001 | 1100010 | 10010 |
Color Harmonies of #1A015A
Complementary color
Monochromatic Colors of #1A015A
Black with #1A015A
Text Example
Text Example
White with #1A015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A015A; }
p { color: rgb(26,1,90); }
H1.HeaderClassName
{
color: #1A015A;
}
.AnyTagClassName
{
color: #1A015A;
}
</style>
background-color css
<style>
a { background-color: #1A015A; }
a { background-color: rgb(26,1,90); }
div.DivClassName
{
background-color: #1A015A;
}
.BgClassName
{
background-color: #1A015A;
}
</style>
border-color css
<style>
span { border-color: #1A015A; }
span { border-color: rgb(26,1,90); }
td.TdClassName
{
border-color: #1A015A;
}
.TagClassName
{
border-color: #1A015A;
}
</style>