Shades of Midnight Blue #261E73
Tints of Midnight Blue #261E73
RGB
CMYK
RGB Variations
Color information
#261E73 (or 0x261E73) is known color: Midnight Blue. HEX triplet: 26, 1E and 73. RGB value is (38,30,115). Sum of RGB (Red+Green+Blue) = 38+30+115=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #261E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E73 is #D9E18C. Grayscale: #292929. Windows color (decimal): -14279053 or 7544358. OLE color: 7544358.
HSL color Cylindrical-coordinate representation of color #261E73: hue angle of 245.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #261E73 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 30 | 115 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.55 |
| HSL | 245.65º | 0.59% | 0.28% | - |
| HSV(B) | 245.65º | 0.74% | 0.45% | - |
| XYZ | 4.36 | 2.58 | 16.49 | - |
| YUV | 42.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 115 | 0.67 | 0.74 | 0 | 0.55 | 245.65 | 0.59 | 0.28 |
| Hex | 26 | 1E | 73 | 43 | 4A | 0 | 37 | F6 | 3B | 1C |
| Octal | 46 | 36 | 163 | 103 | 112 | 0 | 67 | 366 | 73 | 34 |
| Binary | 100110 | 11110 | 1110011 | 1000011 | 1001010 | 0 | 110111 | 11110110 | 111011 | 11100 |
Color Harmonies of #261E73
Complementary color
Monochromatic Colors of #261E73
Black with #261E73
Text Example
Text Example
White with #261E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E73; }
p { color: rgb(38,30,115); }
H1.HeaderClassName
{
color: #261E73;
}
.AnyTagClassName
{
color: #261E73;
}
</style>
background-color css
<style>
a { background-color: #261E73; }
a { background-color: rgb(38,30,115); }
div.DivClassName
{
background-color: #261E73;
}
.BgClassName
{
background-color: #261E73;
}
</style>
border-color css
<style>
span { border-color: #261E73; }
span { border-color: rgb(38,30,115); }
td.TdClassName
{
border-color: #261E73;
}
.TagClassName
{
border-color: #261E73;
}
</style>