Shades of Midnight Blue #231770
Tints of Midnight Blue #231770
RGB
CMYK
RGB Variations
Color information
#231770 (or 0x231770) is known color: Midnight Blue. HEX triplet: 23, 17 and 70. RGB value is (35,23,112). Sum of RGB (Red+Green+Blue) = 35+23+112=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #231770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231770 is #DCE88F. Grayscale: #242424. Windows color (decimal): -14477456 or 7345955. OLE color: 7345955.
HSL color Cylindrical-coordinate representation of color #231770: hue angle of 248.09º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231770 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 23 | 112 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.56 |
| HSL | 248.09º | 0.66% | 0.26% | - |
| HSV(B) | 248.09º | 0.79% | 0.44% | - |
| XYZ | 3.92 | 2.14 | 15.54 | - |
| YUV | 36.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 112 | 0.69 | 0.79 | 0 | 0.56 | 248.09 | 0.66 | 0.26 |
| Hex | 23 | 17 | 70 | 45 | 4F | 0 | 38 | F8 | 42 | 1A |
| Octal | 43 | 27 | 160 | 105 | 117 | 0 | 70 | 370 | 102 | 32 |
| Binary | 100011 | 10111 | 1110000 | 1000101 | 1001111 | 0 | 111000 | 11111000 | 1000010 | 11010 |
Color Harmonies of #231770
Complementary color
Monochromatic Colors of #231770
Black with #231770
Text Example
Text Example
White with #231770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231770; }
p { color: rgb(35,23,112); }
H1.HeaderClassName
{
color: #231770;
}
.AnyTagClassName
{
color: #231770;
}
</style>
background-color css
<style>
a { background-color: #231770; }
a { background-color: rgb(35,23,112); }
div.DivClassName
{
background-color: #231770;
}
.BgClassName
{
background-color: #231770;
}
</style>
border-color css
<style>
span { border-color: #231770; }
span { border-color: rgb(35,23,112); }
td.TdClassName
{
border-color: #231770;
}
.TagClassName
{
border-color: #231770;
}
</style>