Shades of Midnight Blue #251C70
Tints of Midnight Blue #251C70
RGB
CMYK
RGB Variations
Color information
#251C70 (or 0x251C70) is known color: Midnight Blue. HEX triplet: 25, 1C and 70. RGB value is (37,28,112). Sum of RGB (Red+Green+Blue) = 37+28+112=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #251C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C70 is #DAE38F. Grayscale: #272727. Windows color (decimal): -14345104 or 7347237. OLE color: 7347237.
HSL color Cylindrical-coordinate representation of color #251C70: hue angle of 246.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251C70 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 28 | 112 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.56 |
| HSL | 246.43º | 0.6% | 0.27% | - |
| HSV(B) | 246.43º | 0.75% | 0.44% | - |
| XYZ | 4.1 | 2.39 | 15.58 | - |
| YUV | 40.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 112 | 0.67 | 0.75 | 0 | 0.56 | 246.43 | 0.6 | 0.27 |
| Hex | 25 | 1C | 70 | 43 | 4B | 0 | 38 | F6 | 3C | 1B |
| Octal | 45 | 34 | 160 | 103 | 113 | 0 | 70 | 366 | 74 | 33 |
| Binary | 100101 | 11100 | 1110000 | 1000011 | 1001011 | 0 | 111000 | 11110110 | 111100 | 11011 |
Color Harmonies of #251C70
Complementary color
Monochromatic Colors of #251C70
Black with #251C70
Text Example
Text Example
White with #251C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C70; }
p { color: rgb(37,28,112); }
H1.HeaderClassName
{
color: #251C70;
}
.AnyTagClassName
{
color: #251C70;
}
</style>
background-color css
<style>
a { background-color: #251C70; }
a { background-color: rgb(37,28,112); }
div.DivClassName
{
background-color: #251C70;
}
.BgClassName
{
background-color: #251C70;
}
</style>
border-color css
<style>
span { border-color: #251C70; }
span { border-color: rgb(37,28,112); }
td.TdClassName
{
border-color: #251C70;
}
.TagClassName
{
border-color: #251C70;
}
</style>