Shades of Midnight Blue #231870
Tints of Midnight Blue #231870
RGB
CMYK
RGB Variations
Color information
#231870 (or 0x231870) is known color: Midnight Blue. HEX triplet: 23, 18 and 70. RGB value is (35,24,112). Sum of RGB (Red+Green+Blue) = 35+24+112=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #231870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231870 is #DCE78F. Grayscale: #242424. Windows color (decimal): -14477200 or 7346211. OLE color: 7346211.
HSL color Cylindrical-coordinate representation of color #231870: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231870 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 24 | 112 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.56 |
| HSL | 247.5º | 0.65% | 0.27% | - |
| HSV(B) | 247.5º | 0.79% | 0.44% | - |
| XYZ | 3.94 | 2.18 | 15.54 | - |
| YUV | 37.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 112 | 0.69 | 0.79 | 0 | 0.56 | 247.5 | 0.65 | 0.27 |
| Hex | 23 | 18 | 70 | 45 | 4F | 0 | 38 | F8 | 41 | 1B |
| Octal | 43 | 30 | 160 | 105 | 117 | 0 | 70 | 370 | 101 | 33 |
| Binary | 100011 | 11000 | 1110000 | 1000101 | 1001111 | 0 | 111000 | 11111000 | 1000001 | 11011 |
Color Harmonies of #231870
Complementary color
Monochromatic Colors of #231870
Black with #231870
Text Example
Text Example
White with #231870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231870; }
p { color: rgb(35,24,112); }
H1.HeaderClassName
{
color: #231870;
}
.AnyTagClassName
{
color: #231870;
}
</style>
background-color css
<style>
a { background-color: #231870; }
a { background-color: rgb(35,24,112); }
div.DivClassName
{
background-color: #231870;
}
.BgClassName
{
background-color: #231870;
}
</style>
border-color css
<style>
span { border-color: #231870; }
span { border-color: rgb(35,24,112); }
td.TdClassName
{
border-color: #231870;
}
.TagClassName
{
border-color: #231870;
}
</style>