Shades of Midnight Blue #23166A
Tints of Midnight Blue #23166A
RGB
CMYK
RGB Variations
Color information
#23166A (or 0x23166A) is known color: Midnight Blue. HEX triplet: 23, 16 and 6A. RGB value is (35,22,106). Sum of RGB (Red+Green+Blue) = 35+22+106=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #23166A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23166A is #DCE995. Grayscale: #232323. Windows color (decimal): -14477718 or 6952483. OLE color: 6952483.
HSL color Cylindrical-coordinate representation of color #23166A: hue angle of 249.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23166A is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 22 | 106 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.58 |
| HSL | 249.29º | 0.66% | 0.25% | - |
| HSV(B) | 249.29º | 0.79% | 0.42% | - |
| XYZ | 3.58 | 1.97 | 13.83 | - |
| YUV | 35.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 106 | 0.67 | 0.79 | 0 | 0.58 | 249.29 | 0.66 | 0.25 |
| Hex | 23 | 16 | 6A | 43 | 4F | 0 | 3A | F9 | 42 | 19 |
| Octal | 43 | 26 | 152 | 103 | 117 | 0 | 72 | 371 | 102 | 31 |
| Binary | 100011 | 10110 | 1101010 | 1000011 | 1001111 | 0 | 111010 | 11111001 | 1000010 | 11001 |
Color Harmonies of #23166A
Complementary color
Monochromatic Colors of #23166A
Black with #23166A
Text Example
Text Example
White with #23166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23166A; }
p { color: rgb(35,22,106); }
H1.HeaderClassName
{
color: #23166A;
}
.AnyTagClassName
{
color: #23166A;
}
</style>
background-color css
<style>
a { background-color: #23166A; }
a { background-color: rgb(35,22,106); }
div.DivClassName
{
background-color: #23166A;
}
.BgClassName
{
background-color: #23166A;
}
</style>
border-color css
<style>
span { border-color: #23166A; }
span { border-color: rgb(35,22,106); }
td.TdClassName
{
border-color: #23166A;
}
.TagClassName
{
border-color: #23166A;
}
</style>