Shades of Sapphire #021052
Tints of Sapphire #021052
RGB
CMYK
RGB Variations
Color information
#021052 (or 0x021052) is known color: Sapphire. HEX triplet: 02, 10 and 52. RGB value is (2,16,82). Sum of RGB (Red+Green+Blue) = 2+16+82=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 82 (32.42% from 255 or 82% from 100); Max value from RGB is 82 - color contains mainly: blue. Hex color #021052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021052 is #FDEFAD. Grayscale: #131313. Windows color (decimal): -16641966 or 5378050. OLE color: 5378050.
HSL color Cylindrical-coordinate representation of color #021052: hue angle of 229.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021052 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 16 | 82 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.68 |
| HSL | 229.5º | 0.95% | 0.16% | - |
| HSV(B) | 229.5º | 0.98% | 0.32% | - |
| XYZ | 1.73 | 0.99 | 8.08 | - |
| YUV | 19.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 82 | 0.98 | 0.80 | 0 | 0.68 | 229.5 | 0.95 | 0.16 |
| Hex | 2 | 10 | 52 | 62 | 50 | 0 | 44 | E6 | 5F | 10 |
| Octal | 2 | 20 | 122 | 142 | 120 | 0 | 104 | 346 | 137 | 20 |
| Binary | 10 | 10000 | 1010010 | 1100010 | 1010000 | 0 | 1000100 | 11100110 | 1011111 | 10000 |
Color Harmonies of #021052
Complementary color
Monochromatic Colors of #021052
Black with #021052
Text Example
Text Example
White with #021052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021052; }
p { color: rgb(2,16,82); }
H1.HeaderClassName
{
color: #021052;
}
.AnyTagClassName
{
color: #021052;
}
</style>
background-color css
<style>
a { background-color: #021052; }
a { background-color: rgb(2,16,82); }
div.DivClassName
{
background-color: #021052;
}
.BgClassName
{
background-color: #021052;
}
</style>
border-color css
<style>
span { border-color: #021052; }
span { border-color: rgb(2,16,82); }
td.TdClassName
{
border-color: #021052;
}
.TagClassName
{
border-color: #021052;
}
</style>