Shades of Sapphire #020957
Tints of Sapphire #020957
RGB
CMYK
RGB Variations
Color information
#020957 (or 0x020957) is known color: Sapphire. HEX triplet: 02, 09 and 57. RGB value is (2,9,87). Sum of RGB (Red+Green+Blue) = 2+9+87=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 87 (34.38% from 255 or 88.78% from 98); Max value from RGB is 87 - color contains mainly: blue. Hex color #020957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020957 is #FDF6A8. Grayscale: #0F0F0F. Windows color (decimal): -16643753 or 5703938. OLE color: 5703938.
HSL color Cylindrical-coordinate representation of color #020957: hue angle of 235.06º 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 #020957 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 9 | 87 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.66 |
| HSL | 235.06º | 0.96% | 0.17% | - |
| HSV(B) | 235.06º | 0.98% | 0.34% | - |
| XYZ | 1.84 | 0.9 | 9.09 | - |
| YUV | 15.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 87 | 0.98 | 0.90 | 0 | 0.66 | 235.06 | 0.96 | 0.17 |
| Hex | 2 | 9 | 57 | 62 | 5A | 0 | 42 | EB | 60 | 11 |
| Octal | 2 | 11 | 127 | 142 | 132 | 0 | 102 | 353 | 140 | 21 |
| Binary | 10 | 1001 | 1010111 | 1100010 | 1011010 | 0 | 1000010 | 11101011 | 1100000 | 10001 |
Color Harmonies of #020957
Complementary color
Monochromatic Colors of #020957
Black with #020957
Text Example
Text Example
White with #020957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020957; }
p { color: rgb(2,9,87); }
H1.HeaderClassName
{
color: #020957;
}
.AnyTagClassName
{
color: #020957;
}
</style>
background-color css
<style>
a { background-color: #020957; }
a { background-color: rgb(2,9,87); }
div.DivClassName
{
background-color: #020957;
}
.BgClassName
{
background-color: #020957;
}
</style>
border-color css
<style>
span { border-color: #020957; }
span { border-color: rgb(2,9,87); }
td.TdClassName
{
border-color: #020957;
}
.TagClassName
{
border-color: #020957;
}
</style>