Shades of Midnight Blue #231966
Tints of Midnight Blue #231966
RGB
CMYK
RGB Variations
Color information
#231966 (or 0x231966) is known color: Midnight Blue. HEX triplet: 23, 19 and 66. RGB value is (35,25,102). Sum of RGB (Red+Green+Blue) = 35+25+102=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #231966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231966 is #DCE699. Grayscale: #242424. Windows color (decimal): -14476954 or 6691107. OLE color: 6691107.
HSL color Cylindrical-coordinate representation of color #231966: hue angle of 247.79º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231966 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 25 | 102 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.6 |
| HSL | 247.79º | 0.61% | 0.25% | - |
| HSV(B) | 247.79º | 0.75% | 0.4% | - |
| XYZ | 3.44 | 2.01 | 12.78 | - |
| YUV | 36.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 102 | 0.66 | 0.75 | 0 | 0.6 | 247.79 | 0.61 | 0.25 |
| Hex | 23 | 19 | 66 | 42 | 4B | 0 | 3C | F8 | 3D | 19 |
| Octal | 43 | 31 | 146 | 102 | 113 | 0 | 74 | 370 | 75 | 31 |
| Binary | 100011 | 11001 | 1100110 | 1000010 | 1001011 | 0 | 111100 | 11111000 | 111101 | 11001 |
Color Harmonies of #231966
Complementary color
Monochromatic Colors of #231966
Black with #231966
Text Example
Text Example
White with #231966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231966; }
p { color: rgb(35,25,102); }
H1.HeaderClassName
{
color: #231966;
}
.AnyTagClassName
{
color: #231966;
}
</style>
background-color css
<style>
a { background-color: #231966; }
a { background-color: rgb(35,25,102); }
div.DivClassName
{
background-color: #231966;
}
.BgClassName
{
background-color: #231966;
}
</style>
border-color css
<style>
span { border-color: #231966; }
span { border-color: rgb(35,25,102); }
td.TdClassName
{
border-color: #231966;
}
.TagClassName
{
border-color: #231966;
}
</style>