Shades of Midnight Blue #262175
Tints of Midnight Blue #262175
RGB
CMYK
RGB Variations
Color information
#262175 (or 0x262175) is known color: Midnight Blue. HEX triplet: 26, 21 and 75. RGB value is (38,33,117). Sum of RGB (Red+Green+Blue) = 38+33+117=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #262175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262175 is #D9DE8A. Grayscale: #2B2B2B. Windows color (decimal): -14278283 or 7676198. OLE color: 7676198.
HSL color Cylindrical-coordinate representation of color #262175: hue angle of 243.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #262175 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 33 | 117 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.54 |
| HSL | 243.57º | 0.56% | 0.29% | - |
| HSV(B) | 243.57º | 0.72% | 0.46% | - |
| XYZ | 4.55 | 2.78 | 17.13 | - |
| YUV | 44.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 117 | 0.68 | 0.72 | 0 | 0.54 | 243.57 | 0.56 | 0.29 |
| Hex | 26 | 21 | 75 | 44 | 48 | 0 | 36 | F4 | 38 | 1D |
| Octal | 46 | 41 | 165 | 104 | 110 | 0 | 66 | 364 | 70 | 35 |
| Binary | 100110 | 100001 | 1110101 | 1000100 | 1001000 | 0 | 110110 | 11110100 | 111000 | 11101 |
Color Harmonies of #262175
Complementary color
Monochromatic Colors of #262175
Black with #262175
Text Example
Text Example
White with #262175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262175; }
p { color: rgb(38,33,117); }
H1.HeaderClassName
{
color: #262175;
}
.AnyTagClassName
{
color: #262175;
}
</style>
background-color css
<style>
a { background-color: #262175; }
a { background-color: rgb(38,33,117); }
div.DivClassName
{
background-color: #262175;
}
.BgClassName
{
background-color: #262175;
}
</style>
border-color css
<style>
span { border-color: #262175; }
span { border-color: rgb(38,33,117); }
td.TdClassName
{
border-color: #262175;
}
.TagClassName
{
border-color: #262175;
}
</style>