Shades of Sapphire #020F55
Tints of Sapphire #020F55
RGB
CMYK
RGB Variations
Color information
#020F55 (or 0x020F55) is known color: Sapphire. HEX triplet: 02, 0F and 55. RGB value is (2,15,85). Sum of RGB (Red+Green+Blue) = 2+15+85=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 85 (33.59% from 255 or 83.33% from 102); Max value from RGB is 85 - color contains mainly: blue. Hex color #020F55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F55 is #FDF0AA. Grayscale: #121212. Windows color (decimal): -16642219 or 5574402. OLE color: 5574402.
HSL color Cylindrical-coordinate representation of color #020F55: hue angle of 230.6º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F55 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 15 | 85 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.67 |
| HSL | 230.6º | 0.95% | 0.17% | - |
| HSV(B) | 230.6º | 0.98% | 0.33% | - |
| XYZ | 1.84 | 1.01 | 8.69 | - |
| YUV | 19.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 85 | 0.98 | 0.82 | 0 | 0.67 | 230.6 | 0.95 | 0.17 |
| Hex | 2 | F | 55 | 62 | 52 | 0 | 43 | E7 | 5F | 11 |
| Octal | 2 | 17 | 125 | 142 | 122 | 0 | 103 | 347 | 137 | 21 |
| Binary | 10 | 1111 | 1010101 | 1100010 | 1010010 | 0 | 1000011 | 11100111 | 1011111 | 10001 |
Color Harmonies of #020F55
Complementary color
Monochromatic Colors of #020F55
Black with #020F55
Text Example
Text Example
White with #020F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F55; }
p { color: rgb(2,15,85); }
H1.HeaderClassName
{
color: #020F55;
}
.AnyTagClassName
{
color: #020F55;
}
</style>
background-color css
<style>
a { background-color: #020F55; }
a { background-color: rgb(2,15,85); }
div.DivClassName
{
background-color: #020F55;
}
.BgClassName
{
background-color: #020F55;
}
</style>
border-color css
<style>
span { border-color: #020F55; }
span { border-color: rgb(2,15,85); }
td.TdClassName
{
border-color: #020F55;
}
.TagClassName
{
border-color: #020F55;
}
</style>