Shades of Midnight Blue #25248A
Tints of Midnight Blue #25248A
RGB
CMYK
RGB Variations
Color information
#25248A (or 0x25248A) is known color: Midnight Blue. HEX triplet: 25, 24 and 8A. RGB value is (37,36,138). Sum of RGB (Red+Green+Blue) = 37+36+138=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #25248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25248A is #DADB75. Grayscale: #2F2F2F. Windows color (decimal): -14343030 or 9053221. OLE color: 9053221.
HSL color Cylindrical-coordinate representation of color #25248A: hue angle of 240.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25248A is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 36 | 138 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.46 |
| HSL | 240.59º | 0.59% | 0.34% | - |
| HSV(B) | 240.59º | 0.74% | 0.54% | - |
| XYZ | 5.98 | 3.49 | 24.4 | - |
| YUV | 47.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 138 | 0.73 | 0.74 | 0 | 0.46 | 240.59 | 0.59 | 0.34 |
| Hex | 25 | 24 | 8A | 49 | 4A | 0 | 2E | F1 | 3B | 22 |
| Octal | 45 | 44 | 212 | 111 | 112 | 0 | 56 | 361 | 73 | 42 |
| Binary | 100101 | 100100 | 10001010 | 1001001 | 1001010 | 0 | 101110 | 11110001 | 111011 | 100010 |
Color Harmonies of #25248A
Complementary color
Monochromatic Colors of #25248A
Black with #25248A
Text Example
Text Example
White with #25248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25248A; }
p { color: rgb(37,36,138); }
H1.HeaderClassName
{
color: #25248A;
}
.AnyTagClassName
{
color: #25248A;
}
</style>
background-color css
<style>
a { background-color: #25248A; }
a { background-color: rgb(37,36,138); }
div.DivClassName
{
background-color: #25248A;
}
.BgClassName
{
background-color: #25248A;
}
</style>
border-color css
<style>
span { border-color: #25248A; }
span { border-color: rgb(37,36,138); }
td.TdClassName
{
border-color: #25248A;
}
.TagClassName
{
border-color: #25248A;
}
</style>