Shades of Midnight Blue #261E7E
Tints of Midnight Blue #261E7E
RGB
CMYK
RGB Variations
Color information
#261E7E (or 0x261E7E) is known color: Midnight Blue. HEX triplet: 26, 1E and 7E. RGB value is (38,30,126). Sum of RGB (Red+Green+Blue) = 38+30+126=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #261E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E7E is #D9E181. Grayscale: #2A2A2A. Windows color (decimal): -14279042 or 8265254. OLE color: 8265254.
HSL color Cylindrical-coordinate representation of color #261E7E: hue angle of 245º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261E7E is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 30 | 126 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.51 |
| HSL | 245º | 0.62% | 0.31% | - |
| HSV(B) | 245º | 0.76% | 0.49% | - |
| XYZ | 5.03 | 2.85 | 20.02 | - |
| YUV | 43.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 126 | 0.70 | 0.76 | 0 | 0.51 | 245 | 0.62 | 0.31 |
| Hex | 26 | 1E | 7E | 46 | 4C | 0 | 33 | F5 | 3E | 1F |
| Octal | 46 | 36 | 176 | 106 | 114 | 0 | 63 | 365 | 76 | 37 |
| Binary | 100110 | 11110 | 1111110 | 1000110 | 1001100 | 0 | 110011 | 11110101 | 111110 | 11111 |
Color Harmonies of #261E7E
Complementary color
Monochromatic Colors of #261E7E
Black with #261E7E
Text Example
Text Example
White with #261E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E7E; }
p { color: rgb(38,30,126); }
H1.HeaderClassName
{
color: #261E7E;
}
.AnyTagClassName
{
color: #261E7E;
}
</style>
background-color css
<style>
a { background-color: #261E7E; }
a { background-color: rgb(38,30,126); }
div.DivClassName
{
background-color: #261E7E;
}
.BgClassName
{
background-color: #261E7E;
}
</style>
border-color css
<style>
span { border-color: #261E7E; }
span { border-color: rgb(38,30,126); }
td.TdClassName
{
border-color: #261E7E;
}
.TagClassName
{
border-color: #261E7E;
}
</style>