Shades of Midnight Blue #1A1669
Tints of Midnight Blue #1A1669
RGB
CMYK
RGB Variations
Color information
#1A1669 (or 0x1A1669) is known color: Midnight Blue. HEX triplet: 1A, 16 and 69. RGB value is (26,22,105). Sum of RGB (Red+Green+Blue) = 26+22+105=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A1669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1669 is #E5E996. Grayscale: #202020. Windows color (decimal): -15067543 or 6886938. OLE color: 6886938.
HSL color Cylindrical-coordinate representation of color #1A1669: hue angle of 242.89º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A1669 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 22 | 105 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.59 |
| HSL | 242.89º | 0.65% | 0.25% | - |
| HSV(B) | 242.89º | 0.79% | 0.41% | - |
| XYZ | 3.26 | 1.81 | 13.54 | - |
| YUV | 32.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 105 | 0.75 | 0.79 | 0 | 0.59 | 242.89 | 0.65 | 0.25 |
| Hex | 1A | 16 | 69 | 4B | 4F | 0 | 3B | F3 | 41 | 19 |
| Octal | 32 | 26 | 151 | 113 | 117 | 0 | 73 | 363 | 101 | 31 |
| Binary | 11010 | 10110 | 1101001 | 1001011 | 1001111 | 0 | 111011 | 11110011 | 1000001 | 11001 |
Color Harmonies of #1A1669
Complementary color
Monochromatic Colors of #1A1669
Black with #1A1669
Text Example
Text Example
White with #1A1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1669; }
p { color: rgb(26,22,105); }
H1.HeaderClassName
{
color: #1A1669;
}
.AnyTagClassName
{
color: #1A1669;
}
</style>
background-color css
<style>
a { background-color: #1A1669; }
a { background-color: rgb(26,22,105); }
div.DivClassName
{
background-color: #1A1669;
}
.BgClassName
{
background-color: #1A1669;
}
</style>
border-color css
<style>
span { border-color: #1A1669; }
span { border-color: rgb(26,22,105); }
td.TdClassName
{
border-color: #1A1669;
}
.TagClassName
{
border-color: #1A1669;
}
</style>