Shades of Midnight Blue #262187
Tints of Midnight Blue #262187
RGB
CMYK
RGB Variations
Color information
#262187 (or 0x262187) is known color: Midnight Blue. HEX triplet: 26, 21 and 87. RGB value is (38,33,135). Sum of RGB (Red+Green+Blue) = 38+33+135=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #262187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262187 is #D9DE78. Grayscale: #2D2D2D. Windows color (decimal): -14278265 or 8855846. OLE color: 8855846.
HSL color Cylindrical-coordinate representation of color #262187: hue angle of 242.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262187 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 33 | 135 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.47 |
| HSL | 242.94º | 0.61% | 0.33% | - |
| HSV(B) | 242.94º | 0.76% | 0.53% | - |
| XYZ | 5.72 | 3.25 | 23.25 | - |
| YUV | 46.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 135 | 0.72 | 0.76 | 0 | 0.47 | 242.94 | 0.61 | 0.33 |
| Hex | 26 | 21 | 87 | 48 | 4C | 0 | 2F | F3 | 3D | 21 |
| Octal | 46 | 41 | 207 | 110 | 114 | 0 | 57 | 363 | 75 | 41 |
| Binary | 100110 | 100001 | 10000111 | 1001000 | 1001100 | 0 | 101111 | 11110011 | 111101 | 100001 |
Color Harmonies of #262187
Complementary color
Monochromatic Colors of #262187
Black with #262187
Text Example
Text Example
White with #262187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262187; }
p { color: rgb(38,33,135); }
H1.HeaderClassName
{
color: #262187;
}
.AnyTagClassName
{
color: #262187;
}
</style>
background-color css
<style>
a { background-color: #262187; }
a { background-color: rgb(38,33,135); }
div.DivClassName
{
background-color: #262187;
}
.BgClassName
{
background-color: #262187;
}
</style>
border-color css
<style>
span { border-color: #262187; }
span { border-color: rgb(38,33,135); }
td.TdClassName
{
border-color: #262187;
}
.TagClassName
{
border-color: #262187;
}
</style>