Shades of Midnight Blue #262085
Tints of Midnight Blue #262085
RGB
CMYK
RGB Variations
Color information
#262085 (or 0x262085) is known color: Midnight Blue. HEX triplet: 26, 20 and 85. RGB value is (38,32,133). Sum of RGB (Red+Green+Blue) = 38+32+133=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #262085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262085 is #D9DF7A. Grayscale: #2C2C2C. Windows color (decimal): -14278523 or 8724518. OLE color: 8724518.
HSL color Cylindrical-coordinate representation of color #262085: hue angle of 243.56º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262085 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 32 | 133 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.48 |
| HSL | 243.56º | 0.61% | 0.32% | - |
| HSV(B) | 243.56º | 0.76% | 0.52% | - |
| XYZ | 5.55 | 3.14 | 22.5 | - |
| YUV | 45.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 133 | 0.71 | 0.76 | 0 | 0.48 | 243.56 | 0.61 | 0.32 |
| Hex | 26 | 20 | 85 | 47 | 4C | 0 | 30 | F4 | 3D | 20 |
| Octal | 46 | 40 | 205 | 107 | 114 | 0 | 60 | 364 | 75 | 40 |
| Binary | 100110 | 100000 | 10000101 | 1000111 | 1001100 | 0 | 110000 | 11110100 | 111101 | 100000 |
Color Harmonies of #262085
Complementary color
Monochromatic Colors of #262085
Black with #262085
Text Example
Text Example
White with #262085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262085; }
p { color: rgb(38,32,133); }
H1.HeaderClassName
{
color: #262085;
}
.AnyTagClassName
{
color: #262085;
}
</style>
background-color css
<style>
a { background-color: #262085; }
a { background-color: rgb(38,32,133); }
div.DivClassName
{
background-color: #262085;
}
.BgClassName
{
background-color: #262085;
}
</style>
border-color css
<style>
span { border-color: #262085; }
span { border-color: rgb(38,32,133); }
td.TdClassName
{
border-color: #262085;
}
.TagClassName
{
border-color: #262085;
}
</style>