Shades of Midnight Blue #1A075A
Tints of Midnight Blue #1A075A
RGB
CMYK
RGB Variations
Color information
#1A075A (or 0x1A075A) is known color: Midnight Blue. HEX triplet: 1A, 07 and 5A. RGB value is (26,7,90). Sum of RGB (Red+Green+Blue) = 26+7+90=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A075A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A075A is #E5F8A5. Grayscale: #151515. Windows color (decimal): -15071398 or 5900058. OLE color: 5900058.
HSL color Cylindrical-coordinate representation of color #1A075A: hue angle of 253.73º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A075A is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 7 | 90 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.65 |
| HSL | 253.73º | 0.86% | 0.19% | - |
| HSV(B) | 253.73º | 0.92% | 0.35% | - |
| XYZ | 2.35 | 1.11 | 9.76 | - |
| YUV | 22.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 90 | 0.71 | 0.92 | 0 | 0.65 | 253.73 | 0.86 | 0.19 |
| Hex | 1A | 7 | 5A | 47 | 5C | 0 | 41 | FE | 56 | 13 |
| Octal | 32 | 7 | 132 | 107 | 134 | 0 | 101 | 376 | 126 | 23 |
| Binary | 11010 | 111 | 1011010 | 1000111 | 1011100 | 0 | 1000001 | 11111110 | 1010110 | 10011 |
Color Harmonies of #1A075A
Complementary color
Monochromatic Colors of #1A075A
Black with #1A075A
Text Example
Text Example
White with #1A075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A075A; }
p { color: rgb(26,7,90); }
H1.HeaderClassName
{
color: #1A075A;
}
.AnyTagClassName
{
color: #1A075A;
}
</style>
background-color css
<style>
a { background-color: #1A075A; }
a { background-color: rgb(26,7,90); }
div.DivClassName
{
background-color: #1A075A;
}
.BgClassName
{
background-color: #1A075A;
}
</style>
border-color css
<style>
span { border-color: #1A075A; }
span { border-color: rgb(26,7,90); }
td.TdClassName
{
border-color: #1A075A;
}
.TagClassName
{
border-color: #1A075A;
}
</style>