Shades of Midnight Blue #1A166E
Tints of Midnight Blue #1A166E
RGB
CMYK
RGB Variations
Color information
#1A166E (or 0x1A166E) is known color: Midnight Blue. HEX triplet: 1A, 16 and 6E. RGB value is (26,22,110). Sum of RGB (Red+Green+Blue) = 26+22+110=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A166E is #E5E991. Grayscale: #202020. Windows color (decimal): -15067538 or 7214618. OLE color: 7214618.
HSL color Cylindrical-coordinate representation of color #1A166E: hue angle of 242.73º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A166E is Cyan = 0.76, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 22 | 110 | - |
| CMYK | 0.76 | 0.8 | 0 | 0.57 |
| HSL | 242.73º | 0.67% | 0.26% | - |
| HSV(B) | 242.73º | 0.8% | 0.43% | - |
| XYZ | 3.53 | 1.92 | 14.94 | - |
| YUV | 33.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 110 | 0.76 | 0.8 | 0 | 0.57 | 242.73 | 0.67 | 0.26 |
| Hex | 1A | 16 | 6E | 4C | 50 | 0 | 39 | F3 | 43 | 1A |
| Octal | 32 | 26 | 156 | 114 | 120 | 0 | 71 | 363 | 103 | 32 |
| Binary | 11010 | 10110 | 1101110 | 1001100 | 1010000 | 0 | 111001 | 11110011 | 1000011 | 11010 |
Color Harmonies of #1A166E
Complementary color
Monochromatic Colors of #1A166E
Black with #1A166E
Text Example
Text Example
White with #1A166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A166E; }
p { color: rgb(26,22,110); }
H1.HeaderClassName
{
color: #1A166E;
}
.AnyTagClassName
{
color: #1A166E;
}
</style>
background-color css
<style>
a { background-color: #1A166E; }
a { background-color: rgb(26,22,110); }
div.DivClassName
{
background-color: #1A166E;
}
.BgClassName
{
background-color: #1A166E;
}
</style>
border-color css
<style>
span { border-color: #1A166E; }
span { border-color: rgb(26,22,110); }
td.TdClassName
{
border-color: #1A166E;
}
.TagClassName
{
border-color: #1A166E;
}
</style>