Shades of Sapphire #020D59
Tints of Sapphire #020D59
RGB
CMYK
RGB Variations
Color information
#020D59 (or 0x020D59) is known color: Sapphire. HEX triplet: 02, 0D and 59. RGB value is (2,13,89). Sum of RGB (Red+Green+Blue) = 2+13+89=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #020D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D59 is #FDF2A6. Grayscale: #121212. Windows color (decimal): -16642727 or 5836034. OLE color: 5836034.
HSL color Cylindrical-coordinate representation of color #020D59: hue angle of 232.41º 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 #020D59 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 13 | 89 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.65 |
| HSL | 232.41º | 0.96% | 0.18% | - |
| HSV(B) | 232.41º | 0.98% | 0.35% | - |
| XYZ | 1.97 | 1.02 | 9.54 | - |
| YUV | 18.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 89 | 0.98 | 0.85 | 0 | 0.65 | 232.41 | 0.96 | 0.18 |
| Hex | 2 | D | 59 | 62 | 55 | 0 | 41 | E8 | 60 | 12 |
| Octal | 2 | 15 | 131 | 142 | 125 | 0 | 101 | 350 | 140 | 22 |
| Binary | 10 | 1101 | 1011001 | 1100010 | 1010101 | 0 | 1000001 | 11101000 | 1100000 | 10010 |
Color Harmonies of #020D59
Complementary color
Monochromatic Colors of #020D59
Black with #020D59
Text Example
Text Example
White with #020D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D59; }
p { color: rgb(2,13,89); }
H1.HeaderClassName
{
color: #020D59;
}
.AnyTagClassName
{
color: #020D59;
}
</style>
background-color css
<style>
a { background-color: #020D59; }
a { background-color: rgb(2,13,89); }
div.DivClassName
{
background-color: #020D59;
}
.BgClassName
{
background-color: #020D59;
}
</style>
border-color css
<style>
span { border-color: #020D59; }
span { border-color: rgb(2,13,89); }
td.TdClassName
{
border-color: #020D59;
}
.TagClassName
{
border-color: #020D59;
}
</style>