Shades of Midnight Blue #261E6C
Tints of Midnight Blue #261E6C
RGB
CMYK
RGB Variations
Color information
#261E6C (or 0x261E6C) is known color: Midnight Blue. HEX triplet: 26, 1E and 6C. RGB value is (38,30,108). Sum of RGB (Red+Green+Blue) = 38+30+108=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #261E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E6C is #D9E193. Grayscale: #282828. Windows color (decimal): -14279060 or 7085606. OLE color: 7085606.
HSL color Cylindrical-coordinate representation of color #261E6C: hue angle of 246.15º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #261E6C is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 30 | 108 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.58 |
| HSL | 246.15º | 0.57% | 0.27% | - |
| HSV(B) | 246.15º | 0.72% | 0.42% | - |
| XYZ | 3.97 | 2.42 | 14.45 | - |
| YUV | 41.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 108 | 0.65 | 0.72 | 0 | 0.58 | 246.15 | 0.57 | 0.27 |
| Hex | 26 | 1E | 6C | 41 | 48 | 0 | 3A | F6 | 39 | 1B |
| Octal | 46 | 36 | 154 | 101 | 110 | 0 | 72 | 366 | 71 | 33 |
| Binary | 100110 | 11110 | 1101100 | 1000001 | 1001000 | 0 | 111010 | 11110110 | 111001 | 11011 |
Color Harmonies of #261E6C
Complementary color
Monochromatic Colors of #261E6C
Black with #261E6C
Text Example
Text Example
White with #261E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E6C; }
p { color: rgb(38,30,108); }
H1.HeaderClassName
{
color: #261E6C;
}
.AnyTagClassName
{
color: #261E6C;
}
</style>
background-color css
<style>
a { background-color: #261E6C; }
a { background-color: rgb(38,30,108); }
div.DivClassName
{
background-color: #261E6C;
}
.BgClassName
{
background-color: #261E6C;
}
</style>
border-color css
<style>
span { border-color: #261E6C; }
span { border-color: rgb(38,30,108); }
td.TdClassName
{
border-color: #261E6C;
}
.TagClassName
{
border-color: #261E6C;
}
</style>