Shades of Midnight Blue #26196B
Tints of Midnight Blue #26196B
RGB
CMYK
RGB Variations
Color information
#26196B (or 0x26196B) is known color: Midnight Blue. HEX triplet: 26, 19 and 6B. RGB value is (38,25,107). Sum of RGB (Red+Green+Blue) = 38+25+107=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #26196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26196B is #D9E694. Grayscale: #252525. Windows color (decimal): -14280341 or 7018790. OLE color: 7018790.
HSL color Cylindrical-coordinate representation of color #26196B: hue angle of 249.51º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26196B is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 25 | 107 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.58 |
| HSL | 249.51º | 0.62% | 0.26% | - |
| HSV(B) | 249.51º | 0.77% | 0.42% | - |
| XYZ | 3.8 | 2.17 | 14.13 | - |
| YUV | 38.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 107 | 0.64 | 0.77 | 0 | 0.58 | 249.51 | 0.62 | 0.26 |
| Hex | 26 | 19 | 6B | 40 | 4D | 0 | 3A | FA | 3E | 1A |
| Octal | 46 | 31 | 153 | 100 | 115 | 0 | 72 | 372 | 76 | 32 |
| Binary | 100110 | 11001 | 1101011 | 1000000 | 1001101 | 0 | 111010 | 11111010 | 111110 | 11010 |
Color Harmonies of #26196B
Complementary color
Monochromatic Colors of #26196B
Black with #26196B
Text Example
Text Example
White with #26196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26196B; }
p { color: rgb(38,25,107); }
H1.HeaderClassName
{
color: #26196B;
}
.AnyTagClassName
{
color: #26196B;
}
</style>
background-color css
<style>
a { background-color: #26196B; }
a { background-color: rgb(38,25,107); }
div.DivClassName
{
background-color: #26196B;
}
.BgClassName
{
background-color: #26196B;
}
</style>
border-color css
<style>
span { border-color: #26196B; }
span { border-color: rgb(38,25,107); }
td.TdClassName
{
border-color: #26196B;
}
.TagClassName
{
border-color: #26196B;
}
</style>