Shades of Sapphire #020F62
Tints of Sapphire #020F62
RGB
CMYK
RGB Variations
Color information
#020F62 (or 0x020F62) is known color: Sapphire. HEX triplet: 02, 0F and 62. RGB value is (2,15,98). Sum of RGB (Red+Green+Blue) = 2+15+98=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 98 (38.67% from 255 or 85.22% from 115); Max value from RGB is 98 - color contains mainly: blue. Hex color #020F62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F62 is #FDF09D. Grayscale: #141414. Windows color (decimal): -16642206 or 6426370. OLE color: 6426370.
HSL color Cylindrical-coordinate representation of color #020F62: hue angle of 231.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F62 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 15 | 98 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.62 |
| HSL | 231.88º | 0.96% | 0.2% | - |
| HSV(B) | 231.88º | 0.98% | 0.38% | - |
| XYZ | 2.4 | 1.24 | 11.67 | - |
| YUV | 20.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 98 | 0.98 | 0.85 | 0 | 0.62 | 231.88 | 0.96 | 0.2 |
| Hex | 2 | F | 62 | 62 | 55 | 0 | 3E | E8 | 60 | 14 |
| Octal | 2 | 17 | 142 | 142 | 125 | 0 | 76 | 350 | 140 | 24 |
| Binary | 10 | 1111 | 1100010 | 1100010 | 1010101 | 0 | 111110 | 11101000 | 1100000 | 10100 |
Color Harmonies of #020F62
Complementary color
Monochromatic Colors of #020F62
Black with #020F62
Text Example
Text Example
White with #020F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F62; }
p { color: rgb(2,15,98); }
H1.HeaderClassName
{
color: #020F62;
}
.AnyTagClassName
{
color: #020F62;
}
</style>
background-color css
<style>
a { background-color: #020F62; }
a { background-color: rgb(2,15,98); }
div.DivClassName
{
background-color: #020F62;
}
.BgClassName
{
background-color: #020F62;
}
</style>
border-color css
<style>
span { border-color: #020F62; }
span { border-color: rgb(2,15,98); }
td.TdClassName
{
border-color: #020F62;
}
.TagClassName
{
border-color: #020F62;
}
</style>