Shades of Midnight Blue #26257E
Tints of Midnight Blue #26257E
RGB
CMYK
RGB Variations
Color information
#26257E (or 0x26257E) is known color: Midnight Blue. HEX triplet: 26, 25 and 7E. RGB value is (38,37,126). Sum of RGB (Red+Green+Blue) = 38+37+126=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #26257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26257E is #D9DA81. Grayscale: #2F2F2F. Windows color (decimal): -14277250 or 8267046. OLE color: 8267046.
HSL color Cylindrical-coordinate representation of color #26257E: hue angle of 240.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26257E is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 37 | 126 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.51 |
| HSL | 240.67º | 0.55% | 0.32% | - |
| HSV(B) | 240.67º | 0.71% | 0.49% | - |
| XYZ | 5.23 | 3.24 | 20.09 | - |
| YUV | 47.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 126 | 0.70 | 0.71 | 0 | 0.51 | 240.67 | 0.55 | 0.32 |
| Hex | 26 | 25 | 7E | 46 | 47 | 0 | 33 | F1 | 37 | 20 |
| Octal | 46 | 45 | 176 | 106 | 107 | 0 | 63 | 361 | 67 | 40 |
| Binary | 100110 | 100101 | 1111110 | 1000110 | 1000111 | 0 | 110011 | 11110001 | 110111 | 100000 |
Color Harmonies of #26257E
Complementary color
Monochromatic Colors of #26257E
Black with #26257E
Text Example
Text Example
White with #26257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26257E; }
p { color: rgb(38,37,126); }
H1.HeaderClassName
{
color: #26257E;
}
.AnyTagClassName
{
color: #26257E;
}
</style>
background-color css
<style>
a { background-color: #26257E; }
a { background-color: rgb(38,37,126); }
div.DivClassName
{
background-color: #26257E;
}
.BgClassName
{
background-color: #26257E;
}
</style>
border-color css
<style>
span { border-color: #26257E; }
span { border-color: rgb(38,37,126); }
td.TdClassName
{
border-color: #26257E;
}
.TagClassName
{
border-color: #26257E;
}
</style>