Shades of Midnight Blue #1A166D
Tints of Midnight Blue #1A166D
RGB
CMYK
RGB Variations
Color information
#1A166D (or 0x1A166D) is known color: Midnight Blue. HEX triplet: 1A, 16 and 6D. RGB value is (26,22,109). Sum of RGB (Red+Green+Blue) = 26+22+109=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A166D is #E5E992. Grayscale: #202020. Windows color (decimal): -15067539 or 7149082. OLE color: 7149082.
HSL color Cylindrical-coordinate representation of color #1A166D: hue angle of 242.76º degrees, saturation: 0.66, 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 #1A166D is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 22 | 109 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.57 |
| HSL | 242.76º | 0.66% | 0.26% | - |
| HSV(B) | 242.76º | 0.8% | 0.43% | - |
| XYZ | 3.47 | 1.9 | 14.65 | - |
| YUV | 33.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 109 | 0.76 | 0.80 | 0 | 0.57 | 242.76 | 0.66 | 0.26 |
| Hex | 1A | 16 | 6D | 4C | 50 | 0 | 39 | F3 | 42 | 1A |
| Octal | 32 | 26 | 155 | 114 | 120 | 0 | 71 | 363 | 102 | 32 |
| Binary | 11010 | 10110 | 1101101 | 1001100 | 1010000 | 0 | 111001 | 11110011 | 1000010 | 11010 |
Color Harmonies of #1A166D
Complementary color
Monochromatic Colors of #1A166D
Black with #1A166D
Text Example
Text Example
White with #1A166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A166D; }
p { color: rgb(26,22,109); }
H1.HeaderClassName
{
color: #1A166D;
}
.AnyTagClassName
{
color: #1A166D;
}
</style>
background-color css
<style>
a { background-color: #1A166D; }
a { background-color: rgb(26,22,109); }
div.DivClassName
{
background-color: #1A166D;
}
.BgClassName
{
background-color: #1A166D;
}
</style>
border-color css
<style>
span { border-color: #1A166D; }
span { border-color: rgb(26,22,109); }
td.TdClassName
{
border-color: #1A166D;
}
.TagClassName
{
border-color: #1A166D;
}
</style>