Shades of Midnight Blue #26277E
Tints of Midnight Blue #26277E
RGB
CMYK
RGB Variations
Color information
#26277E (or 0x26277E) is known color: Midnight Blue. HEX triplet: 26, 27 and 7E. RGB value is (38,39,126). Sum of RGB (Red+Green+Blue) = 38+39+126=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #26277E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26277E is #D9D881. Grayscale: #303030. Windows color (decimal): -14276738 or 8267558. OLE color: 8267558.
HSL color Cylindrical-coordinate representation of color #26277E: hue angle of 239.32º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26277E is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 39 | 126 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.51 |
| HSL | 239.32º | 0.54% | 0.32% | - |
| HSV(B) | 239.32º | 0.7% | 0.49% | - |
| XYZ | 5.29 | 3.37 | 20.11 | - |
| YUV | 48.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 126 | 0.70 | 0.69 | 0 | 0.51 | 239.32 | 0.54 | 0.32 |
| Hex | 26 | 27 | 7E | 46 | 45 | 0 | 33 | EF | 36 | 20 |
| Octal | 46 | 47 | 176 | 106 | 105 | 0 | 63 | 357 | 66 | 40 |
| Binary | 100110 | 100111 | 1111110 | 1000110 | 1000101 | 0 | 110011 | 11101111 | 110110 | 100000 |
Color Harmonies of #26277E
Complementary color
Monochromatic Colors of #26277E
Black with #26277E
Text Example
Text Example
White with #26277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26277E; }
p { color: rgb(38,39,126); }
H1.HeaderClassName
{
color: #26277E;
}
.AnyTagClassName
{
color: #26277E;
}
</style>
background-color css
<style>
a { background-color: #26277E; }
a { background-color: rgb(38,39,126); }
div.DivClassName
{
background-color: #26277E;
}
.BgClassName
{
background-color: #26277E;
}
</style>
border-color css
<style>
span { border-color: #26277E; }
span { border-color: rgb(38,39,126); }
td.TdClassName
{
border-color: #26277E;
}
.TagClassName
{
border-color: #26277E;
}
</style>