Shades of Sapphire #022C76
Tints of Sapphire #022C76
RGB
CMYK
RGB Variations
Color information
#022C76 (or 0x022C76) is known color: Sapphire. HEX triplet: 02, 2C and 76. RGB value is (2,44,118). Sum of RGB (Red+Green+Blue) = 2+44+118=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #022C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C76 is #FDD389. Grayscale: #272727. Windows color (decimal): -16634762 or 7744514. OLE color: 7744514.
HSL color Cylindrical-coordinate representation of color #022C76: hue angle of 218.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C76 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 44 | 118 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.54 |
| HSL | 218.28º | 0.97% | 0.24% | - |
| HSV(B) | 218.28º | 0.98% | 0.46% | - |
| XYZ | 4.2 | 3.12 | 17.52 | - |
| YUV | 39.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 118 | 0.98 | 0.63 | 0 | 0.54 | 218.28 | 0.97 | 0.24 |
| Hex | 2 | 2C | 76 | 62 | 3F | 0 | 36 | DA | 61 | 18 |
| Octal | 2 | 54 | 166 | 142 | 77 | 0 | 66 | 332 | 141 | 30 |
| Binary | 10 | 101100 | 1110110 | 1100010 | 111111 | 0 | 110110 | 11011010 | 1100001 | 11000 |
Color Harmonies of #022C76
Complementary color
Monochromatic Colors of #022C76
Black with #022C76
Text Example
Text Example
White with #022C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C76; }
p { color: rgb(2,44,118); }
H1.HeaderClassName
{
color: #022C76;
}
.AnyTagClassName
{
color: #022C76;
}
</style>
background-color css
<style>
a { background-color: #022C76; }
a { background-color: rgb(2,44,118); }
div.DivClassName
{
background-color: #022C76;
}
.BgClassName
{
background-color: #022C76;
}
</style>
border-color css
<style>
span { border-color: #022C76; }
span { border-color: rgb(2,44,118); }
td.TdClassName
{
border-color: #022C76;
}
.TagClassName
{
border-color: #022C76;
}
</style>