Shades of Midnight Blue #261973
Tints of Midnight Blue #261973
RGB
CMYK
RGB Variations
Color information
#261973 (or 0x261973) is known color: Midnight Blue. HEX triplet: 26, 19 and 73. RGB value is (38,25,115). Sum of RGB (Red+Green+Blue) = 38+25+115=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #261973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261973 is #D9E68C. Grayscale: #262626. Windows color (decimal): -14280333 or 7543078. OLE color: 7543078.
HSL color Cylindrical-coordinate representation of color #261973: hue angle of 248.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261973 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 25 | 115 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.55 |
| HSL | 248.67º | 0.64% | 0.27% | - |
| HSV(B) | 248.67º | 0.78% | 0.45% | - |
| XYZ | 4.24 | 2.35 | 16.45 | - |
| YUV | 39.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 115 | 0.67 | 0.78 | 0 | 0.55 | 248.67 | 0.64 | 0.27 |
| Hex | 26 | 19 | 73 | 43 | 4E | 0 | 37 | F9 | 40 | 1B |
| Octal | 46 | 31 | 163 | 103 | 116 | 0 | 67 | 371 | 100 | 33 |
| Binary | 100110 | 11001 | 1110011 | 1000011 | 1001110 | 0 | 110111 | 11111001 | 1000000 | 11011 |
Color Harmonies of #261973
Complementary color
Monochromatic Colors of #261973
Black with #261973
Text Example
Text Example
White with #261973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261973; }
p { color: rgb(38,25,115); }
H1.HeaderClassName
{
color: #261973;
}
.AnyTagClassName
{
color: #261973;
}
</style>
background-color css
<style>
a { background-color: #261973; }
a { background-color: rgb(38,25,115); }
div.DivClassName
{
background-color: #261973;
}
.BgClassName
{
background-color: #261973;
}
</style>
border-color css
<style>
span { border-color: #261973; }
span { border-color: rgb(38,25,115); }
td.TdClassName
{
border-color: #261973;
}
.TagClassName
{
border-color: #261973;
}
</style>