Shades of Midnight Blue #231366
Tints of Midnight Blue #231366
RGB
CMYK
RGB Variations
Color information
#231366 (or 0x231366) is known color: Midnight Blue. HEX triplet: 23, 13 and 66. RGB value is (35,19,102). Sum of RGB (Red+Green+Blue) = 35+19+102=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #231366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231366 is #DCEC99. Grayscale: #202020. Windows color (decimal): -14478490 or 6689571. OLE color: 6689571.
HSL color Cylindrical-coordinate representation of color #231366: hue angle of 251.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231366 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 19 | 102 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.6 |
| HSL | 251.57º | 0.69% | 0.24% | - |
| HSV(B) | 251.57º | 0.81% | 0.4% | - |
| XYZ | 3.32 | 1.78 | 12.74 | - |
| YUV | 33.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 102 | 0.66 | 0.81 | 0 | 0.6 | 251.57 | 0.69 | 0.24 |
| Hex | 23 | 13 | 66 | 42 | 51 | 0 | 3C | FC | 45 | 18 |
| Octal | 43 | 23 | 146 | 102 | 121 | 0 | 74 | 374 | 105 | 30 |
| Binary | 100011 | 10011 | 1100110 | 1000010 | 1010001 | 0 | 111100 | 11111100 | 1000101 | 11000 |
Color Harmonies of #231366
Complementary color
Monochromatic Colors of #231366
Black with #231366
Text Example
Text Example
White with #231366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231366; }
p { color: rgb(35,19,102); }
H1.HeaderClassName
{
color: #231366;
}
.AnyTagClassName
{
color: #231366;
}
</style>
background-color css
<style>
a { background-color: #231366; }
a { background-color: rgb(35,19,102); }
div.DivClassName
{
background-color: #231366;
}
.BgClassName
{
background-color: #231366;
}
</style>
border-color css
<style>
span { border-color: #231366; }
span { border-color: rgb(35,19,102); }
td.TdClassName
{
border-color: #231366;
}
.TagClassName
{
border-color: #231366;
}
</style>