Shades of Midnight Blue #261B76
Tints of Midnight Blue #261B76
RGB
CMYK
RGB Variations
Color information
#261B76 (or 0x261B76) is known color: Midnight Blue. HEX triplet: 26, 1B and 76. RGB value is (38,27,118). Sum of RGB (Red+Green+Blue) = 38+27+118=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #261B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261B76 is #D9E489. Grayscale: #282828. Windows color (decimal): -14279818 or 7740198. OLE color: 7740198.
HSL color Cylindrical-coordinate representation of color #261B76: hue angle of 247.25º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #261B76 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 27 | 118 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.54 |
| HSL | 247.25º | 0.63% | 0.28% | - |
| HSV(B) | 247.25º | 0.77% | 0.46% | - |
| XYZ | 4.46 | 2.5 | 17.39 | - |
| YUV | 40.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 118 | 0.68 | 0.77 | 0 | 0.54 | 247.25 | 0.63 | 0.28 |
| Hex | 26 | 1B | 76 | 44 | 4D | 0 | 36 | F7 | 3F | 1C |
| Octal | 46 | 33 | 166 | 104 | 115 | 0 | 66 | 367 | 77 | 34 |
| Binary | 100110 | 11011 | 1110110 | 1000100 | 1001101 | 0 | 110110 | 11110111 | 111111 | 11100 |
Color Harmonies of #261B76
Complementary color
Monochromatic Colors of #261B76
Black with #261B76
Text Example
Text Example
White with #261B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B76; }
p { color: rgb(38,27,118); }
H1.HeaderClassName
{
color: #261B76;
}
.AnyTagClassName
{
color: #261B76;
}
</style>
background-color css
<style>
a { background-color: #261B76; }
a { background-color: rgb(38,27,118); }
div.DivClassName
{
background-color: #261B76;
}
.BgClassName
{
background-color: #261B76;
}
</style>
border-color css
<style>
span { border-color: #261B76; }
span { border-color: rgb(38,27,118); }
td.TdClassName
{
border-color: #261B76;
}
.TagClassName
{
border-color: #261B76;
}
</style>