Shades of Midnight Blue #232480
Tints of Midnight Blue #232480
RGB
CMYK
RGB Variations
Color information
#232480 (or 0x232480) is known color: Midnight Blue. HEX triplet: 23, 24 and 80. RGB value is (35,36,128). Sum of RGB (Red+Green+Blue) = 35+36+128=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #232480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232480 is #DCDB7F. Grayscale: #2D2D2D. Windows color (decimal): -14474112 or 8397859. OLE color: 8397859.
HSL color Cylindrical-coordinate representation of color #232480: hue angle of 239.35º 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 #232480 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 36 | 128 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.50 |
| HSL | 239.35º | 0.57% | 0.32% | - |
| HSV(B) | 239.35º | 0.73% | 0.5% | - |
| XYZ | 5.22 | 3.18 | 20.76 | - |
| YUV | 46.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 128 | 0.73 | 0.72 | 0 | 0.50 | 239.35 | 0.57 | 0.32 |
| Hex | 23 | 24 | 80 | 49 | 48 | 0 | 32 | EF | 39 | 20 |
| Octal | 43 | 44 | 200 | 111 | 110 | 0 | 62 | 357 | 71 | 40 |
| Binary | 100011 | 100100 | 10000000 | 1001001 | 1001000 | 0 | 110010 | 11101111 | 111001 | 100000 |
Color Harmonies of #232480
Complementary color
Monochromatic Colors of #232480
Black with #232480
Text Example
Text Example
White with #232480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232480; }
p { color: rgb(35,36,128); }
H1.HeaderClassName
{
color: #232480;
}
.AnyTagClassName
{
color: #232480;
}
</style>
background-color css
<style>
a { background-color: #232480; }
a { background-color: rgb(35,36,128); }
div.DivClassName
{
background-color: #232480;
}
.BgClassName
{
background-color: #232480;
}
</style>
border-color css
<style>
span { border-color: #232480; }
span { border-color: rgb(35,36,128); }
td.TdClassName
{
border-color: #232480;
}
.TagClassName
{
border-color: #232480;
}
</style>