Shades of Sapphire #021755
Tints of Sapphire #021755
RGB
CMYK
RGB Variations
Color information
#021755 (or 0x021755) is known color: Sapphire. HEX triplet: 02, 17 and 55. RGB value is (2,23,85). Sum of RGB (Red+Green+Blue) = 2+23+85=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #021755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021755 is #FDE8AA. Grayscale: #171717. Windows color (decimal): -16640171 or 5576450. OLE color: 5576450.
HSL color Cylindrical-coordinate representation of color #021755: hue angle of 224.82º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021755 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 23 | 85 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.67 |
| HSL | 224.82º | 0.95% | 0.17% | - |
| HSV(B) | 224.82º | 0.98% | 0.33% | - |
| XYZ | 1.97 | 1.28 | 8.74 | - |
| YUV | 23.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 85 | 0.98 | 0.73 | 0 | 0.67 | 224.82 | 0.95 | 0.17 |
| Hex | 2 | 17 | 55 | 62 | 49 | 0 | 43 | E1 | 5F | 11 |
| Octal | 2 | 27 | 125 | 142 | 111 | 0 | 103 | 341 | 137 | 21 |
| Binary | 10 | 10111 | 1010101 | 1100010 | 1001001 | 0 | 1000011 | 11100001 | 1011111 | 10001 |
Color Harmonies of #021755
Complementary color
Monochromatic Colors of #021755
Black with #021755
Text Example
Text Example
White with #021755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021755; }
p { color: rgb(2,23,85); }
H1.HeaderClassName
{
color: #021755;
}
.AnyTagClassName
{
color: #021755;
}
</style>
background-color css
<style>
a { background-color: #021755; }
a { background-color: rgb(2,23,85); }
div.DivClassName
{
background-color: #021755;
}
.BgClassName
{
background-color: #021755;
}
</style>
border-color css
<style>
span { border-color: #021755; }
span { border-color: rgb(2,23,85); }
td.TdClassName
{
border-color: #021755;
}
.TagClassName
{
border-color: #021755;
}
</style>