Shades of Midnight Blue #232980
Tints of Midnight Blue #232980
RGB
CMYK
RGB Variations
Color information
#232980 (or 0x232980) is known color: Midnight Blue. HEX triplet: 23, 29 and 80. RGB value is (35,41,128). Sum of RGB (Red+Green+Blue) = 35+41+128=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #232980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232980 is #DCD67F. Grayscale: #303030. Windows color (decimal): -14472832 or 8399139. OLE color: 8399139.
HSL color Cylindrical-coordinate representation of color #232980: hue angle of 236.13º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232980 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 41 | 128 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.50 |
| HSL | 236.13º | 0.57% | 0.32% | - |
| HSV(B) | 236.13º | 0.73% | 0.5% | - |
| XYZ | 5.38 | 3.5 | 20.81 | - |
| YUV | 49.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 128 | 0.73 | 0.68 | 0 | 0.50 | 236.13 | 0.57 | 0.32 |
| Hex | 23 | 29 | 80 | 49 | 44 | 0 | 32 | EC | 39 | 20 |
| Octal | 43 | 51 | 200 | 111 | 104 | 0 | 62 | 354 | 71 | 40 |
| Binary | 100011 | 101001 | 10000000 | 1001001 | 1000100 | 0 | 110010 | 11101100 | 111001 | 100000 |
Color Harmonies of #232980
Complementary color
Monochromatic Colors of #232980
Black with #232980
Text Example
Text Example
White with #232980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232980; }
p { color: rgb(35,41,128); }
H1.HeaderClassName
{
color: #232980;
}
.AnyTagClassName
{
color: #232980;
}
</style>
background-color css
<style>
a { background-color: #232980; }
a { background-color: rgb(35,41,128); }
div.DivClassName
{
background-color: #232980;
}
.BgClassName
{
background-color: #232980;
}
</style>
border-color css
<style>
span { border-color: #232980; }
span { border-color: rgb(35,41,128); }
td.TdClassName
{
border-color: #232980;
}
.TagClassName
{
border-color: #232980;
}
</style>