Shades of Midnight Blue #1A075E
Tints of Midnight Blue #1A075E
RGB
CMYK
RGB Variations
Color information
#1A075E (or 0x1A075E) is known color: Midnight Blue. HEX triplet: 1A, 07 and 5E. RGB value is (26,7,94). Sum of RGB (Red+Green+Blue) = 26+7+94=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A075E is #E5F8A1. Grayscale: #161616. Windows color (decimal): -15071394 or 6162202. OLE color: 6162202.
HSL color Cylindrical-coordinate representation of color #1A075E: hue angle of 253.1º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A075E is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 7 | 94 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.63 |
| HSL | 253.1º | 0.86% | 0.2% | - |
| HSV(B) | 253.1º | 0.93% | 0.37% | - |
| XYZ | 2.52 | 1.18 | 10.68 | - |
| YUV | 22.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 94 | 0.72 | 0.93 | 0 | 0.63 | 253.1 | 0.86 | 0.2 |
| Hex | 1A | 7 | 5E | 48 | 5D | 0 | 3F | FD | 56 | 14 |
| Octal | 32 | 7 | 136 | 110 | 135 | 0 | 77 | 375 | 126 | 24 |
| Binary | 11010 | 111 | 1011110 | 1001000 | 1011101 | 0 | 111111 | 11111101 | 1010110 | 10100 |
Color Harmonies of #1A075E
Complementary color
Monochromatic Colors of #1A075E
Black with #1A075E
Text Example
Text Example
White with #1A075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A075E; }
p { color: rgb(26,7,94); }
H1.HeaderClassName
{
color: #1A075E;
}
.AnyTagClassName
{
color: #1A075E;
}
</style>
background-color css
<style>
a { background-color: #1A075E; }
a { background-color: rgb(26,7,94); }
div.DivClassName
{
background-color: #1A075E;
}
.BgClassName
{
background-color: #1A075E;
}
</style>
border-color css
<style>
span { border-color: #1A075E; }
span { border-color: rgb(26,7,94); }
td.TdClassName
{
border-color: #1A075E;
}
.TagClassName
{
border-color: #1A075E;
}
</style>