Shades of Medium Blue #2113CA
Tints of Medium Blue #2113CA
RGB
CMYK
RGB Variations
Color information
#2113CA (or 0x2113CA) is known color: Medium Blue. HEX triplet: 21, 13 and CA. RGB value is (33,19,202). Sum of RGB (Red+Green+Blue) = 33+19+202=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #2113CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2113CA is #DEEC35. Grayscale: #2B2B2B. Windows color (decimal): -14609462 or 13243169. OLE color: 13243169.
HSL color Cylindrical-coordinate representation of color #2113CA: hue angle of 244.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2113CA is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 19 | 202 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.21 |
| HSL | 244.59º | 0.83% | 0.43% | - |
| HSV(B) | 244.59º | 0.91% | 0.79% | - |
| XYZ | 11.52 | 5.05 | 56.25 | - |
| YUV | 44.05 | 217.14 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 202 | 0.84 | 0.91 | 0 | 0.21 | 244.59 | 0.83 | 0.43 |
| Hex | 21 | 13 | CA | 54 | 5B | 0 | 15 | F5 | 53 | 2B |
| Octal | 41 | 23 | 312 | 124 | 133 | 0 | 25 | 365 | 123 | 53 |
| Binary | 100001 | 10011 | 11001010 | 1010100 | 1011011 | 0 | 10101 | 11110101 | 1010011 | 101011 |
Color Harmonies of #2113CA
Complementary color
Monochromatic Colors of #2113CA
Black with #2113CA
Text Example
Text Example
White with #2113CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2113CA; }
p { color: rgb(33,19,202); }
H1.HeaderClassName
{
color: #2113CA;
}
.AnyTagClassName
{
color: #2113CA;
}
</style>
background-color css
<style>
a { background-color: #2113CA; }
a { background-color: rgb(33,19,202); }
div.DivClassName
{
background-color: #2113CA;
}
.BgClassName
{
background-color: #2113CA;
}
</style>
border-color css
<style>
span { border-color: #2113CA; }
span { border-color: rgb(33,19,202); }
td.TdClassName
{
border-color: #2113CA;
}
.TagClassName
{
border-color: #2113CA;
}
</style>