Shades of Midnight Blue #261871
Tints of Midnight Blue #261871
RGB
CMYK
RGB Variations
Color information
#261871 (or 0x261871) is known color: Midnight Blue. HEX triplet: 26, 18 and 71. RGB value is (38,24,113). Sum of RGB (Red+Green+Blue) = 38+24+113=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #261871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261871 is #D9E78E. Grayscale: #252525. Windows color (decimal): -14280591 or 7411750. OLE color: 7411750.
HSL color Cylindrical-coordinate representation of color #261871: hue angle of 249.44º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261871 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 24 | 113 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.56 |
| HSL | 249.44º | 0.65% | 0.27% | - |
| HSV(B) | 249.44º | 0.79% | 0.44% | - |
| XYZ | 4.11 | 2.26 | 15.84 | - |
| YUV | 38.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 113 | 0.66 | 0.79 | 0 | 0.56 | 249.44 | 0.65 | 0.27 |
| Hex | 26 | 18 | 71 | 42 | 4F | 0 | 38 | F9 | 41 | 1B |
| Octal | 46 | 30 | 161 | 102 | 117 | 0 | 70 | 371 | 101 | 33 |
| Binary | 100110 | 11000 | 1110001 | 1000010 | 1001111 | 0 | 111000 | 11111001 | 1000001 | 11011 |
Color Harmonies of #261871
Complementary color
Monochromatic Colors of #261871
Black with #261871
Text Example
Text Example
White with #261871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261871; }
p { color: rgb(38,24,113); }
H1.HeaderClassName
{
color: #261871;
}
.AnyTagClassName
{
color: #261871;
}
</style>
background-color css
<style>
a { background-color: #261871; }
a { background-color: rgb(38,24,113); }
div.DivClassName
{
background-color: #261871;
}
.BgClassName
{
background-color: #261871;
}
</style>
border-color css
<style>
span { border-color: #261871; }
span { border-color: rgb(38,24,113); }
td.TdClassName
{
border-color: #261871;
}
.TagClassName
{
border-color: #261871;
}
</style>