Shades of Sapphire #020949
Tints of Sapphire #020949
RGB
CMYK
RGB Variations
Color information
#020949 (or 0x020949) is known color: Sapphire. HEX triplet: 02, 09 and 49. RGB value is (2,9,73). Sum of RGB (Red+Green+Blue) = 2+9+73=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #020949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020949 is #FDF6B6. Grayscale: #0D0D0D. Windows color (decimal): -16643767 or 4786434. OLE color: 4786434.
HSL color Cylindrical-coordinate representation of color #020949: hue angle of 234.08º 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 #020949 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 9 | 73 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.71 |
| HSL | 234.08º | 0.95% | 0.15% | - |
| HSV(B) | 234.08º | 0.97% | 0.29% | - |
| XYZ | 1.33 | 0.69 | 6.37 | - |
| YUV | 14.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 73 | 0.97 | 0.88 | 0 | 0.71 | 234.08 | 0.95 | 0.15 |
| Hex | 2 | 9 | 49 | 61 | 58 | 0 | 47 | EA | 5F | F |
| Octal | 2 | 11 | 111 | 141 | 130 | 0 | 107 | 352 | 137 | 17 |
| Binary | 10 | 1001 | 1001001 | 1100001 | 1011000 | 0 | 1000111 | 11101010 | 1011111 | 1111 |
Color Harmonies of #020949
Complementary color
Monochromatic Colors of #020949
Black with #020949
Text Example
Text Example
White with #020949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020949; }
p { color: rgb(2,9,73); }
H1.HeaderClassName
{
color: #020949;
}
.AnyTagClassName
{
color: #020949;
}
</style>
background-color css
<style>
a { background-color: #020949; }
a { background-color: rgb(2,9,73); }
div.DivClassName
{
background-color: #020949;
}
.BgClassName
{
background-color: #020949;
}
</style>
border-color css
<style>
span { border-color: #020949; }
span { border-color: rgb(2,9,73); }
td.TdClassName
{
border-color: #020949;
}
.TagClassName
{
border-color: #020949;
}
</style>