Shades of Midnight Blue #261F80
Tints of Midnight Blue #261F80
RGB
CMYK
RGB Variations
Color information
#261F80 (or 0x261F80) is known color: Midnight Blue. HEX triplet: 26, 1F and 80. RGB value is (38,31,128). Sum of RGB (Red+Green+Blue) = 38+31+128=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #261F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261F80 is #D9E07F. Grayscale: #2B2B2B. Windows color (decimal): -14278784 or 8396582. OLE color: 8396582.
HSL color Cylindrical-coordinate representation of color #261F80: hue angle of 244.33º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261F80 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 31 | 128 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.50 |
| HSL | 244.33º | 0.61% | 0.31% | - |
| HSV(B) | 244.33º | 0.76% | 0.5% | - |
| XYZ | 5.19 | 2.95 | 20.72 | - |
| YUV | 44.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 128 | 0.70 | 0.76 | 0 | 0.50 | 244.33 | 0.61 | 0.31 |
| Hex | 26 | 1F | 80 | 46 | 4C | 0 | 32 | F4 | 3D | 1F |
| Octal | 46 | 37 | 200 | 106 | 114 | 0 | 62 | 364 | 75 | 37 |
| Binary | 100110 | 11111 | 10000000 | 1000110 | 1001100 | 0 | 110010 | 11110100 | 111101 | 11111 |
Color Harmonies of #261F80
Complementary color
Monochromatic Colors of #261F80
Black with #261F80
Text Example
Text Example
White with #261F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F80; }
p { color: rgb(38,31,128); }
H1.HeaderClassName
{
color: #261F80;
}
.AnyTagClassName
{
color: #261F80;
}
</style>
background-color css
<style>
a { background-color: #261F80; }
a { background-color: rgb(38,31,128); }
div.DivClassName
{
background-color: #261F80;
}
.BgClassName
{
background-color: #261F80;
}
</style>
border-color css
<style>
span { border-color: #261F80; }
span { border-color: rgb(38,31,128); }
td.TdClassName
{
border-color: #261F80;
}
.TagClassName
{
border-color: #261F80;
}
</style>