Shades of Sapphire #021752
Tints of Sapphire #021752
RGB
CMYK
RGB Variations
Color information
#021752 (or 0x021752) is known color: Sapphire. HEX triplet: 02, 17 and 52. RGB value is (2,23,82). Sum of RGB (Red+Green+Blue) = 2+23+82=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #021752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021752 is #FDE8AD. Grayscale: #171717. Windows color (decimal): -16640174 or 5379842. OLE color: 5379842.
HSL color Cylindrical-coordinate representation of color #021752: hue angle of 224.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021752 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 23 | 82 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.68 |
| HSL | 224.25º | 0.95% | 0.16% | - |
| HSV(B) | 224.25º | 0.98% | 0.32% | - |
| XYZ | 1.85 | 1.23 | 8.12 | - |
| YUV | 23.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 82 | 0.98 | 0.72 | 0 | 0.68 | 224.25 | 0.95 | 0.16 |
| Hex | 2 | 17 | 52 | 62 | 48 | 0 | 44 | E0 | 5F | 10 |
| Octal | 2 | 27 | 122 | 142 | 110 | 0 | 104 | 340 | 137 | 20 |
| Binary | 10 | 10111 | 1010010 | 1100010 | 1001000 | 0 | 1000100 | 11100000 | 1011111 | 10000 |
Color Harmonies of #021752
Complementary color
Monochromatic Colors of #021752
Black with #021752
Text Example
Text Example
White with #021752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021752; }
p { color: rgb(2,23,82); }
H1.HeaderClassName
{
color: #021752;
}
.AnyTagClassName
{
color: #021752;
}
</style>
background-color css
<style>
a { background-color: #021752; }
a { background-color: rgb(2,23,82); }
div.DivClassName
{
background-color: #021752;
}
.BgClassName
{
background-color: #021752;
}
</style>
border-color css
<style>
span { border-color: #021752; }
span { border-color: rgb(2,23,82); }
td.TdClassName
{
border-color: #021752;
}
.TagClassName
{
border-color: #021752;
}
</style>