Shades of Midnight Blue #231666
Tints of Midnight Blue #231666
RGB
CMYK
RGB Variations
Color information
#231666 (or 0x231666) is known color: Midnight Blue. HEX triplet: 23, 16 and 66. RGB value is (35,22,102). Sum of RGB (Red+Green+Blue) = 35+22+102=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #231666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231666 is #DCE999. Grayscale: #222222. Windows color (decimal): -14477722 or 6690339. OLE color: 6690339.
HSL color Cylindrical-coordinate representation of color #231666: hue angle of 249.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231666 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 22 | 102 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.6 |
| HSL | 249.75º | 0.65% | 0.24% | - |
| HSV(B) | 249.75º | 0.78% | 0.4% | - |
| XYZ | 3.38 | 1.89 | 12.76 | - |
| YUV | 35.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 102 | 0.66 | 0.78 | 0 | 0.6 | 249.75 | 0.65 | 0.24 |
| Hex | 23 | 16 | 66 | 42 | 4E | 0 | 3C | FA | 41 | 18 |
| Octal | 43 | 26 | 146 | 102 | 116 | 0 | 74 | 372 | 101 | 30 |
| Binary | 100011 | 10110 | 1100110 | 1000010 | 1001110 | 0 | 111100 | 11111010 | 1000001 | 11000 |
Color Harmonies of #231666
Complementary color
Monochromatic Colors of #231666
Black with #231666
Text Example
Text Example
White with #231666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231666; }
p { color: rgb(35,22,102); }
H1.HeaderClassName
{
color: #231666;
}
.AnyTagClassName
{
color: #231666;
}
</style>
background-color css
<style>
a { background-color: #231666; }
a { background-color: rgb(35,22,102); }
div.DivClassName
{
background-color: #231666;
}
.BgClassName
{
background-color: #231666;
}
</style>
border-color css
<style>
span { border-color: #231666; }
span { border-color: rgb(35,22,102); }
td.TdClassName
{
border-color: #231666;
}
.TagClassName
{
border-color: #231666;
}
</style>