Shades of Midnight Blue #261D88
Tints of Midnight Blue #261D88
RGB
CMYK
RGB Variations
Color information
#261D88 (or 0x261D88) is known color: Midnight Blue. HEX triplet: 26, 1D and 88. RGB value is (38,29,136). Sum of RGB (Red+Green+Blue) = 38+29+136=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #261D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261D88 is #D9E277. Grayscale: #2B2B2B. Windows color (decimal): -14279288 or 8920358. OLE color: 8920358.
HSL color Cylindrical-coordinate representation of color #261D88: hue angle of 245.05º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261D88 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 29 | 136 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.47 |
| HSL | 245.05º | 0.65% | 0.32% | - |
| HSV(B) | 245.05º | 0.79% | 0.53% | - |
| XYZ | 5.68 | 3.07 | 23.59 | - |
| YUV | 43.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 136 | 0.72 | 0.79 | 0 | 0.47 | 245.05 | 0.65 | 0.32 |
| Hex | 26 | 1D | 88 | 48 | 4F | 0 | 2F | F5 | 41 | 20 |
| Octal | 46 | 35 | 210 | 110 | 117 | 0 | 57 | 365 | 101 | 40 |
| Binary | 100110 | 11101 | 10001000 | 1001000 | 1001111 | 0 | 101111 | 11110101 | 1000001 | 100000 |
Color Harmonies of #261D88
Complementary color
Monochromatic Colors of #261D88
Black with #261D88
Text Example
Text Example
White with #261D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D88; }
p { color: rgb(38,29,136); }
H1.HeaderClassName
{
color: #261D88;
}
.AnyTagClassName
{
color: #261D88;
}
</style>
background-color css
<style>
a { background-color: #261D88; }
a { background-color: rgb(38,29,136); }
div.DivClassName
{
background-color: #261D88;
}
.BgClassName
{
background-color: #261D88;
}
</style>
border-color css
<style>
span { border-color: #261D88; }
span { border-color: rgb(38,29,136); }
td.TdClassName
{
border-color: #261D88;
}
.TagClassName
{
border-color: #261D88;
}
</style>