Shades of Sapphire #020A5A
Tints of Sapphire #020A5A
RGB
CMYK
RGB Variations
Color information
#020A5A (or 0x020A5A) is known color: Sapphire. HEX triplet: 02, 0A and 5A. RGB value is (2,10,90). Sum of RGB (Red+Green+Blue) = 2+10+90=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 90 (35.55% from 255 or 88.24% from 102); Max value from RGB is 90 - color contains mainly: blue. Hex color #020A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A5A is #FDF5A5. Grayscale: #101010. Windows color (decimal): -16643494 or 5900802. OLE color: 5900802.
HSL color Cylindrical-coordinate representation of color #020A5A: hue angle of 234.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A5A is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 10 | 90 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.65 |
| HSL | 234.55º | 0.96% | 0.18% | - |
| HSV(B) | 234.55º | 0.98% | 0.35% | - |
| XYZ | 1.98 | 0.97 | 9.76 | - |
| YUV | 16.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 90 | 0.98 | 0.89 | 0 | 0.65 | 234.55 | 0.96 | 0.18 |
| Hex | 2 | A | 5A | 62 | 59 | 0 | 41 | EB | 60 | 12 |
| Octal | 2 | 12 | 132 | 142 | 131 | 0 | 101 | 353 | 140 | 22 |
| Binary | 10 | 1010 | 1011010 | 1100010 | 1011001 | 0 | 1000001 | 11101011 | 1100000 | 10010 |
Color Harmonies of #020A5A
Complementary color
Monochromatic Colors of #020A5A
Black with #020A5A
Text Example
Text Example
White with #020A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A5A; }
p { color: rgb(2,10,90); }
H1.HeaderClassName
{
color: #020A5A;
}
.AnyTagClassName
{
color: #020A5A;
}
</style>
background-color css
<style>
a { background-color: #020A5A; }
a { background-color: rgb(2,10,90); }
div.DivClassName
{
background-color: #020A5A;
}
.BgClassName
{
background-color: #020A5A;
}
</style>
border-color css
<style>
span { border-color: #020A5A; }
span { border-color: rgb(2,10,90); }
td.TdClassName
{
border-color: #020A5A;
}
.TagClassName
{
border-color: #020A5A;
}
</style>