Shades of Midnight Blue #26257F
Tints of Midnight Blue #26257F
RGB
CMYK
RGB Variations
Color information
#26257F (or 0x26257F) is known color: Midnight Blue. HEX triplet: 26, 25 and 7F. RGB value is (38,37,127). Sum of RGB (Red+Green+Blue) = 38+37+127=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #26257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26257F is #D9DA80. Grayscale: #2F2F2F. Windows color (decimal): -14277249 or 8332582. OLE color: 8332582.
HSL color Cylindrical-coordinate representation of color #26257F: hue angle of 240.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26257F is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 37 | 127 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.50 |
| HSL | 240.67º | 0.55% | 0.32% | - |
| HSV(B) | 240.67º | 0.71% | 0.5% | - |
| XYZ | 5.29 | 3.27 | 20.43 | - |
| YUV | 47.56 | 172.83 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 127 | 0.70 | 0.71 | 0 | 0.50 | 240.67 | 0.55 | 0.32 |
| Hex | 26 | 25 | 7F | 46 | 47 | 0 | 32 | F1 | 37 | 20 |
| Octal | 46 | 45 | 177 | 106 | 107 | 0 | 62 | 361 | 67 | 40 |
| Binary | 100110 | 100101 | 1111111 | 1000110 | 1000111 | 0 | 110010 | 11110001 | 110111 | 100000 |
Color Harmonies of #26257F
Complementary color
Monochromatic Colors of #26257F
Black with #26257F
Text Example
Text Example
White with #26257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26257F; }
p { color: rgb(38,37,127); }
H1.HeaderClassName
{
color: #26257F;
}
.AnyTagClassName
{
color: #26257F;
}
</style>
background-color css
<style>
a { background-color: #26257F; }
a { background-color: rgb(38,37,127); }
div.DivClassName
{
background-color: #26257F;
}
.BgClassName
{
background-color: #26257F;
}
</style>
border-color css
<style>
span { border-color: #26257F; }
span { border-color: rgb(38,37,127); }
td.TdClassName
{
border-color: #26257F;
}
.TagClassName
{
border-color: #26257F;
}
</style>