Shades of Medium Blue #0213C4
Tints of Medium Blue #0213C4
RGB
CMYK
RGB Variations
Color information
#0213C4 (or 0x0213C4) is known color: Medium Blue. HEX triplet: 02, 13 and C4. RGB value is (2,19,196). Sum of RGB (Red+Green+Blue) = 2+19+196=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 196 (76.95% from 255 or 90.32% from 217); Max value from RGB is 196 - color contains mainly: blue. Hex color #0213C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213C4 is #FDEC3B. Grayscale: #212121. Windows color (decimal): -16641084 or 12849922. OLE color: 12849922.
HSL color Cylindrical-coordinate representation of color #0213C4: hue angle of 234.74º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0213C4 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 19 | 196 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.23 |
| HSL | 234.74º | 0.98% | 0.39% | - |
| HSV(B) | 234.74º | 0.99% | 0.77% | - |
| XYZ | 10.22 | 4.46 | 52.55 | - |
| YUV | 34.1 | 219.37 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 196 | 0.99 | 0.90 | 0 | 0.23 | 234.74 | 0.98 | 0.39 |
| Hex | 2 | 13 | C4 | 63 | 5A | 0 | 17 | EB | 62 | 27 |
| Octal | 2 | 23 | 304 | 143 | 132 | 0 | 27 | 353 | 142 | 47 |
| Binary | 10 | 10011 | 11000100 | 1100011 | 1011010 | 0 | 10111 | 11101011 | 1100010 | 100111 |
Color Harmonies of #0213C4
Complementary color
Monochromatic Colors of #0213C4
Black with #0213C4
Text Example
Text Example
White with #0213C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0213C4; }
p { color: rgb(2,19,196); }
H1.HeaderClassName
{
color: #0213C4;
}
.AnyTagClassName
{
color: #0213C4;
}
</style>
background-color css
<style>
a { background-color: #0213C4; }
a { background-color: rgb(2,19,196); }
div.DivClassName
{
background-color: #0213C4;
}
.BgClassName
{
background-color: #0213C4;
}
</style>
border-color css
<style>
span { border-color: #0213C4; }
span { border-color: rgb(2,19,196); }
td.TdClassName
{
border-color: #0213C4;
}
.TagClassName
{
border-color: #0213C4;
}
</style>