Shades of Sapphire #021C50
Tints of Sapphire #021C50
RGB
CMYK
RGB Variations
Color information
#021C50 (or 0x021C50) is known color: Sapphire. HEX triplet: 02, 1C and 50. RGB value is (2,28,80). Sum of RGB (Red+Green+Blue) = 2+28+80=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #021C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C50 is #FDE3AF. Grayscale: #191919. Windows color (decimal): -16638896 or 5250050. OLE color: 5250050.
HSL color Cylindrical-coordinate representation of color #021C50: hue angle of 220º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C50 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 28 | 80 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.69 |
| HSL | 220º | 0.95% | 0.16% | - |
| HSV(B) | 220º | 0.98% | 0.31% | - |
| XYZ | 1.89 | 1.42 | 7.76 | - |
| YUV | 26.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 80 | 0.98 | 0.65 | 0 | 0.69 | 220 | 0.95 | 0.16 |
| Hex | 2 | 1C | 50 | 62 | 41 | 0 | 45 | DC | 5F | 10 |
| Octal | 2 | 34 | 120 | 142 | 101 | 0 | 105 | 334 | 137 | 20 |
| Binary | 10 | 11100 | 1010000 | 1100010 | 1000001 | 0 | 1000101 | 11011100 | 1011111 | 10000 |
Color Harmonies of #021C50
Complementary color
Monochromatic Colors of #021C50
Black with #021C50
Text Example
Text Example
White with #021C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C50; }
p { color: rgb(2,28,80); }
H1.HeaderClassName
{
color: #021C50;
}
.AnyTagClassName
{
color: #021C50;
}
</style>
background-color css
<style>
a { background-color: #021C50; }
a { background-color: rgb(2,28,80); }
div.DivClassName
{
background-color: #021C50;
}
.BgClassName
{
background-color: #021C50;
}
</style>
border-color css
<style>
span { border-color: #021C50; }
span { border-color: rgb(2,28,80); }
td.TdClassName
{
border-color: #021C50;
}
.TagClassName
{
border-color: #021C50;
}
</style>