Shades of Midnight Blue #26256F
Tints of Midnight Blue #26256F
RGB
CMYK
RGB Variations
Color information
#26256F (or 0x26256F) is known color: Midnight Blue. HEX triplet: 26, 25 and 6F. RGB value is (38,37,111). Sum of RGB (Red+Green+Blue) = 38+37+111=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #26256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26256F is #D9DA90. Grayscale: #2D2D2D. Windows color (decimal): -14277265 or 7284006. OLE color: 7284006.
HSL color Cylindrical-coordinate representation of color #26256F: hue angle of 240.81º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26256F is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 37 | 111 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.56 |
| HSL | 240.81º | 0.5% | 0.29% | - |
| HSV(B) | 240.81º | 0.67% | 0.44% | - |
| XYZ | 4.33 | 2.88 | 15.37 | - |
| YUV | 45.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 111 | 0.66 | 0.67 | 0 | 0.56 | 240.81 | 0.5 | 0.29 |
| Hex | 26 | 25 | 6F | 42 | 43 | 0 | 38 | F1 | 32 | 1D |
| Octal | 46 | 45 | 157 | 102 | 103 | 0 | 70 | 361 | 62 | 35 |
| Binary | 100110 | 100101 | 1101111 | 1000010 | 1000011 | 0 | 111000 | 11110001 | 110010 | 11101 |
Color Harmonies of #26256F
Complementary color
Monochromatic Colors of #26256F
Black with #26256F
Text Example
Text Example
White with #26256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26256F; }
p { color: rgb(38,37,111); }
H1.HeaderClassName
{
color: #26256F;
}
.AnyTagClassName
{
color: #26256F;
}
</style>
background-color css
<style>
a { background-color: #26256F; }
a { background-color: rgb(38,37,111); }
div.DivClassName
{
background-color: #26256F;
}
.BgClassName
{
background-color: #26256F;
}
</style>
border-color css
<style>
span { border-color: #26256F; }
span { border-color: rgb(38,37,111); }
td.TdClassName
{
border-color: #26256F;
}
.TagClassName
{
border-color: #26256F;
}
</style>