Shades of Sapphire #022D73
Tints of Sapphire #022D73
RGB
CMYK
RGB Variations
Color information
#022D73 (or 0x022D73) is known color: Sapphire. HEX triplet: 02, 2D and 73. RGB value is (2,45,115). Sum of RGB (Red+Green+Blue) = 2+45+115=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #022D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D73 is #FDD28C. Grayscale: #272727. Windows color (decimal): -16634509 or 7548162. OLE color: 7548162.
HSL color Cylindrical-coordinate representation of color #022D73: hue angle of 217.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D73 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 45 | 115 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.55 |
| HSL | 217.17º | 0.97% | 0.23% | - |
| HSV(B) | 217.17º | 0.98% | 0.45% | - |
| XYZ | 4.06 | 3.13 | 16.61 | - |
| YUV | 40.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 115 | 0.98 | 0.61 | 0 | 0.55 | 217.17 | 0.97 | 0.23 |
| Hex | 2 | 2D | 73 | 62 | 3D | 0 | 37 | D9 | 61 | 17 |
| Octal | 2 | 55 | 163 | 142 | 75 | 0 | 67 | 331 | 141 | 27 |
| Binary | 10 | 101101 | 1110011 | 1100010 | 111101 | 0 | 110111 | 11011001 | 1100001 | 10111 |
Color Harmonies of #022D73
Complementary color
Monochromatic Colors of #022D73
Black with #022D73
Text Example
Text Example
White with #022D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D73; }
p { color: rgb(2,45,115); }
H1.HeaderClassName
{
color: #022D73;
}
.AnyTagClassName
{
color: #022D73;
}
</style>
background-color css
<style>
a { background-color: #022D73; }
a { background-color: rgb(2,45,115); }
div.DivClassName
{
background-color: #022D73;
}
.BgClassName
{
background-color: #022D73;
}
</style>
border-color css
<style>
span { border-color: #022D73; }
span { border-color: rgb(2,45,115); }
td.TdClassName
{
border-color: #022D73;
}
.TagClassName
{
border-color: #022D73;
}
</style>