Shades of Sapphire #021C60
Tints of Sapphire #021C60
RGB
CMYK
RGB Variations
Color information
#021C60 (or 0x021C60) is known color: Sapphire. HEX triplet: 02, 1C and 60. RGB value is (2,28,96). Sum of RGB (Red+Green+Blue) = 2+28+96=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #021C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C60 is #FDE39F. Grayscale: #1B1B1B. Windows color (decimal): -16638880 or 6298626. OLE color: 6298626.
HSL color Cylindrical-coordinate representation of color #021C60: hue angle of 223.4º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C60 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 28 | 96 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.62 |
| HSL | 223.4º | 0.96% | 0.19% | - |
| HSV(B) | 223.4º | 0.98% | 0.38% | - |
| XYZ | 2.55 | 1.69 | 11.26 | - |
| YUV | 27.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 96 | 0.98 | 0.71 | 0 | 0.62 | 223.4 | 0.96 | 0.19 |
| Hex | 2 | 1C | 60 | 62 | 47 | 0 | 3E | DF | 60 | 13 |
| Octal | 2 | 34 | 140 | 142 | 107 | 0 | 76 | 337 | 140 | 23 |
| Binary | 10 | 11100 | 1100000 | 1100010 | 1000111 | 0 | 111110 | 11011111 | 1100000 | 10011 |
Color Harmonies of #021C60
Complementary color
Monochromatic Colors of #021C60
Black with #021C60
Text Example
Text Example
White with #021C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C60; }
p { color: rgb(2,28,96); }
H1.HeaderClassName
{
color: #021C60;
}
.AnyTagClassName
{
color: #021C60;
}
</style>
background-color css
<style>
a { background-color: #021C60; }
a { background-color: rgb(2,28,96); }
div.DivClassName
{
background-color: #021C60;
}
.BgClassName
{
background-color: #021C60;
}
</style>
border-color css
<style>
span { border-color: #021C60; }
span { border-color: rgb(2,28,96); }
td.TdClassName
{
border-color: #021C60;
}
.TagClassName
{
border-color: #021C60;
}
</style>