Shades of Midnight Blue #26166C
Tints of Midnight Blue #26166C
RGB
CMYK
RGB Variations
Color information
#26166C (or 0x26166C) is known color: Midnight Blue. HEX triplet: 26, 16 and 6C. RGB value is (38,22,108). Sum of RGB (Red+Green+Blue) = 38+22+108=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #26166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26166C is #D9E993. Grayscale: #242424. Windows color (decimal): -14281108 or 7083558. OLE color: 7083558.
HSL color Cylindrical-coordinate representation of color #26166C: hue angle of 251.16º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26166C is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 22 | 108 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.58 |
| HSL | 251.16º | 0.66% | 0.25% | - |
| HSV(B) | 251.16º | 0.8% | 0.42% | - |
| XYZ | 3.79 | 2.07 | 14.39 | - |
| YUV | 36.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 108 | 0.65 | 0.80 | 0 | 0.58 | 251.16 | 0.66 | 0.25 |
| Hex | 26 | 16 | 6C | 41 | 50 | 0 | 3A | FB | 42 | 19 |
| Octal | 46 | 26 | 154 | 101 | 120 | 0 | 72 | 373 | 102 | 31 |
| Binary | 100110 | 10110 | 1101100 | 1000001 | 1010000 | 0 | 111010 | 11111011 | 1000010 | 11001 |
Color Harmonies of #26166C
Complementary color
Monochromatic Colors of #26166C
Black with #26166C
Text Example
Text Example
White with #26166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26166C; }
p { color: rgb(38,22,108); }
H1.HeaderClassName
{
color: #26166C;
}
.AnyTagClassName
{
color: #26166C;
}
</style>
background-color css
<style>
a { background-color: #26166C; }
a { background-color: rgb(38,22,108); }
div.DivClassName
{
background-color: #26166C;
}
.BgClassName
{
background-color: #26166C;
}
</style>
border-color css
<style>
span { border-color: #26166C; }
span { border-color: rgb(38,22,108); }
td.TdClassName
{
border-color: #26166C;
}
.TagClassName
{
border-color: #26166C;
}
</style>