Shades of Midnight Blue #261974
Tints of Midnight Blue #261974
RGB
CMYK
RGB Variations
Color information
#261974 (or 0x261974) is known color: Midnight Blue. HEX triplet: 26, 19 and 74. RGB value is (38,25,116). Sum of RGB (Red+Green+Blue) = 38+25+116=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #261974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261974 is #D9E68B. Grayscale: #262626. Windows color (decimal): -14280332 or 7608614. OLE color: 7608614.
HSL color Cylindrical-coordinate representation of color #261974: hue angle of 248.57º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261974 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 25 | 116 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.55 |
| HSL | 248.57º | 0.65% | 0.28% | - |
| HSV(B) | 248.57º | 0.78% | 0.45% | - |
| XYZ | 4.3 | 2.37 | 16.75 | - |
| YUV | 39.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 116 | 0.67 | 0.78 | 0 | 0.55 | 248.57 | 0.65 | 0.28 |
| Hex | 26 | 19 | 74 | 43 | 4E | 0 | 37 | F9 | 41 | 1C |
| Octal | 46 | 31 | 164 | 103 | 116 | 0 | 67 | 371 | 101 | 34 |
| Binary | 100110 | 11001 | 1110100 | 1000011 | 1001110 | 0 | 110111 | 11111001 | 1000001 | 11100 |
Color Harmonies of #261974
Complementary color
Monochromatic Colors of #261974
Black with #261974
Text Example
Text Example
White with #261974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261974; }
p { color: rgb(38,25,116); }
H1.HeaderClassName
{
color: #261974;
}
.AnyTagClassName
{
color: #261974;
}
</style>
background-color css
<style>
a { background-color: #261974; }
a { background-color: rgb(38,25,116); }
div.DivClassName
{
background-color: #261974;
}
.BgClassName
{
background-color: #261974;
}
</style>
border-color css
<style>
span { border-color: #261974; }
span { border-color: rgb(38,25,116); }
td.TdClassName
{
border-color: #261974;
}
.TagClassName
{
border-color: #261974;
}
</style>