Shades of Midnight Blue #23166B
Tints of Midnight Blue #23166B
RGB
CMYK
RGB Variations
Color information
#23166B (or 0x23166B) is known color: Midnight Blue. HEX triplet: 23, 16 and 6B. RGB value is (35,22,107). Sum of RGB (Red+Green+Blue) = 35+22+107=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #23166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23166B is #DCE994. Grayscale: #232323. Windows color (decimal): -14477717 or 7018019. OLE color: 7018019.
HSL color Cylindrical-coordinate representation of color #23166B: hue angle of 249.18º 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 #23166B is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 22 | 107 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.58 |
| HSL | 249.18º | 0.66% | 0.25% | - |
| HSV(B) | 249.18º | 0.79% | 0.42% | - |
| XYZ | 3.63 | 1.99 | 14.1 | - |
| YUV | 35.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 107 | 0.67 | 0.79 | 0 | 0.58 | 249.18 | 0.66 | 0.25 |
| Hex | 23 | 16 | 6B | 43 | 4F | 0 | 3A | F9 | 42 | 19 |
| Octal | 43 | 26 | 153 | 103 | 117 | 0 | 72 | 371 | 102 | 31 |
| Binary | 100011 | 10110 | 1101011 | 1000011 | 1001111 | 0 | 111010 | 11111001 | 1000010 | 11001 |
Color Harmonies of #23166B
Complementary color
Monochromatic Colors of #23166B
Black with #23166B
Text Example
Text Example
White with #23166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23166B; }
p { color: rgb(35,22,107); }
H1.HeaderClassName
{
color: #23166B;
}
.AnyTagClassName
{
color: #23166B;
}
</style>
background-color css
<style>
a { background-color: #23166B; }
a { background-color: rgb(35,22,107); }
div.DivClassName
{
background-color: #23166B;
}
.BgClassName
{
background-color: #23166B;
}
</style>
border-color css
<style>
span { border-color: #23166B; }
span { border-color: rgb(35,22,107); }
td.TdClassName
{
border-color: #23166B;
}
.TagClassName
{
border-color: #23166B;
}
</style>