Shades of Sapphire #021353
Tints of Sapphire #021353
RGB
CMYK
RGB Variations
Color information
#021353 (or 0x021353) is known color: Sapphire. HEX triplet: 02, 13 and 53. RGB value is (2,19,83). Sum of RGB (Red+Green+Blue) = 2+19+83=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #021353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021353 is #FDECAC. Grayscale: #141414. Windows color (decimal): -16641197 or 5444354. OLE color: 5444354.
HSL color Cylindrical-coordinate representation of color #021353: hue angle of 227.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021353 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 19 | 83 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.67 |
| HSL | 227.41º | 0.95% | 0.17% | - |
| HSV(B) | 227.41º | 0.98% | 0.33% | - |
| XYZ | 1.82 | 1.1 | 8.3 | - |
| YUV | 21.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 83 | 0.98 | 0.77 | 0 | 0.67 | 227.41 | 0.95 | 0.17 |
| Hex | 2 | 13 | 53 | 62 | 4D | 0 | 43 | E3 | 5F | 11 |
| Octal | 2 | 23 | 123 | 142 | 115 | 0 | 103 | 343 | 137 | 21 |
| Binary | 10 | 10011 | 1010011 | 1100010 | 1001101 | 0 | 1000011 | 11100011 | 1011111 | 10001 |
Color Harmonies of #021353
Complementary color
Monochromatic Colors of #021353
Black with #021353
Text Example
Text Example
White with #021353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021353; }
p { color: rgb(2,19,83); }
H1.HeaderClassName
{
color: #021353;
}
.AnyTagClassName
{
color: #021353;
}
</style>
background-color css
<style>
a { background-color: #021353; }
a { background-color: rgb(2,19,83); }
div.DivClassName
{
background-color: #021353;
}
.BgClassName
{
background-color: #021353;
}
</style>
border-color css
<style>
span { border-color: #021353; }
span { border-color: rgb(2,19,83); }
td.TdClassName
{
border-color: #021353;
}
.TagClassName
{
border-color: #021353;
}
</style>