Shades of Midnight Blue #251B70
Tints of Midnight Blue #251B70
RGB
CMYK
RGB Variations
Color information
#251B70 (or 0x251B70) is known color: Midnight Blue. HEX triplet: 25, 1B and 70. RGB value is (37,27,112). Sum of RGB (Red+Green+Blue) = 37+27+112=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #251B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B70 is #DAE48F. Grayscale: #272727. Windows color (decimal): -14345360 or 7346981. OLE color: 7346981.
HSL color Cylindrical-coordinate representation of color #251B70: hue angle of 247.06º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251B70 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 27 | 112 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.56 |
| HSL | 247.06º | 0.61% | 0.27% | - |
| HSV(B) | 247.06º | 0.76% | 0.44% | - |
| XYZ | 4.08 | 2.35 | 15.57 | - |
| YUV | 39.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 112 | 0.67 | 0.76 | 0 | 0.56 | 247.06 | 0.61 | 0.27 |
| Hex | 25 | 1B | 70 | 43 | 4C | 0 | 38 | F7 | 3D | 1B |
| Octal | 45 | 33 | 160 | 103 | 114 | 0 | 70 | 367 | 75 | 33 |
| Binary | 100101 | 11011 | 1110000 | 1000011 | 1001100 | 0 | 111000 | 11110111 | 111101 | 11011 |
Color Harmonies of #251B70
Complementary color
Monochromatic Colors of #251B70
Black with #251B70
Text Example
Text Example
White with #251B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B70; }
p { color: rgb(37,27,112); }
H1.HeaderClassName
{
color: #251B70;
}
.AnyTagClassName
{
color: #251B70;
}
</style>
background-color css
<style>
a { background-color: #251B70; }
a { background-color: rgb(37,27,112); }
div.DivClassName
{
background-color: #251B70;
}
.BgClassName
{
background-color: #251B70;
}
</style>
border-color css
<style>
span { border-color: #251B70; }
span { border-color: rgb(37,27,112); }
td.TdClassName
{
border-color: #251B70;
}
.TagClassName
{
border-color: #251B70;
}
</style>