Shades of Midnight Blue #26256C
Tints of Midnight Blue #26256C
RGB
CMYK
RGB Variations
Color information
#26256C (or 0x26256C) is known color: Midnight Blue. HEX triplet: 26, 25 and 6C. RGB value is (38,37,108). Sum of RGB (Red+Green+Blue) = 38+37+108=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #26256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26256C is #D9DA93. Grayscale: #2D2D2D. Windows color (decimal): -14277268 or 7087398. OLE color: 7087398.
HSL color Cylindrical-coordinate representation of color #26256C: hue angle of 240.85º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26256C is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 37 | 108 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.58 |
| HSL | 240.85º | 0.49% | 0.28% | - |
| HSV(B) | 240.85º | 0.66% | 0.42% | - |
| XYZ | 4.17 | 2.82 | 14.51 | - |
| YUV | 45.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 108 | 0.65 | 0.66 | 0 | 0.58 | 240.85 | 0.49 | 0.28 |
| Hex | 26 | 25 | 6C | 41 | 42 | 0 | 3A | F1 | 31 | 1C |
| Octal | 46 | 45 | 154 | 101 | 102 | 0 | 72 | 361 | 61 | 34 |
| Binary | 100110 | 100101 | 1101100 | 1000001 | 1000010 | 0 | 111010 | 11110001 | 110001 | 11100 |
Color Harmonies of #26256C
Complementary color
Monochromatic Colors of #26256C
Black with #26256C
Text Example
Text Example
White with #26256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26256C; }
p { color: rgb(38,37,108); }
H1.HeaderClassName
{
color: #26256C;
}
.AnyTagClassName
{
color: #26256C;
}
</style>
background-color css
<style>
a { background-color: #26256C; }
a { background-color: rgb(38,37,108); }
div.DivClassName
{
background-color: #26256C;
}
.BgClassName
{
background-color: #26256C;
}
</style>
border-color css
<style>
span { border-color: #26256C; }
span { border-color: rgb(38,37,108); }
td.TdClassName
{
border-color: #26256C;
}
.TagClassName
{
border-color: #26256C;
}
</style>