Shades of Midnight Blue #1A0762
Tints of Midnight Blue #1A0762
RGB
CMYK
RGB Variations
Color information
#1A0762 (or 0x1A0762) is known color: Midnight Blue. HEX triplet: 1A, 07 and 62. RGB value is (26,7,98). Sum of RGB (Red+Green+Blue) = 26+7+98=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A0762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0762 is #E5F89D. Grayscale: #161616. Windows color (decimal): -15071390 or 6424346. OLE color: 6424346.
HSL color Cylindrical-coordinate representation of color #1A0762: hue angle of 252.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0762 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 7 | 98 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.62 |
| HSL | 252.53º | 0.87% | 0.21% | - |
| HSV(B) | 252.53º | 0.93% | 0.38% | - |
| XYZ | 2.71 | 1.25 | 11.65 | - |
| YUV | 23.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 98 | 0.73 | 0.93 | 0 | 0.62 | 252.53 | 0.87 | 0.21 |
| Hex | 1A | 7 | 62 | 49 | 5D | 0 | 3E | FD | 57 | 15 |
| Octal | 32 | 7 | 142 | 111 | 135 | 0 | 76 | 375 | 127 | 25 |
| Binary | 11010 | 111 | 1100010 | 1001001 | 1011101 | 0 | 111110 | 11111101 | 1010111 | 10101 |
Color Harmonies of #1A0762
Complementary color
Monochromatic Colors of #1A0762
Black with #1A0762
Text Example
Text Example
White with #1A0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0762; }
p { color: rgb(26,7,98); }
H1.HeaderClassName
{
color: #1A0762;
}
.AnyTagClassName
{
color: #1A0762;
}
</style>
background-color css
<style>
a { background-color: #1A0762; }
a { background-color: rgb(26,7,98); }
div.DivClassName
{
background-color: #1A0762;
}
.BgClassName
{
background-color: #1A0762;
}
</style>
border-color css
<style>
span { border-color: #1A0762; }
span { border-color: rgb(26,7,98); }
td.TdClassName
{
border-color: #1A0762;
}
.TagClassName
{
border-color: #1A0762;
}
</style>