Shades of Midnight Blue #1A1966
Tints of Midnight Blue #1A1966
RGB
CMYK
RGB Variations
Color information
#1A1966 (or 0x1A1966) is known color: Midnight Blue. HEX triplet: 1A, 19 and 66. RGB value is (26,25,102). Sum of RGB (Red+Green+Blue) = 26+25+102=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A1966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1966 is #E5E699. Grayscale: #212121. Windows color (decimal): -15066778 or 6691098. OLE color: 6691098.
HSL color Cylindrical-coordinate representation of color #1A1966: hue angle of 240.78º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A1966 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 25 | 102 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.6 |
| HSL | 240.78º | 0.61% | 0.25% | - |
| HSV(B) | 240.78º | 0.75% | 0.4% | - |
| XYZ | 3.17 | 1.87 | 12.76 | - |
| YUV | 34.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 102 | 0.75 | 0.75 | 0 | 0.6 | 240.78 | 0.61 | 0.25 |
| Hex | 1A | 19 | 66 | 4B | 4B | 0 | 3C | F1 | 3D | 19 |
| Octal | 32 | 31 | 146 | 113 | 113 | 0 | 74 | 361 | 75 | 31 |
| Binary | 11010 | 11001 | 1100110 | 1001011 | 1001011 | 0 | 111100 | 11110001 | 111101 | 11001 |
Color Harmonies of #1A1966
Complementary color
Monochromatic Colors of #1A1966
Black with #1A1966
Text Example
Text Example
White with #1A1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1966; }
p { color: rgb(26,25,102); }
H1.HeaderClassName
{
color: #1A1966;
}
.AnyTagClassName
{
color: #1A1966;
}
</style>
background-color css
<style>
a { background-color: #1A1966; }
a { background-color: rgb(26,25,102); }
div.DivClassName
{
background-color: #1A1966;
}
.BgClassName
{
background-color: #1A1966;
}
</style>
border-color css
<style>
span { border-color: #1A1966; }
span { border-color: rgb(26,25,102); }
td.TdClassName
{
border-color: #1A1966;
}
.TagClassName
{
border-color: #1A1966;
}
</style>