Shades of Blue #0213EB
Tints of Blue #0213EB
RGB
CMYK
RGB Variations
Color information
#0213EB (or 0x0213EB) is known color: Blue. HEX triplet: 02, 13 and EB. RGB value is (2,19,235). Sum of RGB (Red+Green+Blue) = 2+19+235=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 235 (92.19% from 255 or 91.80% from 256); Max value from RGB is 235 - color contains mainly: blue. Hex color #0213EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0213EB is #FDEC14. Grayscale: #252525. Windows color (decimal): -16641045 or 15405826. OLE color: 15405826.
HSL color Cylindrical-coordinate representation of color #0213EB: hue angle of 235.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0213EB is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 19 | 235 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.08 |
| HSL | 235.62º | 0.98% | 0.46% | - |
| HSV(B) | 235.62º | 0.99% | 0.92% | - |
| XYZ | 15.25 | 6.48 | 79.04 | - |
| YUV | 38.54 | 238.87 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 235 | 0.99 | 0.92 | 0 | 0.08 | 235.62 | 0.98 | 0.46 |
| Hex | 2 | 13 | EB | 63 | 5C | 0 | 8 | EC | 62 | 2E |
| Octal | 2 | 23 | 353 | 143 | 134 | 0 | 10 | 354 | 142 | 56 |
| Binary | 10 | 10011 | 11101011 | 1100011 | 1011100 | 0 | 1000 | 11101100 | 1100010 | 101110 |
Color Harmonies of #0213EB
Complementary color
Monochromatic Colors of #0213EB
Black with #0213EB
Text Example
Text Example
White with #0213EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0213EB; }
p { color: rgb(2,19,235); }
H1.HeaderClassName
{
color: #0213EB;
}
.AnyTagClassName
{
color: #0213EB;
}
</style>
background-color css
<style>
a { background-color: #0213EB; }
a { background-color: rgb(2,19,235); }
div.DivClassName
{
background-color: #0213EB;
}
.BgClassName
{
background-color: #0213EB;
}
</style>
border-color css
<style>
span { border-color: #0213EB; }
span { border-color: rgb(2,19,235); }
td.TdClassName
{
border-color: #0213EB;
}
.TagClassName
{
border-color: #0213EB;
}
</style>