Shades of Midnight Blue #252182
Tints of Midnight Blue #252182
RGB
CMYK
RGB Variations
Color information
#252182 (or 0x252182) is known color: Midnight Blue. HEX triplet: 25, 21 and 82. RGB value is (37,33,130). Sum of RGB (Red+Green+Blue) = 37+33+130=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #252182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252182 is #DADE7D. Grayscale: #2C2C2C. Windows color (decimal): -14343806 or 8528165. OLE color: 8528165.
HSL color Cylindrical-coordinate representation of color #252182: hue angle of 242.47º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252182 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 33 | 130 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.49 |
| HSL | 242.47º | 0.6% | 0.32% | - |
| HSV(B) | 242.47º | 0.75% | 0.51% | - |
| XYZ | 5.34 | 3.09 | 21.43 | - |
| YUV | 45.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 130 | 0.72 | 0.75 | 0 | 0.49 | 242.47 | 0.6 | 0.32 |
| Hex | 25 | 21 | 82 | 48 | 4B | 0 | 31 | F2 | 3C | 20 |
| Octal | 45 | 41 | 202 | 110 | 113 | 0 | 61 | 362 | 74 | 40 |
| Binary | 100101 | 100001 | 10000010 | 1001000 | 1001011 | 0 | 110001 | 11110010 | 111100 | 100000 |
Color Harmonies of #252182
Complementary color
Monochromatic Colors of #252182
Black with #252182
Text Example
Text Example
White with #252182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252182; }
p { color: rgb(37,33,130); }
H1.HeaderClassName
{
color: #252182;
}
.AnyTagClassName
{
color: #252182;
}
</style>
background-color css
<style>
a { background-color: #252182; }
a { background-color: rgb(37,33,130); }
div.DivClassName
{
background-color: #252182;
}
.BgClassName
{
background-color: #252182;
}
</style>
border-color css
<style>
span { border-color: #252182; }
span { border-color: rgb(37,33,130); }
td.TdClassName
{
border-color: #252182;
}
.TagClassName
{
border-color: #252182;
}
</style>