Shades of Sapphire #021675
Tints of Sapphire #021675
RGB
CMYK
RGB Variations
Color information
#021675 (or 0x021675) is known color: Sapphire. HEX triplet: 02, 16 and 75. RGB value is (2,22,117). Sum of RGB (Red+Green+Blue) = 2+22+117=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #021675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021675 is #FDE98A. Grayscale: #1A1A1A. Windows color (decimal): -16640395 or 7673346. OLE color: 7673346.
HSL color Cylindrical-coordinate representation of color #021675: hue angle of 229.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021675 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 22 | 117 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.54 |
| HSL | 229.57º | 0.97% | 0.23% | - |
| HSV(B) | 229.57º | 0.98% | 0.46% | - |
| XYZ | 3.52 | 1.87 | 17.01 | - |
| YUV | 26.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 117 | 0.98 | 0.81 | 0 | 0.54 | 229.57 | 0.97 | 0.23 |
| Hex | 2 | 16 | 75 | 62 | 51 | 0 | 36 | E6 | 61 | 17 |
| Octal | 2 | 26 | 165 | 142 | 121 | 0 | 66 | 346 | 141 | 27 |
| Binary | 10 | 10110 | 1110101 | 1100010 | 1010001 | 0 | 110110 | 11100110 | 1100001 | 10111 |
Color Harmonies of #021675
Complementary color
Monochromatic Colors of #021675
Black with #021675
Text Example
Text Example
White with #021675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021675; }
p { color: rgb(2,22,117); }
H1.HeaderClassName
{
color: #021675;
}
.AnyTagClassName
{
color: #021675;
}
</style>
background-color css
<style>
a { background-color: #021675; }
a { background-color: rgb(2,22,117); }
div.DivClassName
{
background-color: #021675;
}
.BgClassName
{
background-color: #021675;
}
</style>
border-color css
<style>
span { border-color: #021675; }
span { border-color: rgb(2,22,117); }
td.TdClassName
{
border-color: #021675;
}
.TagClassName
{
border-color: #021675;
}
</style>