Shades of Midnight Blue #231471
Tints of Midnight Blue #231471
RGB
CMYK
RGB Variations
Color information
#231471 (or 0x231471) is known color: Midnight Blue. HEX triplet: 23, 14 and 71. RGB value is (35,20,113). Sum of RGB (Red+Green+Blue) = 35+20+113=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #231471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231471 is #DCEB8E. Grayscale: #222222. Windows color (decimal): -14478223 or 7410723. OLE color: 7410723.
HSL color Cylindrical-coordinate representation of color #231471: hue angle of 249.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231471 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 20 | 113 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.56 |
| HSL | 249.68º | 0.7% | 0.26% | - |
| HSV(B) | 249.68º | 0.82% | 0.44% | - |
| XYZ | 3.92 | 2.05 | 15.81 | - |
| YUV | 35.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 113 | 0.69 | 0.82 | 0 | 0.56 | 249.68 | 0.7 | 0.26 |
| Hex | 23 | 14 | 71 | 45 | 52 | 0 | 38 | FA | 46 | 1A |
| Octal | 43 | 24 | 161 | 105 | 122 | 0 | 70 | 372 | 106 | 32 |
| Binary | 100011 | 10100 | 1110001 | 1000101 | 1010010 | 0 | 111000 | 11111010 | 1000110 | 11010 |
Color Harmonies of #231471
Complementary color
Monochromatic Colors of #231471
Black with #231471
Text Example
Text Example
White with #231471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231471; }
p { color: rgb(35,20,113); }
H1.HeaderClassName
{
color: #231471;
}
.AnyTagClassName
{
color: #231471;
}
</style>
background-color css
<style>
a { background-color: #231471; }
a { background-color: rgb(35,20,113); }
div.DivClassName
{
background-color: #231471;
}
.BgClassName
{
background-color: #231471;
}
</style>
border-color css
<style>
span { border-color: #231471; }
span { border-color: rgb(35,20,113); }
td.TdClassName
{
border-color: #231471;
}
.TagClassName
{
border-color: #231471;
}
</style>