Shades of Sapphire #020C58
Tints of Sapphire #020C58
RGB
CMYK
RGB Variations
Color information
#020C58 (or 0x020C58) is known color: Sapphire. HEX triplet: 02, 0C and 58. RGB value is (2,12,88). Sum of RGB (Red+Green+Blue) = 2+12+88=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 88 (34.77% from 255 or 86.27% from 102); Max value from RGB is 88 - color contains mainly: blue. Hex color #020C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C58 is #FDF3A7. Grayscale: #111111. Windows color (decimal): -16642984 or 5770242. OLE color: 5770242.
HSL color Cylindrical-coordinate representation of color #020C58: hue angle of 233.02º 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 #020C58 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 12 | 88 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.65 |
| HSL | 233.02º | 0.96% | 0.18% | - |
| HSV(B) | 233.02º | 0.98% | 0.35% | - |
| XYZ | 1.92 | 0.98 | 9.32 | - |
| YUV | 17.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 88 | 0.98 | 0.86 | 0 | 0.65 | 233.02 | 0.96 | 0.18 |
| Hex | 2 | C | 58 | 62 | 56 | 0 | 41 | E9 | 60 | 12 |
| Octal | 2 | 14 | 130 | 142 | 126 | 0 | 101 | 351 | 140 | 22 |
| Binary | 10 | 1100 | 1011000 | 1100010 | 1010110 | 0 | 1000001 | 11101001 | 1100000 | 10010 |
Color Harmonies of #020C58
Complementary color
Monochromatic Colors of #020C58
Black with #020C58
Text Example
Text Example
White with #020C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C58; }
p { color: rgb(2,12,88); }
H1.HeaderClassName
{
color: #020C58;
}
.AnyTagClassName
{
color: #020C58;
}
</style>
background-color css
<style>
a { background-color: #020C58; }
a { background-color: rgb(2,12,88); }
div.DivClassName
{
background-color: #020C58;
}
.BgClassName
{
background-color: #020C58;
}
</style>
border-color css
<style>
span { border-color: #020C58; }
span { border-color: rgb(2,12,88); }
td.TdClassName
{
border-color: #020C58;
}
.TagClassName
{
border-color: #020C58;
}
</style>