Shades of Sapphire #020D57
Tints of Sapphire #020D57
RGB
CMYK
RGB Variations
Color information
#020D57 (or 0x020D57) is known color: Sapphire. HEX triplet: 02, 0D and 57. RGB value is (2,13,87). Sum of RGB (Red+Green+Blue) = 2+13+87=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 87 (34.38% from 255 or 85.29% from 102); Max value from RGB is 87 - color contains mainly: blue. Hex color #020D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D57 is #FDF2A8. Grayscale: #111111. Windows color (decimal): -16642729 or 5704962. OLE color: 5704962.
HSL color Cylindrical-coordinate representation of color #020D57: hue angle of 232.24º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D57 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 13 | 87 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.66 |
| HSL | 232.24º | 0.96% | 0.17% | - |
| HSV(B) | 232.24º | 0.98% | 0.34% | - |
| XYZ | 1.89 | 0.99 | 9.11 | - |
| YUV | 18.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 87 | 0.98 | 0.85 | 0 | 0.66 | 232.24 | 0.96 | 0.17 |
| Hex | 2 | D | 57 | 62 | 55 | 0 | 42 | E8 | 60 | 11 |
| Octal | 2 | 15 | 127 | 142 | 125 | 0 | 102 | 350 | 140 | 21 |
| Binary | 10 | 1101 | 1010111 | 1100010 | 1010101 | 0 | 1000010 | 11101000 | 1100000 | 10001 |
Color Harmonies of #020D57
Complementary color
Monochromatic Colors of #020D57
Black with #020D57
Text Example
Text Example
White with #020D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D57; }
p { color: rgb(2,13,87); }
H1.HeaderClassName
{
color: #020D57;
}
.AnyTagClassName
{
color: #020D57;
}
</style>
background-color css
<style>
a { background-color: #020D57; }
a { background-color: rgb(2,13,87); }
div.DivClassName
{
background-color: #020D57;
}
.BgClassName
{
background-color: #020D57;
}
</style>
border-color css
<style>
span { border-color: #020D57; }
span { border-color: rgb(2,13,87); }
td.TdClassName
{
border-color: #020D57;
}
.TagClassName
{
border-color: #020D57;
}
</style>