Shades of Midnight Blue #1A025E
Tints of Midnight Blue #1A025E
RGB
CMYK
RGB Variations
Color information
#1A025E (or 0x1A025E) is known color: Midnight Blue. HEX triplet: 1A, 02 and 5E. RGB value is (26,2,94). Sum of RGB (Red+Green+Blue) = 26+2+94=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A025E is #E5FDA1. Grayscale: #131313. Windows color (decimal): -15072674 or 6160922. OLE color: 6160922.
HSL color Cylindrical-coordinate representation of color #1A025E: hue angle of 255.65º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A025E is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 2 | 94 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.63 |
| HSL | 255.65º | 0.96% | 0.19% | - |
| HSV(B) | 255.65º | 0.98% | 0.37% | - |
| XYZ | 2.47 | 1.07 | 10.67 | - |
| YUV | 19.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 94 | 0.72 | 0.98 | 0 | 0.63 | 255.65 | 0.96 | 0.19 |
| Hex | 1A | 2 | 5E | 48 | 62 | 0 | 3F | 100 | 60 | 13 |
| Octal | 32 | 2 | 136 | 110 | 142 | 0 | 77 | 400 | 140 | 23 |
| Binary | 11010 | 10 | 1011110 | 1001000 | 1100010 | 0 | 111111 | 100000000 | 1100000 | 10011 |
Color Harmonies of #1A025E
Complementary color
Monochromatic Colors of #1A025E
Black with #1A025E
Text Example
Text Example
White with #1A025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A025E; }
p { color: rgb(26,2,94); }
H1.HeaderClassName
{
color: #1A025E;
}
.AnyTagClassName
{
color: #1A025E;
}
</style>
background-color css
<style>
a { background-color: #1A025E; }
a { background-color: rgb(26,2,94); }
div.DivClassName
{
background-color: #1A025E;
}
.BgClassName
{
background-color: #1A025E;
}
</style>
border-color css
<style>
span { border-color: #1A025E; }
span { border-color: rgb(26,2,94); }
td.TdClassName
{
border-color: #1A025E;
}
.TagClassName
{
border-color: #1A025E;
}
</style>