Shades of Midnight Blue #262279
Tints of Midnight Blue #262279
RGB
CMYK
RGB Variations
Color information
#262279 (or 0x262279) is known color: Midnight Blue. HEX triplet: 26, 22 and 79. RGB value is (38,34,121). Sum of RGB (Red+Green+Blue) = 38+34+121=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #262279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262279 is #D9DD86. Grayscale: #2C2C2C. Windows color (decimal): -14278023 or 7938598. OLE color: 7938598.
HSL color Cylindrical-coordinate representation of color #262279: hue angle of 242.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #262279 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 34 | 121 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.53 |
| HSL | 242.76º | 0.56% | 0.3% | - |
| HSV(B) | 242.76º | 0.72% | 0.47% | - |
| XYZ | 4.82 | 2.94 | 18.4 | - |
| YUV | 45.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 121 | 0.69 | 0.72 | 0 | 0.53 | 242.76 | 0.56 | 0.3 |
| Hex | 26 | 22 | 79 | 45 | 48 | 0 | 35 | F3 | 38 | 1E |
| Octal | 46 | 42 | 171 | 105 | 110 | 0 | 65 | 363 | 70 | 36 |
| Binary | 100110 | 100010 | 1111001 | 1000101 | 1001000 | 0 | 110101 | 11110011 | 111000 | 11110 |
Color Harmonies of #262279
Complementary color
Monochromatic Colors of #262279
Black with #262279
Text Example
Text Example
White with #262279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262279; }
p { color: rgb(38,34,121); }
H1.HeaderClassName
{
color: #262279;
}
.AnyTagClassName
{
color: #262279;
}
</style>
background-color css
<style>
a { background-color: #262279; }
a { background-color: rgb(38,34,121); }
div.DivClassName
{
background-color: #262279;
}
.BgClassName
{
background-color: #262279;
}
</style>
border-color css
<style>
span { border-color: #262279; }
span { border-color: rgb(38,34,121); }
td.TdClassName
{
border-color: #262279;
}
.TagClassName
{
border-color: #262279;
}
</style>