Shades of Midnight Blue #25287B
Tints of Midnight Blue #25287B
RGB
CMYK
RGB Variations
Color information
#25287B (or 0x25287B) is known color: Midnight Blue. HEX triplet: 25, 28 and 7B. RGB value is (37,40,123). Sum of RGB (Red+Green+Blue) = 37+40+123=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #25287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25287B is #DAD784. Grayscale: #303030. Windows color (decimal): -14342021 or 8071205. OLE color: 8071205.
HSL color Cylindrical-coordinate representation of color #25287B: hue angle of 237.91º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25287B is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 40 | 123 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.52 |
| HSL | 237.91º | 0.54% | 0.31% | - |
| HSV(B) | 237.91º | 0.7% | 0.48% | - |
| XYZ | 5.1 | 3.34 | 19.12 | - |
| YUV | 48.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 123 | 0.70 | 0.67 | 0 | 0.52 | 237.91 | 0.54 | 0.31 |
| Hex | 25 | 28 | 7B | 46 | 43 | 0 | 34 | EE | 36 | 1F |
| Octal | 45 | 50 | 173 | 106 | 103 | 0 | 64 | 356 | 66 | 37 |
| Binary | 100101 | 101000 | 1111011 | 1000110 | 1000011 | 0 | 110100 | 11101110 | 110110 | 11111 |
Color Harmonies of #25287B
Complementary color
Monochromatic Colors of #25287B
Black with #25287B
Text Example
Text Example
White with #25287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25287B; }
p { color: rgb(37,40,123); }
H1.HeaderClassName
{
color: #25287B;
}
.AnyTagClassName
{
color: #25287B;
}
</style>
background-color css
<style>
a { background-color: #25287B; }
a { background-color: rgb(37,40,123); }
div.DivClassName
{
background-color: #25287B;
}
.BgClassName
{
background-color: #25287B;
}
</style>
border-color css
<style>
span { border-color: #25287B; }
span { border-color: rgb(37,40,123); }
td.TdClassName
{
border-color: #25287B;
}
.TagClassName
{
border-color: #25287B;
}
</style>