Shades of Sapphire #020A50
Tints of Sapphire #020A50
RGB
CMYK
RGB Variations
Color information
#020A50 (or 0x020A50) is known color: Sapphire. HEX triplet: 02, 0A and 50. RGB value is (2,10,80). Sum of RGB (Red+Green+Blue) = 2+10+80=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 80 (31.64% from 255 or 86.96% from 92); Max value from RGB is 80 - color contains mainly: blue. Hex color #020A50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A50 is #FDF5AF. Grayscale: #0F0F0F. Windows color (decimal): -16643504 or 5245442. OLE color: 5245442.
HSL color Cylindrical-coordinate representation of color #020A50: hue angle of 233.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A50 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 10 | 80 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.69 |
| HSL | 233.85º | 0.95% | 0.16% | - |
| HSV(B) | 233.85º | 0.98% | 0.31% | - |
| XYZ | 1.58 | 0.81 | 7.66 | - |
| YUV | 15.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 80 | 0.98 | 0.87 | 0 | 0.69 | 233.85 | 0.95 | 0.16 |
| Hex | 2 | A | 50 | 62 | 57 | 0 | 45 | EA | 5F | 10 |
| Octal | 2 | 12 | 120 | 142 | 127 | 0 | 105 | 352 | 137 | 20 |
| Binary | 10 | 1010 | 1010000 | 1100010 | 1010111 | 0 | 1000101 | 11101010 | 1011111 | 10000 |
Color Harmonies of #020A50
Complementary color
Monochromatic Colors of #020A50
Black with #020A50
Text Example
Text Example
White with #020A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A50; }
p { color: rgb(2,10,80); }
H1.HeaderClassName
{
color: #020A50;
}
.AnyTagClassName
{
color: #020A50;
}
</style>
background-color css
<style>
a { background-color: #020A50; }
a { background-color: rgb(2,10,80); }
div.DivClassName
{
background-color: #020A50;
}
.BgClassName
{
background-color: #020A50;
}
</style>
border-color css
<style>
span { border-color: #020A50; }
span { border-color: rgb(2,10,80); }
td.TdClassName
{
border-color: #020A50;
}
.TagClassName
{
border-color: #020A50;
}
</style>