Shades of Midnight Blue #1A045E
Tints of Midnight Blue #1A045E
RGB
CMYK
RGB Variations
Color information
#1A045E (or 0x1A045E) is known color: Midnight Blue. HEX triplet: 1A, 04 and 5E. RGB value is (26,4,94). Sum of RGB (Red+Green+Blue) = 26+4+94=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A045E is #E5FBA1. Grayscale: #141414. Windows color (decimal): -15072162 or 6161434. OLE color: 6161434.
HSL color Cylindrical-coordinate representation of color #1A045E: hue angle of 254.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A045E is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 4 | 94 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.63 |
| HSL | 254.67º | 0.92% | 0.19% | - |
| HSV(B) | 254.67º | 0.96% | 0.37% | - |
| XYZ | 2.49 | 1.11 | 10.67 | - |
| YUV | 20.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 94 | 0.72 | 0.96 | 0 | 0.63 | 254.67 | 0.92 | 0.19 |
| Hex | 1A | 4 | 5E | 48 | 60 | 0 | 3F | FF | 5C | 13 |
| Octal | 32 | 4 | 136 | 110 | 140 | 0 | 77 | 377 | 134 | 23 |
| Binary | 11010 | 100 | 1011110 | 1001000 | 1100000 | 0 | 111111 | 11111111 | 1011100 | 10011 |
Color Harmonies of #1A045E
Complementary color
Monochromatic Colors of #1A045E
Black with #1A045E
Text Example
Text Example
White with #1A045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A045E; }
p { color: rgb(26,4,94); }
H1.HeaderClassName
{
color: #1A045E;
}
.AnyTagClassName
{
color: #1A045E;
}
</style>
background-color css
<style>
a { background-color: #1A045E; }
a { background-color: rgb(26,4,94); }
div.DivClassName
{
background-color: #1A045E;
}
.BgClassName
{
background-color: #1A045E;
}
</style>
border-color css
<style>
span { border-color: #1A045E; }
span { border-color: rgb(26,4,94); }
td.TdClassName
{
border-color: #1A045E;
}
.TagClassName
{
border-color: #1A045E;
}
</style>