Shades of Midnight Blue #252468
Tints of Midnight Blue #252468
RGB
CMYK
RGB Variations
Color information
#252468 (or 0x252468) is known color: Midnight Blue. HEX triplet: 25, 24 and 68. RGB value is (37,36,104). Sum of RGB (Red+Green+Blue) = 37+36+104=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #252468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252468 is #DADB97. Grayscale: #2B2B2B. Windows color (decimal): -14343064 or 6824997. OLE color: 6824997.
HSL color Cylindrical-coordinate representation of color #252468: hue angle of 240.88º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252468 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 36 | 104 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.59 |
| HSL | 240.88º | 0.49% | 0.27% | - |
| HSV(B) | 240.88º | 0.65% | 0.41% | - |
| XYZ | 3.89 | 2.65 | 13.4 | - |
| YUV | 44.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 104 | 0.64 | 0.65 | 0 | 0.59 | 240.88 | 0.49 | 0.27 |
| Hex | 25 | 24 | 68 | 40 | 41 | 0 | 3B | F1 | 31 | 1B |
| Octal | 45 | 44 | 150 | 100 | 101 | 0 | 73 | 361 | 61 | 33 |
| Binary | 100101 | 100100 | 1101000 | 1000000 | 1000001 | 0 | 111011 | 11110001 | 110001 | 11011 |
Color Harmonies of #252468
Complementary color
Monochromatic Colors of #252468
Black with #252468
Text Example
Text Example
White with #252468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252468; }
p { color: rgb(37,36,104); }
H1.HeaderClassName
{
color: #252468;
}
.AnyTagClassName
{
color: #252468;
}
</style>
background-color css
<style>
a { background-color: #252468; }
a { background-color: rgb(37,36,104); }
div.DivClassName
{
background-color: #252468;
}
.BgClassName
{
background-color: #252468;
}
</style>
border-color css
<style>
span { border-color: #252468; }
span { border-color: rgb(37,36,104); }
td.TdClassName
{
border-color: #252468;
}
.TagClassName
{
border-color: #252468;
}
</style>