Shades of Midnight Blue #262079
Tints of Midnight Blue #262079
RGB
CMYK
RGB Variations
Color information
#262079 (or 0x262079) is known color: Midnight Blue. HEX triplet: 26, 20 and 79. RGB value is (38,32,121). Sum of RGB (Red+Green+Blue) = 38+32+121=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #262079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262079 is #D9DF86. Grayscale: #2B2B2B. Windows color (decimal): -14278535 or 7938086. OLE color: 7938086.
HSL color Cylindrical-coordinate representation of color #262079: hue angle of 244.04º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262079 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 32 | 121 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.53 |
| HSL | 244.04º | 0.58% | 0.3% | - |
| HSV(B) | 244.04º | 0.74% | 0.47% | - |
| XYZ | 4.77 | 2.83 | 18.38 | - |
| YUV | 43.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 121 | 0.69 | 0.74 | 0 | 0.53 | 244.04 | 0.58 | 0.3 |
| Hex | 26 | 20 | 79 | 45 | 4A | 0 | 35 | F4 | 3A | 1E |
| Octal | 46 | 40 | 171 | 105 | 112 | 0 | 65 | 364 | 72 | 36 |
| Binary | 100110 | 100000 | 1111001 | 1000101 | 1001010 | 0 | 110101 | 11110100 | 111010 | 11110 |
Color Harmonies of #262079
Complementary color
Monochromatic Colors of #262079
Black with #262079
Text Example
Text Example
White with #262079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262079; }
p { color: rgb(38,32,121); }
H1.HeaderClassName
{
color: #262079;
}
.AnyTagClassName
{
color: #262079;
}
</style>
background-color css
<style>
a { background-color: #262079; }
a { background-color: rgb(38,32,121); }
div.DivClassName
{
background-color: #262079;
}
.BgClassName
{
background-color: #262079;
}
</style>
border-color css
<style>
span { border-color: #262079; }
span { border-color: rgb(38,32,121); }
td.TdClassName
{
border-color: #262079;
}
.TagClassName
{
border-color: #262079;
}
</style>