Shades of Midnight Blue #1A0D6A
Tints of Midnight Blue #1A0D6A
RGB
CMYK
RGB Variations
Color information
#1A0D6A (or 0x1A0D6A) is known color: Midnight Blue. HEX triplet: 1A, 0D and 6A. RGB value is (26,13,106). Sum of RGB (Red+Green+Blue) = 26+13+106=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A0D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0D6A is #E5F295. Grayscale: #1B1B1B. Windows color (decimal): -15069846 or 6950170. OLE color: 6950170.
HSL color Cylindrical-coordinate representation of color #1A0D6A: hue angle of 248.39º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0D6A is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 13 | 106 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.58 |
| HSL | 248.39º | 0.78% | 0.23% | - |
| HSV(B) | 248.39º | 0.88% | 0.42% | - |
| XYZ | 3.17 | 1.55 | 13.77 | - |
| YUV | 27.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 106 | 0.75 | 0.88 | 0 | 0.58 | 248.39 | 0.78 | 0.23 |
| Hex | 1A | D | 6A | 4B | 58 | 0 | 3A | F8 | 4E | 17 |
| Octal | 32 | 15 | 152 | 113 | 130 | 0 | 72 | 370 | 116 | 27 |
| Binary | 11010 | 1101 | 1101010 | 1001011 | 1011000 | 0 | 111010 | 11111000 | 1001110 | 10111 |
Color Harmonies of #1A0D6A
Complementary color
Monochromatic Colors of #1A0D6A
Black with #1A0D6A
Text Example
Text Example
White with #1A0D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D6A; }
p { color: rgb(26,13,106); }
H1.HeaderClassName
{
color: #1A0D6A;
}
.AnyTagClassName
{
color: #1A0D6A;
}
</style>
background-color css
<style>
a { background-color: #1A0D6A; }
a { background-color: rgb(26,13,106); }
div.DivClassName
{
background-color: #1A0D6A;
}
.BgClassName
{
background-color: #1A0D6A;
}
</style>
border-color css
<style>
span { border-color: #1A0D6A; }
span { border-color: rgb(26,13,106); }
td.TdClassName
{
border-color: #1A0D6A;
}
.TagClassName
{
border-color: #1A0D6A;
}
</style>