Shades of Midnight Blue #231364
Tints of Midnight Blue #231364
RGB
CMYK
RGB Variations
Color information
#231364 (or 0x231364) is known color: Midnight Blue. HEX triplet: 23, 13 and 64. RGB value is (35,19,100). Sum of RGB (Red+Green+Blue) = 35+19+100=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #231364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231364 is #DCEC9B. Grayscale: #202020. Windows color (decimal): -14478492 or 6558499. OLE color: 6558499.
HSL color Cylindrical-coordinate representation of color #231364: hue angle of 251.85º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231364 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 19 | 100 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.61 |
| HSL | 251.85º | 0.68% | 0.23% | - |
| HSV(B) | 251.85º | 0.81% | 0.39% | - |
| XYZ | 3.23 | 1.74 | 12.22 | - |
| YUV | 33.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 100 | 0.65 | 0.81 | 0 | 0.61 | 251.85 | 0.68 | 0.23 |
| Hex | 23 | 13 | 64 | 41 | 51 | 0 | 3D | FC | 44 | 17 |
| Octal | 43 | 23 | 144 | 101 | 121 | 0 | 75 | 374 | 104 | 27 |
| Binary | 100011 | 10011 | 1100100 | 1000001 | 1010001 | 0 | 111101 | 11111100 | 1000100 | 10111 |
Color Harmonies of #231364
Complementary color
Monochromatic Colors of #231364
Black with #231364
Text Example
Text Example
White with #231364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231364; }
p { color: rgb(35,19,100); }
H1.HeaderClassName
{
color: #231364;
}
.AnyTagClassName
{
color: #231364;
}
</style>
background-color css
<style>
a { background-color: #231364; }
a { background-color: rgb(35,19,100); }
div.DivClassName
{
background-color: #231364;
}
.BgClassName
{
background-color: #231364;
}
</style>
border-color css
<style>
span { border-color: #231364; }
span { border-color: rgb(35,19,100); }
td.TdClassName
{
border-color: #231364;
}
.TagClassName
{
border-color: #231364;
}
</style>