Shades of Midnight Blue #232373
Tints of Midnight Blue #232373
RGB
CMYK
RGB Variations
Color information
#232373 (or 0x232373) is known color: Midnight Blue. HEX triplet: 23, 23 and 73. RGB value is (35,35,115). Sum of RGB (Red+Green+Blue) = 35+35+115=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #232373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232373 is #DCDC8C. Grayscale: #2B2B2B. Windows color (decimal): -14474381 or 7545635. OLE color: 7545635.
HSL color Cylindrical-coordinate representation of color #232373: hue angle of 240º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232373 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 35 | 115 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.55 |
| HSL | 240º | 0.53% | 0.29% | - |
| HSV(B) | 240º | 0.7% | 0.45% | - |
| XYZ | 4.39 | 2.8 | 16.53 | - |
| YUV | 44.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 115 | 0.70 | 0.70 | 0 | 0.55 | 240 | 0.53 | 0.29 |
| Hex | 23 | 23 | 73 | 46 | 46 | 0 | 37 | F0 | 35 | 1D |
| Octal | 43 | 43 | 163 | 106 | 106 | 0 | 67 | 360 | 65 | 35 |
| Binary | 100011 | 100011 | 1110011 | 1000110 | 1000110 | 0 | 110111 | 11110000 | 110101 | 11101 |
Color Harmonies of #232373
Complementary color
Monochromatic Colors of #232373
Black with #232373
Text Example
Text Example
White with #232373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232373; }
p { color: rgb(35,35,115); }
H1.HeaderClassName
{
color: #232373;
}
.AnyTagClassName
{
color: #232373;
}
</style>
background-color css
<style>
a { background-color: #232373; }
a { background-color: rgb(35,35,115); }
div.DivClassName
{
background-color: #232373;
}
.BgClassName
{
background-color: #232373;
}
</style>
border-color css
<style>
span { border-color: #232373; }
span { border-color: rgb(35,35,115); }
td.TdClassName
{
border-color: #232373;
}
.TagClassName
{
border-color: #232373;
}
</style>