Shades of Midnight Blue #212583
Tints of Midnight Blue #212583
RGB
CMYK
RGB Variations
Color information
#212583 (or 0x212583) is known color: Midnight Blue. HEX triplet: 21, 25 and 83. RGB value is (33,37,131). Sum of RGB (Red+Green+Blue) = 33+37+131=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #212583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212583 is #DEDA7C. Grayscale: #2E2E2E. Windows color (decimal): -14604925 or 8594721. OLE color: 8594721.
HSL color Cylindrical-coordinate representation of color #212583: hue angle of 237.55º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212583 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 37 | 131 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.49 |
| HSL | 237.55º | 0.6% | 0.32% | - |
| HSV(B) | 237.55º | 0.75% | 0.51% | - |
| XYZ | 5.39 | 3.29 | 21.82 | - |
| YUV | 46.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 131 | 0.75 | 0.72 | 0 | 0.49 | 237.55 | 0.6 | 0.32 |
| Hex | 21 | 25 | 83 | 4B | 48 | 0 | 31 | EE | 3C | 20 |
| Octal | 41 | 45 | 203 | 113 | 110 | 0 | 61 | 356 | 74 | 40 |
| Binary | 100001 | 100101 | 10000011 | 1001011 | 1001000 | 0 | 110001 | 11101110 | 111100 | 100000 |
Color Harmonies of #212583
Complementary color
Monochromatic Colors of #212583
Black with #212583
Text Example
Text Example
White with #212583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212583; }
p { color: rgb(33,37,131); }
H1.HeaderClassName
{
color: #212583;
}
.AnyTagClassName
{
color: #212583;
}
</style>
background-color css
<style>
a { background-color: #212583; }
a { background-color: rgb(33,37,131); }
div.DivClassName
{
background-color: #212583;
}
.BgClassName
{
background-color: #212583;
}
</style>
border-color css
<style>
span { border-color: #212583; }
span { border-color: rgb(33,37,131); }
td.TdClassName
{
border-color: #212583;
}
.TagClassName
{
border-color: #212583;
}
</style>