Shades of Midnight Blue #261772
Tints of Midnight Blue #261772
RGB
CMYK
RGB Variations
Color information
#261772 (or 0x261772) is known color: Midnight Blue. HEX triplet: 26, 17 and 72. RGB value is (38,23,114). Sum of RGB (Red+Green+Blue) = 38+23+114=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #261772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261772 is #D9E88D. Grayscale: #252525. Windows color (decimal): -14280846 or 7477030. OLE color: 7477030.
HSL color Cylindrical-coordinate representation of color #261772: hue angle of 249.89º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261772 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 23 | 114 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.55 |
| HSL | 249.89º | 0.66% | 0.27% | - |
| HSV(B) | 249.89º | 0.8% | 0.45% | - |
| XYZ | 4.14 | 2.24 | 16.13 | - |
| YUV | 37.86 | 170.97 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 114 | 0.67 | 0.80 | 0 | 0.55 | 249.89 | 0.66 | 0.27 |
| Hex | 26 | 17 | 72 | 43 | 50 | 0 | 37 | FA | 42 | 1B |
| Octal | 46 | 27 | 162 | 103 | 120 | 0 | 67 | 372 | 102 | 33 |
| Binary | 100110 | 10111 | 1110010 | 1000011 | 1010000 | 0 | 110111 | 11111010 | 1000010 | 11011 |
Color Harmonies of #261772
Complementary color
Monochromatic Colors of #261772
Black with #261772
Text Example
Text Example
White with #261772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261772; }
p { color: rgb(38,23,114); }
H1.HeaderClassName
{
color: #261772;
}
.AnyTagClassName
{
color: #261772;
}
</style>
background-color css
<style>
a { background-color: #261772; }
a { background-color: rgb(38,23,114); }
div.DivClassName
{
background-color: #261772;
}
.BgClassName
{
background-color: #261772;
}
</style>
border-color css
<style>
span { border-color: #261772; }
span { border-color: rgb(38,23,114); }
td.TdClassName
{
border-color: #261772;
}
.TagClassName
{
border-color: #261772;
}
</style>