Shades of Sapphire #020749
Tints of Sapphire #020749
RGB
CMYK
RGB Variations
Color information
#020749 (or 0x020749) is known color: Sapphire. HEX triplet: 02, 07 and 49. RGB value is (2,7,73). Sum of RGB (Red+Green+Blue) = 2+7+73=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 73 (28.91% from 255 or 89.02% from 82); Max value from RGB is 73 - color contains mainly: blue. Hex color #020749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020749 is #FDF8B6. Grayscale: #0C0C0C. Windows color (decimal): -16644279 or 4785922. OLE color: 4785922.
HSL color Cylindrical-coordinate representation of color #020749: hue angle of 235.77º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020749 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 7 | 73 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.71 |
| HSL | 235.77º | 0.95% | 0.15% | - |
| HSV(B) | 235.77º | 0.97% | 0.29% | - |
| XYZ | 1.3 | 0.65 | 6.36 | - |
| YUV | 13.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 73 | 0.97 | 0.90 | 0 | 0.71 | 235.77 | 0.95 | 0.15 |
| Hex | 2 | 7 | 49 | 61 | 5A | 0 | 47 | EC | 5F | F |
| Octal | 2 | 7 | 111 | 141 | 132 | 0 | 107 | 354 | 137 | 17 |
| Binary | 10 | 111 | 1001001 | 1100001 | 1011010 | 0 | 1000111 | 11101100 | 1011111 | 1111 |
Color Harmonies of #020749
Complementary color
Monochromatic Colors of #020749
Black with #020749
Text Example
Text Example
White with #020749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020749; }
p { color: rgb(2,7,73); }
H1.HeaderClassName
{
color: #020749;
}
.AnyTagClassName
{
color: #020749;
}
</style>
background-color css
<style>
a { background-color: #020749; }
a { background-color: rgb(2,7,73); }
div.DivClassName
{
background-color: #020749;
}
.BgClassName
{
background-color: #020749;
}
</style>
border-color css
<style>
span { border-color: #020749; }
span { border-color: rgb(2,7,73); }
td.TdClassName
{
border-color: #020749;
}
.TagClassName
{
border-color: #020749;
}
</style>