Shades of Midnight Blue #261F89
Tints of Midnight Blue #261F89
RGB
CMYK
RGB Variations
Color information
#261F89 (or 0x261F89) is known color: Midnight Blue. HEX triplet: 26, 1F and 89. RGB value is (38,31,137). Sum of RGB (Red+Green+Blue) = 38+31+137=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #261F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261F89 is #D9E076. Grayscale: #2C2C2C. Windows color (decimal): -14278775 or 8986406. OLE color: 8986406.
HSL color Cylindrical-coordinate representation of color #261F89: hue angle of 243.96º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #261F89 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 31 | 137 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.46 |
| HSL | 243.96º | 0.63% | 0.33% | - |
| HSV(B) | 243.96º | 0.77% | 0.54% | - |
| XYZ | 5.8 | 3.2 | 23.98 | - |
| YUV | 45.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 137 | 0.72 | 0.77 | 0 | 0.46 | 243.96 | 0.63 | 0.33 |
| Hex | 26 | 1F | 89 | 48 | 4D | 0 | 2E | F4 | 3F | 21 |
| Octal | 46 | 37 | 211 | 110 | 115 | 0 | 56 | 364 | 77 | 41 |
| Binary | 100110 | 11111 | 10001001 | 1001000 | 1001101 | 0 | 101110 | 11110100 | 111111 | 100001 |
Color Harmonies of #261F89
Complementary color
Monochromatic Colors of #261F89
Black with #261F89
Text Example
Text Example
White with #261F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F89; }
p { color: rgb(38,31,137); }
H1.HeaderClassName
{
color: #261F89;
}
.AnyTagClassName
{
color: #261F89;
}
</style>
background-color css
<style>
a { background-color: #261F89; }
a { background-color: rgb(38,31,137); }
div.DivClassName
{
background-color: #261F89;
}
.BgClassName
{
background-color: #261F89;
}
</style>
border-color css
<style>
span { border-color: #261F89; }
span { border-color: rgb(38,31,137); }
td.TdClassName
{
border-color: #261F89;
}
.TagClassName
{
border-color: #261F89;
}
</style>