Shades of Sapphire #022D71
Tints of Sapphire #022D71
RGB
CMYK
RGB Variations
Color information
#022D71 (or 0x022D71) is known color: Sapphire. HEX triplet: 02, 2D and 71. RGB value is (2,45,113). Sum of RGB (Red+Green+Blue) = 2+45+113=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #022D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D71 is #FDD28E. Grayscale: #272727. Windows color (decimal): -16634511 or 7417090. OLE color: 7417090.
HSL color Cylindrical-coordinate representation of color #022D71: hue angle of 216.76º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D71 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 45 | 113 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.56 |
| HSL | 216.76º | 0.97% | 0.23% | - |
| HSV(B) | 216.76º | 0.98% | 0.44% | - |
| XYZ | 3.94 | 3.08 | 16.01 | - |
| YUV | 39.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 113 | 0.98 | 0.60 | 0 | 0.56 | 216.76 | 0.97 | 0.23 |
| Hex | 2 | 2D | 71 | 62 | 3C | 0 | 38 | D9 | 61 | 17 |
| Octal | 2 | 55 | 161 | 142 | 74 | 0 | 70 | 331 | 141 | 27 |
| Binary | 10 | 101101 | 1110001 | 1100010 | 111100 | 0 | 111000 | 11011001 | 1100001 | 10111 |
Color Harmonies of #022D71
Complementary color
Monochromatic Colors of #022D71
Black with #022D71
Text Example
Text Example
White with #022D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D71; }
p { color: rgb(2,45,113); }
H1.HeaderClassName
{
color: #022D71;
}
.AnyTagClassName
{
color: #022D71;
}
</style>
background-color css
<style>
a { background-color: #022D71; }
a { background-color: rgb(2,45,113); }
div.DivClassName
{
background-color: #022D71;
}
.BgClassName
{
background-color: #022D71;
}
</style>
border-color css
<style>
span { border-color: #022D71; }
span { border-color: rgb(2,45,113); }
td.TdClassName
{
border-color: #022D71;
}
.TagClassName
{
border-color: #022D71;
}
</style>