Shades of Resolution Blue #213083
Tints of Resolution Blue #213083
RGB
CMYK
RGB Variations
Color information
#213083 (or 0x213083) is known color: Resolution Blue. HEX triplet: 21, 30 and 83. RGB value is (33,48,131). Sum of RGB (Red+Green+Blue) = 33+48+131=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #213083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213083 is #DECF7C. Grayscale: #343434. Windows color (decimal): -14602109 or 8597537. OLE color: 8597537.
HSL color Cylindrical-coordinate representation of color #213083: hue angle of 230.82º 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 #213083 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 48 | 131 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.49 |
| HSL | 230.82º | 0.6% | 0.32% | - |
| HSV(B) | 230.82º | 0.75% | 0.51% | - |
| XYZ | 5.78 | 4.08 | 21.95 | - |
| YUV | 52.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 131 | 0.75 | 0.63 | 0 | 0.49 | 230.82 | 0.6 | 0.32 |
| Hex | 21 | 30 | 83 | 4B | 3F | 0 | 31 | E7 | 3C | 20 |
| Octal | 41 | 60 | 203 | 113 | 77 | 0 | 61 | 347 | 74 | 40 |
| Binary | 100001 | 110000 | 10000011 | 1001011 | 111111 | 0 | 110001 | 11100111 | 111100 | 100000 |
Color Harmonies of #213083
Complementary color
Monochromatic Colors of #213083
Black with #213083
Text Example
Text Example
White with #213083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213083; }
p { color: rgb(33,48,131); }
H1.HeaderClassName
{
color: #213083;
}
.AnyTagClassName
{
color: #213083;
}
</style>
background-color css
<style>
a { background-color: #213083; }
a { background-color: rgb(33,48,131); }
div.DivClassName
{
background-color: #213083;
}
.BgClassName
{
background-color: #213083;
}
</style>
border-color css
<style>
span { border-color: #213083; }
span { border-color: rgb(33,48,131); }
td.TdClassName
{
border-color: #213083;
}
.TagClassName
{
border-color: #213083;
}
</style>