Shades of Midnight Blue #26166D
Tints of Midnight Blue #26166D
RGB
CMYK
RGB Variations
Color information
#26166D (or 0x26166D) is known color: Midnight Blue. HEX triplet: 26, 16 and 6D. RGB value is (38,22,109). Sum of RGB (Red+Green+Blue) = 38+22+109=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #26166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26166D is #D9E992. Grayscale: #242424. Windows color (decimal): -14281107 or 7149094. OLE color: 7149094.
HSL color Cylindrical-coordinate representation of color #26166D: hue angle of 251.03º 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 #26166D is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 22 | 109 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.57 |
| HSL | 251.03º | 0.66% | 0.26% | - |
| HSV(B) | 251.03º | 0.8% | 0.43% | - |
| XYZ | 3.85 | 2.09 | 14.67 | - |
| YUV | 36.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 109 | 0.65 | 0.80 | 0 | 0.57 | 251.03 | 0.66 | 0.26 |
| Hex | 26 | 16 | 6D | 41 | 50 | 0 | 39 | FB | 42 | 1A |
| Octal | 46 | 26 | 155 | 101 | 120 | 0 | 71 | 373 | 102 | 32 |
| Binary | 100110 | 10110 | 1101101 | 1000001 | 1010000 | 0 | 111001 | 11111011 | 1000010 | 11010 |
Color Harmonies of #26166D
Complementary color
Monochromatic Colors of #26166D
Black with #26166D
Text Example
Text Example
White with #26166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26166D; }
p { color: rgb(38,22,109); }
H1.HeaderClassName
{
color: #26166D;
}
.AnyTagClassName
{
color: #26166D;
}
</style>
background-color css
<style>
a { background-color: #26166D; }
a { background-color: rgb(38,22,109); }
div.DivClassName
{
background-color: #26166D;
}
.BgClassName
{
background-color: #26166D;
}
</style>
border-color css
<style>
span { border-color: #26166D; }
span { border-color: rgb(38,22,109); }
td.TdClassName
{
border-color: #26166D;
}
.TagClassName
{
border-color: #26166D;
}
</style>