Shades of Sapphire #020D58
Tints of Sapphire #020D58
RGB
CMYK
RGB Variations
Color information
#020D58 (or 0x020D58) is known color: Sapphire. HEX triplet: 02, 0D and 58. RGB value is (2,13,88). Sum of RGB (Red+Green+Blue) = 2+13+88=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 88 (34.77% from 255 or 85.44% from 103); Max value from RGB is 88 - color contains mainly: blue. Hex color #020D58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D58 is #FDF2A7. Grayscale: #111111. Windows color (decimal): -16642728 or 5770498. OLE color: 5770498.
HSL color Cylindrical-coordinate representation of color #020D58: hue angle of 232.33º 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 #020D58 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 13 | 88 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.65 |
| HSL | 232.33º | 0.96% | 0.18% | - |
| HSV(B) | 232.33º | 0.98% | 0.35% | - |
| XYZ | 1.93 | 1.01 | 9.32 | - |
| YUV | 18.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 88 | 0.98 | 0.85 | 0 | 0.65 | 232.33 | 0.96 | 0.18 |
| Hex | 2 | D | 58 | 62 | 55 | 0 | 41 | E8 | 60 | 12 |
| Octal | 2 | 15 | 130 | 142 | 125 | 0 | 101 | 350 | 140 | 22 |
| Binary | 10 | 1101 | 1011000 | 1100010 | 1010101 | 0 | 1000001 | 11101000 | 1100000 | 10010 |
Color Harmonies of #020D58
Complementary color
Monochromatic Colors of #020D58
Black with #020D58
Text Example
Text Example
White with #020D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D58; }
p { color: rgb(2,13,88); }
H1.HeaderClassName
{
color: #020D58;
}
.AnyTagClassName
{
color: #020D58;
}
</style>
background-color css
<style>
a { background-color: #020D58; }
a { background-color: rgb(2,13,88); }
div.DivClassName
{
background-color: #020D58;
}
.BgClassName
{
background-color: #020D58;
}
</style>
border-color css
<style>
span { border-color: #020D58; }
span { border-color: rgb(2,13,88); }
td.TdClassName
{
border-color: #020D58;
}
.TagClassName
{
border-color: #020D58;
}
</style>