Shades of Midnight Blue #26246E
Tints of Midnight Blue #26246E
RGB
CMYK
RGB Variations
Color information
#26246E (or 0x26246E) is known color: Midnight Blue. HEX triplet: 26, 24 and 6E. RGB value is (38,36,110). Sum of RGB (Red+Green+Blue) = 38+36+110=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #26246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26246E is #D9DB91. Grayscale: #2C2C2C. Windows color (decimal): -14277522 or 7218214. OLE color: 7218214.
HSL color Cylindrical-coordinate representation of color #26246E: hue angle of 241.62º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26246E is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 36 | 110 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.57 |
| HSL | 241.62º | 0.51% | 0.29% | - |
| HSV(B) | 241.62º | 0.67% | 0.43% | - |
| XYZ | 4.24 | 2.8 | 15.07 | - |
| YUV | 45.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 110 | 0.65 | 0.67 | 0 | 0.57 | 241.62 | 0.51 | 0.29 |
| Hex | 26 | 24 | 6E | 41 | 43 | 0 | 39 | F2 | 33 | 1D |
| Octal | 46 | 44 | 156 | 101 | 103 | 0 | 71 | 362 | 63 | 35 |
| Binary | 100110 | 100100 | 1101110 | 1000001 | 1000011 | 0 | 111001 | 11110010 | 110011 | 11101 |
Color Harmonies of #26246E
Complementary color
Monochromatic Colors of #26246E
Black with #26246E
Text Example
Text Example
White with #26246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26246E; }
p { color: rgb(38,36,110); }
H1.HeaderClassName
{
color: #26246E;
}
.AnyTagClassName
{
color: #26246E;
}
</style>
background-color css
<style>
a { background-color: #26246E; }
a { background-color: rgb(38,36,110); }
div.DivClassName
{
background-color: #26246E;
}
.BgClassName
{
background-color: #26246E;
}
</style>
border-color css
<style>
span { border-color: #26246E; }
span { border-color: rgb(38,36,110); }
td.TdClassName
{
border-color: #26246E;
}
.TagClassName
{
border-color: #26246E;
}
</style>