Shades of Midnight Blue #261D83
Tints of Midnight Blue #261D83
RGB
CMYK
RGB Variations
Color information
#261D83 (or 0x261D83) is known color: Midnight Blue. HEX triplet: 26, 1D and 83. RGB value is (38,29,131). Sum of RGB (Red+Green+Blue) = 38+29+131=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #261D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261D83 is #D9E27C. Grayscale: #2A2A2A. Windows color (decimal): -14279293 or 8592678. OLE color: 8592678.
HSL color Cylindrical-coordinate representation of color #261D83: hue angle of 245.29º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261D83 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 29 | 131 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.49 |
| HSL | 245.29º | 0.64% | 0.31% | - |
| HSV(B) | 245.29º | 0.78% | 0.51% | - |
| XYZ | 5.34 | 2.93 | 21.76 | - |
| YUV | 43.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 131 | 0.71 | 0.78 | 0 | 0.49 | 245.29 | 0.64 | 0.31 |
| Hex | 26 | 1D | 83 | 47 | 4E | 0 | 31 | F5 | 40 | 1F |
| Octal | 46 | 35 | 203 | 107 | 116 | 0 | 61 | 365 | 100 | 37 |
| Binary | 100110 | 11101 | 10000011 | 1000111 | 1001110 | 0 | 110001 | 11110101 | 1000000 | 11111 |
Color Harmonies of #261D83
Complementary color
Monochromatic Colors of #261D83
Black with #261D83
Text Example
Text Example
White with #261D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D83; }
p { color: rgb(38,29,131); }
H1.HeaderClassName
{
color: #261D83;
}
.AnyTagClassName
{
color: #261D83;
}
</style>
background-color css
<style>
a { background-color: #261D83; }
a { background-color: rgb(38,29,131); }
div.DivClassName
{
background-color: #261D83;
}
.BgClassName
{
background-color: #261D83;
}
</style>
border-color css
<style>
span { border-color: #261D83; }
span { border-color: rgb(38,29,131); }
td.TdClassName
{
border-color: #261D83;
}
.TagClassName
{
border-color: #261D83;
}
</style>