Shades of Midnight Blue #1A1069
Tints of Midnight Blue #1A1069
RGB
CMYK
RGB Variations
Color information
#1A1069 (or 0x1A1069) is known color: Midnight Blue. HEX triplet: 1A, 10 and 69. RGB value is (26,16,105). Sum of RGB (Red+Green+Blue) = 26+16+105=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A1069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1069 is #E5EF96. Grayscale: #1C1C1C. Windows color (decimal): -15069079 or 6885402. OLE color: 6885402.
HSL color Cylindrical-coordinate representation of color #1A1069: hue angle of 246.74º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1069 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 16 | 105 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.59 |
| HSL | 246.74º | 0.74% | 0.24% | - |
| HSV(B) | 246.74º | 0.85% | 0.41% | - |
| XYZ | 3.16 | 1.61 | 13.51 | - |
| YUV | 29.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 105 | 0.75 | 0.85 | 0 | 0.59 | 246.74 | 0.74 | 0.24 |
| Hex | 1A | 10 | 69 | 4B | 55 | 0 | 3B | F7 | 4A | 18 |
| Octal | 32 | 20 | 151 | 113 | 125 | 0 | 73 | 367 | 112 | 30 |
| Binary | 11010 | 10000 | 1101001 | 1001011 | 1010101 | 0 | 111011 | 11110111 | 1001010 | 11000 |
Color Harmonies of #1A1069
Complementary color
Monochromatic Colors of #1A1069
Black with #1A1069
Text Example
Text Example
White with #1A1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1069; }
p { color: rgb(26,16,105); }
H1.HeaderClassName
{
color: #1A1069;
}
.AnyTagClassName
{
color: #1A1069;
}
</style>
background-color css
<style>
a { background-color: #1A1069; }
a { background-color: rgb(26,16,105); }
div.DivClassName
{
background-color: #1A1069;
}
.BgClassName
{
background-color: #1A1069;
}
</style>
border-color css
<style>
span { border-color: #1A1069; }
span { border-color: rgb(26,16,105); }
td.TdClassName
{
border-color: #1A1069;
}
.TagClassName
{
border-color: #1A1069;
}
</style>