Shades of Midnight Blue #23116D
Tints of Midnight Blue #23116D
RGB
CMYK
RGB Variations
Color information
#23116D (or 0x23116D) is known color: Midnight Blue. HEX triplet: 23, 11 and 6D. RGB value is (35,17,109). Sum of RGB (Red+Green+Blue) = 35+17+109=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #23116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23116D is #DCEE92. Grayscale: #202020. Windows color (decimal): -14478995 or 7147811. OLE color: 7147811.
HSL color Cylindrical-coordinate representation of color #23116D: hue angle of 251.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23116D is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 17 | 109 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.57 |
| HSL | 251.74º | 0.73% | 0.25% | - |
| HSV(B) | 251.74º | 0.84% | 0.43% | - |
| XYZ | 3.65 | 1.86 | 14.63 | - |
| YUV | 32.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 109 | 0.68 | 0.84 | 0 | 0.57 | 251.74 | 0.73 | 0.25 |
| Hex | 23 | 11 | 6D | 44 | 54 | 0 | 39 | FC | 49 | 19 |
| Octal | 43 | 21 | 155 | 104 | 124 | 0 | 71 | 374 | 111 | 31 |
| Binary | 100011 | 10001 | 1101101 | 1000100 | 1010100 | 0 | 111001 | 11111100 | 1001001 | 11001 |
Color Harmonies of #23116D
Complementary color
Monochromatic Colors of #23116D
Black with #23116D
Text Example
Text Example
White with #23116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23116D; }
p { color: rgb(35,17,109); }
H1.HeaderClassName
{
color: #23116D;
}
.AnyTagClassName
{
color: #23116D;
}
</style>
background-color css
<style>
a { background-color: #23116D; }
a { background-color: rgb(35,17,109); }
div.DivClassName
{
background-color: #23116D;
}
.BgClassName
{
background-color: #23116D;
}
</style>
border-color css
<style>
span { border-color: #23116D; }
span { border-color: rgb(35,17,109); }
td.TdClassName
{
border-color: #23116D;
}
.TagClassName
{
border-color: #23116D;
}
</style>