Shades of Midnight Blue #25217B
Tints of Midnight Blue #25217B
RGB
CMYK
RGB Variations
Color information
#25217B (or 0x25217B) is known color: Midnight Blue. HEX triplet: 25, 21 and 7B. RGB value is (37,33,123). Sum of RGB (Red+Green+Blue) = 37+33+123=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #25217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25217B is #DADE84. Grayscale: #2C2C2C. Windows color (decimal): -14343813 or 8069413. OLE color: 8069413.
HSL color Cylindrical-coordinate representation of color #25217B: hue angle of 242.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25217B is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 33 | 123 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.52 |
| HSL | 242.67º | 0.58% | 0.31% | - |
| HSV(B) | 242.67º | 0.73% | 0.48% | - |
| XYZ | 4.88 | 2.91 | 19.04 | - |
| YUV | 44.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 123 | 0.70 | 0.73 | 0 | 0.52 | 242.67 | 0.58 | 0.31 |
| Hex | 25 | 21 | 7B | 46 | 49 | 0 | 34 | F3 | 3A | 1F |
| Octal | 45 | 41 | 173 | 106 | 111 | 0 | 64 | 363 | 72 | 37 |
| Binary | 100101 | 100001 | 1111011 | 1000110 | 1001001 | 0 | 110100 | 11110011 | 111010 | 11111 |
Color Harmonies of #25217B
Complementary color
Monochromatic Colors of #25217B
Black with #25217B
Text Example
Text Example
White with #25217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25217B; }
p { color: rgb(37,33,123); }
H1.HeaderClassName
{
color: #25217B;
}
.AnyTagClassName
{
color: #25217B;
}
</style>
background-color css
<style>
a { background-color: #25217B; }
a { background-color: rgb(37,33,123); }
div.DivClassName
{
background-color: #25217B;
}
.BgClassName
{
background-color: #25217B;
}
</style>
border-color css
<style>
span { border-color: #25217B; }
span { border-color: rgb(37,33,123); }
td.TdClassName
{
border-color: #25217B;
}
.TagClassName
{
border-color: #25217B;
}
</style>