Shades of Sapphire #020C50
Tints of Sapphire #020C50
RGB
CMYK
RGB Variations
Color information
#020C50 (or 0x020C50) is known color: Sapphire. HEX triplet: 02, 0C and 50. RGB value is (2,12,80). Sum of RGB (Red+Green+Blue) = 2+12+80=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 80 (31.64% from 255 or 85.11% from 94); Max value from RGB is 80 - color contains mainly: blue. Hex color #020C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C50 is #FDF3AF. Grayscale: #101010. Windows color (decimal): -16642992 or 5245954. OLE color: 5245954.
HSL color Cylindrical-coordinate representation of color #020C50: hue angle of 232.31º 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 #020C50 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 12 | 80 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.69 |
| HSL | 232.31º | 0.95% | 0.16% | - |
| HSV(B) | 232.31º | 0.98% | 0.31% | - |
| XYZ | 1.6 | 0.86 | 7.67 | - |
| YUV | 16.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 80 | 0.98 | 0.85 | 0 | 0.69 | 232.31 | 0.95 | 0.16 |
| Hex | 2 | C | 50 | 62 | 55 | 0 | 45 | E8 | 5F | 10 |
| Octal | 2 | 14 | 120 | 142 | 125 | 0 | 105 | 350 | 137 | 20 |
| Binary | 10 | 1100 | 1010000 | 1100010 | 1010101 | 0 | 1000101 | 11101000 | 1011111 | 10000 |
Color Harmonies of #020C50
Complementary color
Monochromatic Colors of #020C50
Black with #020C50
Text Example
Text Example
White with #020C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C50; }
p { color: rgb(2,12,80); }
H1.HeaderClassName
{
color: #020C50;
}
.AnyTagClassName
{
color: #020C50;
}
</style>
background-color css
<style>
a { background-color: #020C50; }
a { background-color: rgb(2,12,80); }
div.DivClassName
{
background-color: #020C50;
}
.BgClassName
{
background-color: #020C50;
}
</style>
border-color css
<style>
span { border-color: #020C50; }
span { border-color: rgb(2,12,80); }
td.TdClassName
{
border-color: #020C50;
}
.TagClassName
{
border-color: #020C50;
}
</style>