Shades of Midnight Blue #261C80
Tints of Midnight Blue #261C80
RGB
CMYK
RGB Variations
Color information
#261C80 (or 0x261C80) is known color: Midnight Blue. HEX triplet: 26, 1C and 80. RGB value is (38,28,128). Sum of RGB (Red+Green+Blue) = 38+28+128=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #261C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C80 is #D9E37F. Grayscale: #2A2A2A. Windows color (decimal): -14279552 or 8395814. OLE color: 8395814.
HSL color Cylindrical-coordinate representation of color #261C80: hue angle of 246º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261C80 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 28 | 128 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.50 |
| HSL | 246º | 0.64% | 0.31% | - |
| HSV(B) | 246º | 0.78% | 0.5% | - |
| XYZ | 5.11 | 2.8 | 20.69 | - |
| YUV | 42.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 128 | 0.70 | 0.78 | 0 | 0.50 | 246 | 0.64 | 0.31 |
| Hex | 26 | 1C | 80 | 46 | 4E | 0 | 32 | F6 | 40 | 1F |
| Octal | 46 | 34 | 200 | 106 | 116 | 0 | 62 | 366 | 100 | 37 |
| Binary | 100110 | 11100 | 10000000 | 1000110 | 1001110 | 0 | 110010 | 11110110 | 1000000 | 11111 |
Color Harmonies of #261C80
Complementary color
Monochromatic Colors of #261C80
Black with #261C80
Text Example
Text Example
White with #261C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C80; }
p { color: rgb(38,28,128); }
H1.HeaderClassName
{
color: #261C80;
}
.AnyTagClassName
{
color: #261C80;
}
</style>
background-color css
<style>
a { background-color: #261C80; }
a { background-color: rgb(38,28,128); }
div.DivClassName
{
background-color: #261C80;
}
.BgClassName
{
background-color: #261C80;
}
</style>
border-color css
<style>
span { border-color: #261C80; }
span { border-color: rgb(38,28,128); }
td.TdClassName
{
border-color: #261C80;
}
.TagClassName
{
border-color: #261C80;
}
</style>