Shades of Sapphire #021771
Tints of Sapphire #021771
RGB
CMYK
RGB Variations
Color information
#021771 (or 0x021771) is known color: Sapphire. HEX triplet: 02, 17 and 71. RGB value is (2,23,113). Sum of RGB (Red+Green+Blue) = 2+23+113=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 113 (44.53% from 255 or 81.88% from 138); Max value from RGB is 113 - color contains mainly: blue. Hex color #021771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021771 is #FDE88E. Grayscale: #1A1A1A. Windows color (decimal): -16640143 or 7411458. OLE color: 7411458.
HSL color Cylindrical-coordinate representation of color #021771: hue angle of 228.65º 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 #021771 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 23 | 113 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.56 |
| HSL | 228.65º | 0.97% | 0.23% | - |
| HSV(B) | 228.65º | 0.98% | 0.44% | - |
| XYZ | 3.31 | 1.82 | 15.8 | - |
| YUV | 26.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 113 | 0.98 | 0.80 | 0 | 0.56 | 228.65 | 0.97 | 0.23 |
| Hex | 2 | 17 | 71 | 62 | 50 | 0 | 38 | E5 | 61 | 17 |
| Octal | 2 | 27 | 161 | 142 | 120 | 0 | 70 | 345 | 141 | 27 |
| Binary | 10 | 10111 | 1110001 | 1100010 | 1010000 | 0 | 111000 | 11100101 | 1100001 | 10111 |
Color Harmonies of #021771
Complementary color
Monochromatic Colors of #021771
Black with #021771
Text Example
Text Example
White with #021771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021771; }
p { color: rgb(2,23,113); }
H1.HeaderClassName
{
color: #021771;
}
.AnyTagClassName
{
color: #021771;
}
</style>
background-color css
<style>
a { background-color: #021771; }
a { background-color: rgb(2,23,113); }
div.DivClassName
{
background-color: #021771;
}
.BgClassName
{
background-color: #021771;
}
</style>
border-color css
<style>
span { border-color: #021771; }
span { border-color: rgb(2,23,113); }
td.TdClassName
{
border-color: #021771;
}
.TagClassName
{
border-color: #021771;
}
</style>