Shades of Midnight Blue #1A0A75
Tints of Midnight Blue #1A0A75
RGB
CMYK
RGB Variations
Color information
#1A0A75 (or 0x1A0A75) is known color: Midnight Blue. HEX triplet: 1A, 0A and 75. RGB value is (26,10,117). Sum of RGB (Red+Green+Blue) = 26+10+117=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A0A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A75 is #E5F58A. Grayscale: #1A1A1A. Windows color (decimal): -15070603 or 7670298. OLE color: 7670298.
HSL color Cylindrical-coordinate representation of color #1A0A75: hue angle of 248.97º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0A75 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 10 | 117 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.54 |
| HSL | 248.97º | 0.84% | 0.25% | - |
| HSV(B) | 248.97º | 0.91% | 0.46% | - |
| XYZ | 3.75 | 1.72 | 16.96 | - |
| YUV | 26.98 | 178.8 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 117 | 0.78 | 0.91 | 0 | 0.54 | 248.97 | 0.84 | 0.25 |
| Hex | 1A | A | 75 | 4E | 5B | 0 | 36 | F9 | 54 | 19 |
| Octal | 32 | 12 | 165 | 116 | 133 | 0 | 66 | 371 | 124 | 31 |
| Binary | 11010 | 1010 | 1110101 | 1001110 | 1011011 | 0 | 110110 | 11111001 | 1010100 | 11001 |
Color Harmonies of #1A0A75
Complementary color
Monochromatic Colors of #1A0A75
Black with #1A0A75
Text Example
Text Example
White with #1A0A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A75; }
p { color: rgb(26,10,117); }
H1.HeaderClassName
{
color: #1A0A75;
}
.AnyTagClassName
{
color: #1A0A75;
}
</style>
background-color css
<style>
a { background-color: #1A0A75; }
a { background-color: rgb(26,10,117); }
div.DivClassName
{
background-color: #1A0A75;
}
.BgClassName
{
background-color: #1A0A75;
}
</style>
border-color css
<style>
span { border-color: #1A0A75; }
span { border-color: rgb(26,10,117); }
td.TdClassName
{
border-color: #1A0A75;
}
.TagClassName
{
border-color: #1A0A75;
}
</style>