Shades of Midnight Blue #261E81
Tints of Midnight Blue #261E81
RGB
CMYK
RGB Variations
Color information
#261E81 (or 0x261E81) is known color: Midnight Blue. HEX triplet: 26, 1E and 81. RGB value is (38,30,129). Sum of RGB (Red+Green+Blue) = 38+30+129=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #261E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261E81 is #D9E17E. Grayscale: #2B2B2B. Windows color (decimal): -14279039 or 8461862. OLE color: 8461862.
HSL color Cylindrical-coordinate representation of color #261E81: hue angle of 244.85º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #261E81 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 30 | 129 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.49 |
| HSL | 244.85º | 0.62% | 0.31% | - |
| HSV(B) | 244.85º | 0.77% | 0.51% | - |
| XYZ | 5.23 | 2.93 | 21.06 | - |
| YUV | 43.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 129 | 0.71 | 0.77 | 0 | 0.49 | 244.85 | 0.62 | 0.31 |
| Hex | 26 | 1E | 81 | 47 | 4D | 0 | 31 | F5 | 3E | 1F |
| Octal | 46 | 36 | 201 | 107 | 115 | 0 | 61 | 365 | 76 | 37 |
| Binary | 100110 | 11110 | 10000001 | 1000111 | 1001101 | 0 | 110001 | 11110101 | 111110 | 11111 |
Color Harmonies of #261E81
Complementary color
Monochromatic Colors of #261E81
Black with #261E81
Text Example
Text Example
White with #261E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E81; }
p { color: rgb(38,30,129); }
H1.HeaderClassName
{
color: #261E81;
}
.AnyTagClassName
{
color: #261E81;
}
</style>
background-color css
<style>
a { background-color: #261E81; }
a { background-color: rgb(38,30,129); }
div.DivClassName
{
background-color: #261E81;
}
.BgClassName
{
background-color: #261E81;
}
</style>
border-color css
<style>
span { border-color: #261E81; }
span { border-color: rgb(38,30,129); }
td.TdClassName
{
border-color: #261E81;
}
.TagClassName
{
border-color: #261E81;
}
</style>