Shades of Midnight Blue #261F7C
Tints of Midnight Blue #261F7C
RGB
CMYK
RGB Variations
Color information
#261F7C (or 0x261F7C) is known color: Midnight Blue. HEX triplet: 26, 1F and 7C. RGB value is (38,31,124). Sum of RGB (Red+Green+Blue) = 38+31+124=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #261F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F7C is #D9E083. Grayscale: #2B2B2B. Windows color (decimal): -14278788 or 8134438. OLE color: 8134438.
HSL color Cylindrical-coordinate representation of color #261F7C: hue angle of 244.52º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261F7C is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 31 | 124 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.51 |
| HSL | 244.52º | 0.6% | 0.3% | - |
| HSV(B) | 244.52º | 0.75% | 0.49% | - |
| XYZ | 4.93 | 2.85 | 19.36 | - |
| YUV | 43.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 124 | 0.69 | 0.75 | 0 | 0.51 | 244.52 | 0.6 | 0.3 |
| Hex | 26 | 1F | 7C | 45 | 4B | 0 | 33 | F5 | 3C | 1E |
| Octal | 46 | 37 | 174 | 105 | 113 | 0 | 63 | 365 | 74 | 36 |
| Binary | 100110 | 11111 | 1111100 | 1000101 | 1001011 | 0 | 110011 | 11110101 | 111100 | 11110 |
Color Harmonies of #261F7C
Complementary color
Monochromatic Colors of #261F7C
Black with #261F7C
Text Example
Text Example
White with #261F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F7C; }
p { color: rgb(38,31,124); }
H1.HeaderClassName
{
color: #261F7C;
}
.AnyTagClassName
{
color: #261F7C;
}
</style>
background-color css
<style>
a { background-color: #261F7C; }
a { background-color: rgb(38,31,124); }
div.DivClassName
{
background-color: #261F7C;
}
.BgClassName
{
background-color: #261F7C;
}
</style>
border-color css
<style>
span { border-color: #261F7C; }
span { border-color: rgb(38,31,124); }
td.TdClassName
{
border-color: #261F7C;
}
.TagClassName
{
border-color: #261F7C;
}
</style>