Shades of Midnight Blue #26288D
Tints of Midnight Blue #26288D
RGB
CMYK
RGB Variations
Color information
#26288D (or 0x26288D) is known color: Midnight Blue. HEX triplet: 26, 28 and 8D. RGB value is (38,40,141). Sum of RGB (Red+Green+Blue) = 38+40+141=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #26288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26288D is #D9D772. Grayscale: #323232. Windows color (decimal): -14276467 or 9250854. OLE color: 9250854.
HSL color Cylindrical-coordinate representation of color #26288D: hue angle of 238.83º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26288D is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 40 | 141 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.45 |
| HSL | 238.83º | 0.58% | 0.35% | - |
| HSV(B) | 238.83º | 0.73% | 0.55% | - |
| XYZ | 6.37 | 3.85 | 25.61 | - |
| YUV | 50.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 141 | 0.73 | 0.72 | 0 | 0.45 | 238.83 | 0.58 | 0.35 |
| Hex | 26 | 28 | 8D | 49 | 48 | 0 | 2D | EF | 3A | 23 |
| Octal | 46 | 50 | 215 | 111 | 110 | 0 | 55 | 357 | 72 | 43 |
| Binary | 100110 | 101000 | 10001101 | 1001001 | 1001000 | 0 | 101101 | 11101111 | 111010 | 100011 |
Color Harmonies of #26288D
Complementary color
Monochromatic Colors of #26288D
Black with #26288D
Text Example
Text Example
White with #26288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26288D; }
p { color: rgb(38,40,141); }
H1.HeaderClassName
{
color: #26288D;
}
.AnyTagClassName
{
color: #26288D;
}
</style>
background-color css
<style>
a { background-color: #26288D; }
a { background-color: rgb(38,40,141); }
div.DivClassName
{
background-color: #26288D;
}
.BgClassName
{
background-color: #26288D;
}
</style>
border-color css
<style>
span { border-color: #26288D; }
span { border-color: rgb(38,40,141); }
td.TdClassName
{
border-color: #26288D;
}
.TagClassName
{
border-color: #26288D;
}
</style>