Shades of Midnight Blue #261C83
Tints of Midnight Blue #261C83
RGB
CMYK
RGB Variations
Color information
#261C83 (or 0x261C83) is known color: Midnight Blue. HEX triplet: 26, 1C and 83. RGB value is (38,28,131). Sum of RGB (Red+Green+Blue) = 38+28+131=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #261C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C83 is #D9E37C. Grayscale: #2A2A2A. Windows color (decimal): -14279549 or 8592422. OLE color: 8592422.
HSL color Cylindrical-coordinate representation of color #261C83: hue angle of 245.83º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261C83 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 28 | 131 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.49 |
| HSL | 245.83º | 0.65% | 0.31% | - |
| HSV(B) | 245.83º | 0.79% | 0.51% | - |
| XYZ | 5.31 | 2.88 | 21.75 | - |
| YUV | 42.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 131 | 0.71 | 0.79 | 0 | 0.49 | 245.83 | 0.65 | 0.31 |
| Hex | 26 | 1C | 83 | 47 | 4F | 0 | 31 | F6 | 41 | 1F |
| Octal | 46 | 34 | 203 | 107 | 117 | 0 | 61 | 366 | 101 | 37 |
| Binary | 100110 | 11100 | 10000011 | 1000111 | 1001111 | 0 | 110001 | 11110110 | 1000001 | 11111 |
Color Harmonies of #261C83
Complementary color
Monochromatic Colors of #261C83
Black with #261C83
Text Example
Text Example
White with #261C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C83; }
p { color: rgb(38,28,131); }
H1.HeaderClassName
{
color: #261C83;
}
.AnyTagClassName
{
color: #261C83;
}
</style>
background-color css
<style>
a { background-color: #261C83; }
a { background-color: rgb(38,28,131); }
div.DivClassName
{
background-color: #261C83;
}
.BgClassName
{
background-color: #261C83;
}
</style>
border-color css
<style>
span { border-color: #261C83; }
span { border-color: rgb(38,28,131); }
td.TdClassName
{
border-color: #261C83;
}
.TagClassName
{
border-color: #261C83;
}
</style>