Shades of Sapphire #020F59
Tints of Sapphire #020F59
RGB
CMYK
RGB Variations
Color information
#020F59 (or 0x020F59) is known color: Sapphire. HEX triplet: 02, 0F and 59. RGB value is (2,15,89). Sum of RGB (Red+Green+Blue) = 2+15+89=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #020F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F59 is #FDF0A6. Grayscale: #131313. Windows color (decimal): -16642215 or 5836546. OLE color: 5836546.
HSL color Cylindrical-coordinate representation of color #020F59: hue angle of 231.03º 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 #020F59 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 15 | 89 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.65 |
| HSL | 231.03º | 0.96% | 0.18% | - |
| HSV(B) | 231.03º | 0.98% | 0.35% | - |
| XYZ | 2 | 1.08 | 9.55 | - |
| YUV | 19.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 89 | 0.98 | 0.83 | 0 | 0.65 | 231.03 | 0.96 | 0.18 |
| Hex | 2 | F | 59 | 62 | 53 | 0 | 41 | E7 | 60 | 12 |
| Octal | 2 | 17 | 131 | 142 | 123 | 0 | 101 | 347 | 140 | 22 |
| Binary | 10 | 1111 | 1011001 | 1100010 | 1010011 | 0 | 1000001 | 11100111 | 1100000 | 10010 |
Color Harmonies of #020F59
Complementary color
Monochromatic Colors of #020F59
Black with #020F59
Text Example
Text Example
White with #020F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F59; }
p { color: rgb(2,15,89); }
H1.HeaderClassName
{
color: #020F59;
}
.AnyTagClassName
{
color: #020F59;
}
</style>
background-color css
<style>
a { background-color: #020F59; }
a { background-color: rgb(2,15,89); }
div.DivClassName
{
background-color: #020F59;
}
.BgClassName
{
background-color: #020F59;
}
</style>
border-color css
<style>
span { border-color: #020F59; }
span { border-color: rgb(2,15,89); }
td.TdClassName
{
border-color: #020F59;
}
.TagClassName
{
border-color: #020F59;
}
</style>