Shades of Sapphire #020F68
Tints of Sapphire #020F68
RGB
CMYK
RGB Variations
Color information
#020F68 (or 0x020F68) is known color: Sapphire. HEX triplet: 02, 0F and 68. RGB value is (2,15,104). Sum of RGB (Red+Green+Blue) = 2+15+104=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #020F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F68 is #FDF097. Grayscale: #141414. Windows color (decimal): -16642200 or 6819586. OLE color: 6819586.
HSL color Cylindrical-coordinate representation of color #020F68: hue angle of 232.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F68 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 15 | 104 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.59 |
| HSL | 232.35º | 0.96% | 0.21% | - |
| HSV(B) | 232.35º | 0.98% | 0.41% | - |
| XYZ | 2.69 | 1.35 | 13.22 | - |
| YUV | 21.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 104 | 0.98 | 0.86 | 0 | 0.59 | 232.35 | 0.96 | 0.21 |
| Hex | 2 | F | 68 | 62 | 56 | 0 | 3B | E8 | 60 | 15 |
| Octal | 2 | 17 | 150 | 142 | 126 | 0 | 73 | 350 | 140 | 25 |
| Binary | 10 | 1111 | 1101000 | 1100010 | 1010110 | 0 | 111011 | 11101000 | 1100000 | 10101 |
Color Harmonies of #020F68
Complementary color
Monochromatic Colors of #020F68
Black with #020F68
Text Example
Text Example
White with #020F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F68; }
p { color: rgb(2,15,104); }
H1.HeaderClassName
{
color: #020F68;
}
.AnyTagClassName
{
color: #020F68;
}
</style>
background-color css
<style>
a { background-color: #020F68; }
a { background-color: rgb(2,15,104); }
div.DivClassName
{
background-color: #020F68;
}
.BgClassName
{
background-color: #020F68;
}
</style>
border-color css
<style>
span { border-color: #020F68; }
span { border-color: rgb(2,15,104); }
td.TdClassName
{
border-color: #020F68;
}
.TagClassName
{
border-color: #020F68;
}
</style>