Shades of Sapphire #020C59
Tints of Sapphire #020C59
RGB
CMYK
RGB Variations
Color information
#020C59 (or 0x020C59) is known color: Sapphire. HEX triplet: 02, 0C and 59. RGB value is (2,12,89). Sum of RGB (Red+Green+Blue) = 2+12+89=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 89 (35.16% from 255 or 86.41% from 103); Max value from RGB is 89 - color contains mainly: blue. Hex color #020C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C59 is #FDF3A6. Grayscale: #111111. Windows color (decimal): -16642983 or 5835778. OLE color: 5835778.
HSL color Cylindrical-coordinate representation of color #020C59: hue angle of 233.1º 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 #020C59 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 12 | 89 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.65 |
| HSL | 233.1º | 0.96% | 0.18% | - |
| HSV(B) | 233.1º | 0.98% | 0.35% | - |
| XYZ | 1.96 | 1 | 9.54 | - |
| YUV | 17.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 89 | 0.98 | 0.87 | 0 | 0.65 | 233.1 | 0.96 | 0.18 |
| Hex | 2 | C | 59 | 62 | 57 | 0 | 41 | E9 | 60 | 12 |
| Octal | 2 | 14 | 131 | 142 | 127 | 0 | 101 | 351 | 140 | 22 |
| Binary | 10 | 1100 | 1011001 | 1100010 | 1010111 | 0 | 1000001 | 11101001 | 1100000 | 10010 |
Color Harmonies of #020C59
Complementary color
Monochromatic Colors of #020C59
Black with #020C59
Text Example
Text Example
White with #020C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C59; }
p { color: rgb(2,12,89); }
H1.HeaderClassName
{
color: #020C59;
}
.AnyTagClassName
{
color: #020C59;
}
</style>
background-color css
<style>
a { background-color: #020C59; }
a { background-color: rgb(2,12,89); }
div.DivClassName
{
background-color: #020C59;
}
.BgClassName
{
background-color: #020C59;
}
</style>
border-color css
<style>
span { border-color: #020C59; }
span { border-color: rgb(2,12,89); }
td.TdClassName
{
border-color: #020C59;
}
.TagClassName
{
border-color: #020C59;
}
</style>