Shades of Midnight Blue #232170
Tints of Midnight Blue #232170
RGB
CMYK
RGB Variations
Color information
#232170 (or 0x232170) is known color: Midnight Blue. HEX triplet: 23, 21 and 70. RGB value is (35,33,112). Sum of RGB (Red+Green+Blue) = 35+33+112=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #232170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232170 is #DCDE8F. Grayscale: #2A2A2A. Windows color (decimal): -14474896 or 7348515. OLE color: 7348515.
HSL color Cylindrical-coordinate representation of color #232170: hue angle of 241.52º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232170 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 33 | 112 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.56 |
| HSL | 241.52º | 0.54% | 0.28% | - |
| HSV(B) | 241.52º | 0.71% | 0.44% | - |
| XYZ | 4.16 | 2.61 | 15.61 | - |
| YUV | 42.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 112 | 0.69 | 0.71 | 0 | 0.56 | 241.52 | 0.54 | 0.28 |
| Hex | 23 | 21 | 70 | 45 | 47 | 0 | 38 | F2 | 36 | 1C |
| Octal | 43 | 41 | 160 | 105 | 107 | 0 | 70 | 362 | 66 | 34 |
| Binary | 100011 | 100001 | 1110000 | 1000101 | 1000111 | 0 | 111000 | 11110010 | 110110 | 11100 |
Color Harmonies of #232170
Complementary color
Monochromatic Colors of #232170
Black with #232170
Text Example
Text Example
White with #232170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232170; }
p { color: rgb(35,33,112); }
H1.HeaderClassName
{
color: #232170;
}
.AnyTagClassName
{
color: #232170;
}
</style>
background-color css
<style>
a { background-color: #232170; }
a { background-color: rgb(35,33,112); }
div.DivClassName
{
background-color: #232170;
}
.BgClassName
{
background-color: #232170;
}
</style>
border-color css
<style>
span { border-color: #232170; }
span { border-color: rgb(35,33,112); }
td.TdClassName
{
border-color: #232170;
}
.TagClassName
{
border-color: #232170;
}
</style>