Shades of Midnight Blue #252A7B
Tints of Midnight Blue #252A7B
RGB
CMYK
RGB Variations
Color information
#252A7B (or 0x252A7B) is known color: Midnight Blue. HEX triplet: 25, 2A and 7B. RGB value is (37,42,123). Sum of RGB (Red+Green+Blue) = 37+42+123=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #252A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A7B is #DAD584. Grayscale: #313131. Windows color (decimal): -14341509 or 8071717. OLE color: 8071717.
HSL color Cylindrical-coordinate representation of color #252A7B: hue angle of 236.51º 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 #252A7B is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 42 | 123 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.52 |
| HSL | 236.51º | 0.54% | 0.31% | - |
| HSV(B) | 236.51º | 0.7% | 0.48% | - |
| XYZ | 5.17 | 3.48 | 19.14 | - |
| YUV | 49.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 123 | 0.70 | 0.66 | 0 | 0.52 | 236.51 | 0.54 | 0.31 |
| Hex | 25 | 2A | 7B | 46 | 42 | 0 | 34 | ED | 36 | 1F |
| Octal | 45 | 52 | 173 | 106 | 102 | 0 | 64 | 355 | 66 | 37 |
| Binary | 100101 | 101010 | 1111011 | 1000110 | 1000010 | 0 | 110100 | 11101101 | 110110 | 11111 |
Color Harmonies of #252A7B
Complementary color
Monochromatic Colors of #252A7B
Black with #252A7B
Text Example
Text Example
White with #252A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A7B; }
p { color: rgb(37,42,123); }
H1.HeaderClassName
{
color: #252A7B;
}
.AnyTagClassName
{
color: #252A7B;
}
</style>
background-color css
<style>
a { background-color: #252A7B; }
a { background-color: rgb(37,42,123); }
div.DivClassName
{
background-color: #252A7B;
}
.BgClassName
{
background-color: #252A7B;
}
</style>
border-color css
<style>
span { border-color: #252A7B; }
span { border-color: rgb(37,42,123); }
td.TdClassName
{
border-color: #252A7B;
}
.TagClassName
{
border-color: #252A7B;
}
</style>