Shades of Midnight Blue #231163
Tints of Midnight Blue #231163
RGB
CMYK
RGB Variations
Color information
#231163 (or 0x231163) is known color: Midnight Blue. HEX triplet: 23, 11 and 63. RGB value is (35,17,99). Sum of RGB (Red+Green+Blue) = 35+17+99=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #231163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231163 is #DCEE9C. Grayscale: #1F1F1F. Windows color (decimal): -14479005 or 6492451. OLE color: 6492451.
HSL color Cylindrical-coordinate representation of color #231163: hue angle of 253.17º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231163 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 17 | 99 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.61 |
| HSL | 253.17º | 0.71% | 0.23% | - |
| HSV(B) | 253.17º | 0.83% | 0.39% | - |
| XYZ | 3.15 | 1.66 | 11.96 | - |
| YUV | 31.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 99 | 0.65 | 0.83 | 0 | 0.61 | 253.17 | 0.71 | 0.23 |
| Hex | 23 | 11 | 63 | 41 | 53 | 0 | 3D | FD | 47 | 17 |
| Octal | 43 | 21 | 143 | 101 | 123 | 0 | 75 | 375 | 107 | 27 |
| Binary | 100011 | 10001 | 1100011 | 1000001 | 1010011 | 0 | 111101 | 11111101 | 1000111 | 10111 |
Color Harmonies of #231163
Complementary color
Monochromatic Colors of #231163
Black with #231163
Text Example
Text Example
White with #231163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231163; }
p { color: rgb(35,17,99); }
H1.HeaderClassName
{
color: #231163;
}
.AnyTagClassName
{
color: #231163;
}
</style>
background-color css
<style>
a { background-color: #231163; }
a { background-color: rgb(35,17,99); }
div.DivClassName
{
background-color: #231163;
}
.BgClassName
{
background-color: #231163;
}
</style>
border-color css
<style>
span { border-color: #231163; }
span { border-color: rgb(35,17,99); }
td.TdClassName
{
border-color: #231163;
}
.TagClassName
{
border-color: #231163;
}
</style>