Shades of Midnight Blue #25238B
Tints of Midnight Blue #25238B
RGB
CMYK
RGB Variations
Color information
#25238B (or 0x25238B) is known color: Midnight Blue. HEX triplet: 25, 23 and 8B. RGB value is (37,35,139). Sum of RGB (Red+Green+Blue) = 37+35+139=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #25238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25238B is #DADC74. Grayscale: #2F2F2F. Windows color (decimal): -14343285 or 9118501. OLE color: 9118501.
HSL color Cylindrical-coordinate representation of color #25238B: hue angle of 241.15º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25238B is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 35 | 139 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.45 |
| HSL | 241.15º | 0.6% | 0.34% | - |
| HSV(B) | 241.15º | 0.75% | 0.55% | - |
| XYZ | 6.02 | 3.46 | 24.78 | - |
| YUV | 47.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 139 | 0.73 | 0.75 | 0 | 0.45 | 241.15 | 0.6 | 0.34 |
| Hex | 25 | 23 | 8B | 49 | 4B | 0 | 2D | F1 | 3C | 22 |
| Octal | 45 | 43 | 213 | 111 | 113 | 0 | 55 | 361 | 74 | 42 |
| Binary | 100101 | 100011 | 10001011 | 1001001 | 1001011 | 0 | 101101 | 11110001 | 111100 | 100010 |
Color Harmonies of #25238B
Complementary color
Monochromatic Colors of #25238B
Black with #25238B
Text Example
Text Example
White with #25238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25238B; }
p { color: rgb(37,35,139); }
H1.HeaderClassName
{
color: #25238B;
}
.AnyTagClassName
{
color: #25238B;
}
</style>
background-color css
<style>
a { background-color: #25238B; }
a { background-color: rgb(37,35,139); }
div.DivClassName
{
background-color: #25238B;
}
.BgClassName
{
background-color: #25238B;
}
</style>
border-color css
<style>
span { border-color: #25238B; }
span { border-color: rgb(37,35,139); }
td.TdClassName
{
border-color: #25238B;
}
.TagClassName
{
border-color: #25238B;
}
</style>