Shades of Midnight Blue #26247F
Tints of Midnight Blue #26247F
RGB
CMYK
RGB Variations
Color information
#26247F (or 0x26247F) is known color: Midnight Blue. HEX triplet: 26, 24 and 7F. RGB value is (38,36,127). Sum of RGB (Red+Green+Blue) = 38+36+127=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #26247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26247F is #D9DB80. Grayscale: #2E2E2E. Windows color (decimal): -14277505 or 8332326. OLE color: 8332326.
HSL color Cylindrical-coordinate representation of color #26247F: hue angle of 241.32º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26247F is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 36 | 127 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.50 |
| HSL | 241.32º | 0.56% | 0.32% | - |
| HSV(B) | 241.32º | 0.72% | 0.5% | - |
| XYZ | 5.26 | 3.21 | 20.42 | - |
| YUV | 46.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 127 | 0.70 | 0.72 | 0 | 0.50 | 241.32 | 0.56 | 0.32 |
| Hex | 26 | 24 | 7F | 46 | 48 | 0 | 32 | F1 | 38 | 20 |
| Octal | 46 | 44 | 177 | 106 | 110 | 0 | 62 | 361 | 70 | 40 |
| Binary | 100110 | 100100 | 1111111 | 1000110 | 1001000 | 0 | 110010 | 11110001 | 111000 | 100000 |
Color Harmonies of #26247F
Complementary color
Monochromatic Colors of #26247F
Black with #26247F
Text Example
Text Example
White with #26247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26247F; }
p { color: rgb(38,36,127); }
H1.HeaderClassName
{
color: #26247F;
}
.AnyTagClassName
{
color: #26247F;
}
</style>
background-color css
<style>
a { background-color: #26247F; }
a { background-color: rgb(38,36,127); }
div.DivClassName
{
background-color: #26247F;
}
.BgClassName
{
background-color: #26247F;
}
</style>
border-color css
<style>
span { border-color: #26247F; }
span { border-color: rgb(38,36,127); }
td.TdClassName
{
border-color: #26247F;
}
.TagClassName
{
border-color: #26247F;
}
</style>