Shades of Midnight Blue #261A76
Tints of Midnight Blue #261A76
RGB
CMYK
RGB Variations
Color information
#261A76 (or 0x261A76) is known color: Midnight Blue. HEX triplet: 26, 1A and 76. RGB value is (38,26,118). Sum of RGB (Red+Green+Blue) = 38+26+118=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #261A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A76 is #D9E589. Grayscale: #272727. Windows color (decimal): -14280074 or 7739942. OLE color: 7739942.
HSL color Cylindrical-coordinate representation of color #261A76: hue angle of 247.83º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261A76 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 26 | 118 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.54 |
| HSL | 247.83º | 0.64% | 0.28% | - |
| HSV(B) | 247.83º | 0.78% | 0.46% | - |
| XYZ | 4.44 | 2.46 | 17.38 | - |
| YUV | 40.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 118 | 0.68 | 0.78 | 0 | 0.54 | 247.83 | 0.64 | 0.28 |
| Hex | 26 | 1A | 76 | 44 | 4E | 0 | 36 | F8 | 40 | 1C |
| Octal | 46 | 32 | 166 | 104 | 116 | 0 | 66 | 370 | 100 | 34 |
| Binary | 100110 | 11010 | 1110110 | 1000100 | 1001110 | 0 | 110110 | 11111000 | 1000000 | 11100 |
Color Harmonies of #261A76
Complementary color
Monochromatic Colors of #261A76
Black with #261A76
Text Example
Text Example
White with #261A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A76; }
p { color: rgb(38,26,118); }
H1.HeaderClassName
{
color: #261A76;
}
.AnyTagClassName
{
color: #261A76;
}
</style>
background-color css
<style>
a { background-color: #261A76; }
a { background-color: rgb(38,26,118); }
div.DivClassName
{
background-color: #261A76;
}
.BgClassName
{
background-color: #261A76;
}
</style>
border-color css
<style>
span { border-color: #261A76; }
span { border-color: rgb(38,26,118); }
td.TdClassName
{
border-color: #261A76;
}
.TagClassName
{
border-color: #261A76;
}
</style>