Shades of Midnight Blue #25216A
Tints of Midnight Blue #25216A
RGB
CMYK
RGB Variations
Color information
#25216A (or 0x25216A) is known color: Midnight Blue. HEX triplet: 25, 21 and 6A. RGB value is (37,33,106). Sum of RGB (Red+Green+Blue) = 37+33+106=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #25216A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25216A is #DADE95. Grayscale: #2A2A2A. Windows color (decimal): -14343830 or 6955301. OLE color: 6955301.
HSL color Cylindrical-coordinate representation of color #25216A: hue angle of 243.29º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25216A is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 33 | 106 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.58 |
| HSL | 243.29º | 0.53% | 0.27% | - |
| HSV(B) | 243.29º | 0.69% | 0.42% | - |
| XYZ | 3.91 | 2.52 | 13.92 | - |
| YUV | 42.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 106 | 0.65 | 0.69 | 0 | 0.58 | 243.29 | 0.53 | 0.27 |
| Hex | 25 | 21 | 6A | 41 | 45 | 0 | 3A | F3 | 35 | 1B |
| Octal | 45 | 41 | 152 | 101 | 105 | 0 | 72 | 363 | 65 | 33 |
| Binary | 100101 | 100001 | 1101010 | 1000001 | 1000101 | 0 | 111010 | 11110011 | 110101 | 11011 |
Color Harmonies of #25216A
Complementary color
Monochromatic Colors of #25216A
Black with #25216A
Text Example
Text Example
White with #25216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25216A; }
p { color: rgb(37,33,106); }
H1.HeaderClassName
{
color: #25216A;
}
.AnyTagClassName
{
color: #25216A;
}
</style>
background-color css
<style>
a { background-color: #25216A; }
a { background-color: rgb(37,33,106); }
div.DivClassName
{
background-color: #25216A;
}
.BgClassName
{
background-color: #25216A;
}
</style>
border-color css
<style>
span { border-color: #25216A; }
span { border-color: rgb(37,33,106); }
td.TdClassName
{
border-color: #25216A;
}
.TagClassName
{
border-color: #25216A;
}
</style>