Shades of Midnight Blue #252670
Tints of Midnight Blue #252670
RGB
CMYK
RGB Variations
Color information
#252670 (or 0x252670) is known color: Midnight Blue. HEX triplet: 25, 26 and 70. RGB value is (37,38,112). Sum of RGB (Red+Green+Blue) = 37+38+112=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #252670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252670 is #DAD98F. Grayscale: #2D2D2D. Windows color (decimal): -14342544 or 7349797. OLE color: 7349797.
HSL color Cylindrical-coordinate representation of color #252670: hue angle of 239.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252670 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 38 | 112 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.56 |
| HSL | 239.2º | 0.5% | 0.29% | - |
| HSV(B) | 239.2º | 0.67% | 0.44% | - |
| XYZ | 4.38 | 2.95 | 15.67 | - |
| YUV | 46.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 112 | 0.67 | 0.66 | 0 | 0.56 | 239.2 | 0.5 | 0.29 |
| Hex | 25 | 26 | 70 | 43 | 42 | 0 | 38 | EF | 32 | 1D |
| Octal | 45 | 46 | 160 | 103 | 102 | 0 | 70 | 357 | 62 | 35 |
| Binary | 100101 | 100110 | 1110000 | 1000011 | 1000010 | 0 | 111000 | 11101111 | 110010 | 11101 |
Color Harmonies of #252670
Complementary color
Monochromatic Colors of #252670
Black with #252670
Text Example
Text Example
White with #252670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252670; }
p { color: rgb(37,38,112); }
H1.HeaderClassName
{
color: #252670;
}
.AnyTagClassName
{
color: #252670;
}
</style>
background-color css
<style>
a { background-color: #252670; }
a { background-color: rgb(37,38,112); }
div.DivClassName
{
background-color: #252670;
}
.BgClassName
{
background-color: #252670;
}
</style>
border-color css
<style>
span { border-color: #252670; }
span { border-color: rgb(37,38,112); }
td.TdClassName
{
border-color: #252670;
}
.TagClassName
{
border-color: #252670;
}
</style>