Shades of Midnight Blue #25287F
Tints of Midnight Blue #25287F
RGB
CMYK
RGB Variations
Color information
#25287F (or 0x25287F) is known color: Midnight Blue. HEX triplet: 25, 28 and 7F. RGB value is (37,40,127). Sum of RGB (Red+Green+Blue) = 37+40+127=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #25287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25287F is #DAD780. Grayscale: #303030. Windows color (decimal): -14342017 or 8333349. OLE color: 8333349.
HSL color Cylindrical-coordinate representation of color #25287F: hue angle of 238º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25287F is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 40 | 127 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.50 |
| HSL | 238º | 0.55% | 0.32% | - |
| HSV(B) | 238º | 0.71% | 0.5% | - |
| XYZ | 5.35 | 3.44 | 20.46 | - |
| YUV | 49.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 127 | 0.71 | 0.69 | 0 | 0.50 | 238 | 0.55 | 0.32 |
| Hex | 25 | 28 | 7F | 47 | 45 | 0 | 32 | EE | 37 | 20 |
| Octal | 45 | 50 | 177 | 107 | 105 | 0 | 62 | 356 | 67 | 40 |
| Binary | 100101 | 101000 | 1111111 | 1000111 | 1000101 | 0 | 110010 | 11101110 | 110111 | 100000 |
Color Harmonies of #25287F
Complementary color
Monochromatic Colors of #25287F
Black with #25287F
Text Example
Text Example
White with #25287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25287F; }
p { color: rgb(37,40,127); }
H1.HeaderClassName
{
color: #25287F;
}
.AnyTagClassName
{
color: #25287F;
}
</style>
background-color css
<style>
a { background-color: #25287F; }
a { background-color: rgb(37,40,127); }
div.DivClassName
{
background-color: #25287F;
}
.BgClassName
{
background-color: #25287F;
}
</style>
border-color css
<style>
span { border-color: #25287F; }
span { border-color: rgb(37,40,127); }
td.TdClassName
{
border-color: #25287F;
}
.TagClassName
{
border-color: #25287F;
}
</style>