Shades of Midnight Blue #25247C
Tints of Midnight Blue #25247C
RGB
CMYK
RGB Variations
Color information
#25247C (or 0x25247C) is known color: Midnight Blue. HEX triplet: 25, 24 and 7C. RGB value is (37,36,124). Sum of RGB (Red+Green+Blue) = 37+36+124=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #25247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25247C is #DADB83. Grayscale: #2D2D2D. Windows color (decimal): -14343044 or 8135717. OLE color: 8135717.
HSL color Cylindrical-coordinate representation of color #25247C: hue angle of 240.68º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25247C is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 36 | 124 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.51 |
| HSL | 240.68º | 0.55% | 0.31% | - |
| HSV(B) | 240.68º | 0.71% | 0.49% | - |
| XYZ | 5.03 | 3.11 | 19.4 | - |
| YUV | 46.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 124 | 0.70 | 0.71 | 0 | 0.51 | 240.68 | 0.55 | 0.31 |
| Hex | 25 | 24 | 7C | 46 | 47 | 0 | 33 | F1 | 37 | 1F |
| Octal | 45 | 44 | 174 | 106 | 107 | 0 | 63 | 361 | 67 | 37 |
| Binary | 100101 | 100100 | 1111100 | 1000110 | 1000111 | 0 | 110011 | 11110001 | 110111 | 11111 |
Color Harmonies of #25247C
Complementary color
Monochromatic Colors of #25247C
Black with #25247C
Text Example
Text Example
White with #25247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25247C; }
p { color: rgb(37,36,124); }
H1.HeaderClassName
{
color: #25247C;
}
.AnyTagClassName
{
color: #25247C;
}
</style>
background-color css
<style>
a { background-color: #25247C; }
a { background-color: rgb(37,36,124); }
div.DivClassName
{
background-color: #25247C;
}
.BgClassName
{
background-color: #25247C;
}
</style>
border-color css
<style>
span { border-color: #25247C; }
span { border-color: rgb(37,36,124); }
td.TdClassName
{
border-color: #25247C;
}
.TagClassName
{
border-color: #25247C;
}
</style>