Shades of Midnight Blue #1A0069
Tints of Midnight Blue #1A0069
RGB
CMYK
RGB Variations
Color information
#1A0069 (or 0x1A0069) is known color: Midnight Blue. HEX triplet: 1A, 00 and 69. RGB value is (26,0,105). Sum of RGB (Red+Green+Blue) = 26+0+105=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A0069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0069 is #E5FF96. Grayscale: #131313. Windows color (decimal): -15073175 or 6881306. OLE color: 6881306.
HSL color Cylindrical-coordinate representation of color #1A0069: hue angle of 254.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0069 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 0 | 105 | - |
| CMYK | 0.75 | 1 | 0 | 0.59 |
| HSL | 254.86º | 1% | 0.21% | - |
| HSV(B) | 254.86º | 1% | 0.41% | - |
| XYZ | 2.98 | 1.24 | 13.45 | - |
| YUV | 19.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 105 | 0.75 | 1 | 0 | 0.59 | 254.86 | 1 | 0.21 |
| Hex | 1A | 0 | 69 | 4B | 64 | 0 | 3B | FF | 64 | 15 |
| Octal | 32 | 0 | 151 | 113 | 144 | 0 | 73 | 377 | 144 | 25 |
| Binary | 11010 | 0 | 1101001 | 1001011 | 1100100 | 0 | 111011 | 11111111 | 1100100 | 10101 |
Color Harmonies of #1A0069
Complementary color
Monochromatic Colors of #1A0069
Black with #1A0069
Text Example
Text Example
White with #1A0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0069; }
p { color: rgb(26,0,105); }
H1.HeaderClassName
{
color: #1A0069;
}
.AnyTagClassName
{
color: #1A0069;
}
</style>
background-color css
<style>
a { background-color: #1A0069; }
a { background-color: rgb(26,0,105); }
div.DivClassName
{
background-color: #1A0069;
}
.BgClassName
{
background-color: #1A0069;
}
</style>
border-color css
<style>
span { border-color: #1A0069; }
span { border-color: rgb(26,0,105); }
td.TdClassName
{
border-color: #1A0069;
}
.TagClassName
{
border-color: #1A0069;
}
</style>