Shades of Resolution Blue #213A79
Tints of Resolution Blue #213A79
RGB
CMYK
RGB Variations
Color information
#213A79 (or 0x213A79) is known color: Resolution Blue. HEX triplet: 21, 3A and 79. RGB value is (33,58,121). Sum of RGB (Red+Green+Blue) = 33+58+121=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #213A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A79 is #DEC586. Grayscale: #393939. Windows color (decimal): -14599559 or 7944737. OLE color: 7944737.
HSL color Cylindrical-coordinate representation of color #213A79: hue angle of 222.95º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213A79 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 58 | 121 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.53 |
| HSL | 222.95º | 0.57% | 0.3% | - |
| HSV(B) | 222.95º | 0.73% | 0.47% | - |
| XYZ | 5.59 | 4.73 | 18.71 | - |
| YUV | 57.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 121 | 0.73 | 0.52 | 0 | 0.53 | 222.95 | 0.57 | 0.3 |
| Hex | 21 | 3A | 79 | 49 | 34 | 0 | 35 | DF | 39 | 1E |
| Octal | 41 | 72 | 171 | 111 | 64 | 0 | 65 | 337 | 71 | 36 |
| Binary | 100001 | 111010 | 1111001 | 1001001 | 110100 | 0 | 110101 | 11011111 | 111001 | 11110 |
Color Harmonies of #213A79
Complementary color
Monochromatic Colors of #213A79
Black with #213A79
Text Example
Text Example
White with #213A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A79; }
p { color: rgb(33,58,121); }
H1.HeaderClassName
{
color: #213A79;
}
.AnyTagClassName
{
color: #213A79;
}
</style>
background-color css
<style>
a { background-color: #213A79; }
a { background-color: rgb(33,58,121); }
div.DivClassName
{
background-color: #213A79;
}
.BgClassName
{
background-color: #213A79;
}
</style>
border-color css
<style>
span { border-color: #213A79; }
span { border-color: rgb(33,58,121); }
td.TdClassName
{
border-color: #213A79;
}
.TagClassName
{
border-color: #213A79;
}
</style>