Shades of Midnight Blue #252068
Tints of Midnight Blue #252068
RGB
CMYK
RGB Variations
Color information
#252068 (or 0x252068) is known color: Midnight Blue. HEX triplet: 25, 20 and 68. RGB value is (37,32,104). Sum of RGB (Red+Green+Blue) = 37+32+104=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #252068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252068 is #DADF97. Grayscale: #292929. Windows color (decimal): -14344088 or 6823973. OLE color: 6823973.
HSL color Cylindrical-coordinate representation of color #252068: hue angle of 244.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252068 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 32 | 104 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.59 |
| HSL | 244.17º | 0.53% | 0.27% | - |
| HSV(B) | 244.17º | 0.69% | 0.41% | - |
| XYZ | 3.78 | 2.43 | 13.37 | - |
| YUV | 41.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 104 | 0.64 | 0.69 | 0 | 0.59 | 244.17 | 0.53 | 0.27 |
| Hex | 25 | 20 | 68 | 40 | 45 | 0 | 3B | F4 | 35 | 1B |
| Octal | 45 | 40 | 150 | 100 | 105 | 0 | 73 | 364 | 65 | 33 |
| Binary | 100101 | 100000 | 1101000 | 1000000 | 1000101 | 0 | 111011 | 11110100 | 110101 | 11011 |
Color Harmonies of #252068
Complementary color
Monochromatic Colors of #252068
Black with #252068
Text Example
Text Example
White with #252068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252068; }
p { color: rgb(37,32,104); }
H1.HeaderClassName
{
color: #252068;
}
.AnyTagClassName
{
color: #252068;
}
</style>
background-color css
<style>
a { background-color: #252068; }
a { background-color: rgb(37,32,104); }
div.DivClassName
{
background-color: #252068;
}
.BgClassName
{
background-color: #252068;
}
</style>
border-color css
<style>
span { border-color: #252068; }
span { border-color: rgb(37,32,104); }
td.TdClassName
{
border-color: #252068;
}
.TagClassName
{
border-color: #252068;
}
</style>