Shades of Midnight Blue #26256B
Tints of Midnight Blue #26256B
RGB
CMYK
RGB Variations
Color information
#26256B (or 0x26256B) is known color: Midnight Blue. HEX triplet: 26, 25 and 6B. RGB value is (38,37,107). Sum of RGB (Red+Green+Blue) = 38+37+107=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #26256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26256B is #D9DA94. Grayscale: #2D2D2D. Windows color (decimal): -14277269 or 7021862. OLE color: 7021862.
HSL color Cylindrical-coordinate representation of color #26256B: hue angle of 240.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26256B is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 37 | 107 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.58 |
| HSL | 240.86º | 0.49% | 0.28% | - |
| HSV(B) | 240.86º | 0.65% | 0.42% | - |
| XYZ | 4.11 | 2.8 | 14.23 | - |
| YUV | 45.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 107 | 0.64 | 0.65 | 0 | 0.58 | 240.86 | 0.49 | 0.28 |
| Hex | 26 | 25 | 6B | 40 | 41 | 0 | 3A | F1 | 31 | 1C |
| Octal | 46 | 45 | 153 | 100 | 101 | 0 | 72 | 361 | 61 | 34 |
| Binary | 100110 | 100101 | 1101011 | 1000000 | 1000001 | 0 | 111010 | 11110001 | 110001 | 11100 |
Color Harmonies of #26256B
Complementary color
Monochromatic Colors of #26256B
Black with #26256B
Text Example
Text Example
White with #26256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26256B; }
p { color: rgb(38,37,107); }
H1.HeaderClassName
{
color: #26256B;
}
.AnyTagClassName
{
color: #26256B;
}
</style>
background-color css
<style>
a { background-color: #26256B; }
a { background-color: rgb(38,37,107); }
div.DivClassName
{
background-color: #26256B;
}
.BgClassName
{
background-color: #26256B;
}
</style>
border-color css
<style>
span { border-color: #26256B; }
span { border-color: rgb(38,37,107); }
td.TdClassName
{
border-color: #26256B;
}
.TagClassName
{
border-color: #26256B;
}
</style>