Shades of Midnight Blue #231372
Tints of Midnight Blue #231372
RGB
CMYK
RGB Variations
Color information
#231372 (or 0x231372) is known color: Midnight Blue. HEX triplet: 23, 13 and 72. RGB value is (35,19,114). Sum of RGB (Red+Green+Blue) = 35+19+114=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #231372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231372 is #DCEC8D. Grayscale: #222222. Windows color (decimal): -14478478 or 7476003. OLE color: 7476003.
HSL color Cylindrical-coordinate representation of color #231372: hue angle of 250.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231372 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 19 | 114 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.55 |
| HSL | 250.11º | 0.71% | 0.26% | - |
| HSV(B) | 250.11º | 0.83% | 0.45% | - |
| XYZ | 3.96 | 2.04 | 16.1 | - |
| YUV | 34.61 | 172.8 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 114 | 0.69 | 0.83 | 0 | 0.55 | 250.11 | 0.71 | 0.26 |
| Hex | 23 | 13 | 72 | 45 | 53 | 0 | 37 | FA | 47 | 1A |
| Octal | 43 | 23 | 162 | 105 | 123 | 0 | 67 | 372 | 107 | 32 |
| Binary | 100011 | 10011 | 1110010 | 1000101 | 1010011 | 0 | 110111 | 11111010 | 1000111 | 11010 |
Color Harmonies of #231372
Complementary color
Monochromatic Colors of #231372
Black with #231372
Text Example
Text Example
White with #231372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231372; }
p { color: rgb(35,19,114); }
H1.HeaderClassName
{
color: #231372;
}
.AnyTagClassName
{
color: #231372;
}
</style>
background-color css
<style>
a { background-color: #231372; }
a { background-color: rgb(35,19,114); }
div.DivClassName
{
background-color: #231372;
}
.BgClassName
{
background-color: #231372;
}
</style>
border-color css
<style>
span { border-color: #231372; }
span { border-color: rgb(35,19,114); }
td.TdClassName
{
border-color: #231372;
}
.TagClassName
{
border-color: #231372;
}
</style>