Shades of Midnight Blue #261F77
Tints of Midnight Blue #261F77
RGB
CMYK
RGB Variations
Color information
#261F77 (or 0x261F77) is known color: Midnight Blue. HEX triplet: 26, 1F and 77. RGB value is (38,31,119). Sum of RGB (Red+Green+Blue) = 38+31+119=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #261F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F77 is #D9E088. Grayscale: #2A2A2A. Windows color (decimal): -14278793 or 7806758. OLE color: 7806758.
HSL color Cylindrical-coordinate representation of color #261F77: hue angle of 244.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #261F77 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 31 | 119 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.53 |
| HSL | 244.77º | 0.59% | 0.29% | - |
| HSV(B) | 244.77º | 0.74% | 0.47% | - |
| XYZ | 4.62 | 2.72 | 17.74 | - |
| YUV | 43.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 119 | 0.68 | 0.74 | 0 | 0.53 | 244.77 | 0.59 | 0.29 |
| Hex | 26 | 1F | 77 | 44 | 4A | 0 | 35 | F5 | 3B | 1D |
| Octal | 46 | 37 | 167 | 104 | 112 | 0 | 65 | 365 | 73 | 35 |
| Binary | 100110 | 11111 | 1110111 | 1000100 | 1001010 | 0 | 110101 | 11110101 | 111011 | 11101 |
Color Harmonies of #261F77
Complementary color
Monochromatic Colors of #261F77
Black with #261F77
Text Example
Text Example
White with #261F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F77; }
p { color: rgb(38,31,119); }
H1.HeaderClassName
{
color: #261F77;
}
.AnyTagClassName
{
color: #261F77;
}
</style>
background-color css
<style>
a { background-color: #261F77; }
a { background-color: rgb(38,31,119); }
div.DivClassName
{
background-color: #261F77;
}
.BgClassName
{
background-color: #261F77;
}
</style>
border-color css
<style>
span { border-color: #261F77; }
span { border-color: rgb(38,31,119); }
td.TdClassName
{
border-color: #261F77;
}
.TagClassName
{
border-color: #261F77;
}
</style>