Shades of Sapphire #020C51
Tints of Sapphire #020C51
RGB
CMYK
RGB Variations
Color information
#020C51 (or 0x020C51) is known color: Sapphire. HEX triplet: 02, 0C and 51. RGB value is (2,12,81). Sum of RGB (Red+Green+Blue) = 2+12+81=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 81 (32.03% from 255 or 85.26% from 95); Max value from RGB is 81 - color contains mainly: blue. Hex color #020C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C51 is #FDF3AE. Grayscale: #101010. Windows color (decimal): -16642991 or 5311490. OLE color: 5311490.
HSL color Cylindrical-coordinate representation of color #020C51: hue angle of 232.41º 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 #020C51 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 12 | 81 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.68 |
| HSL | 232.41º | 0.95% | 0.16% | - |
| HSV(B) | 232.41º | 0.98% | 0.32% | - |
| XYZ | 1.64 | 0.87 | 7.87 | - |
| YUV | 16.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 81 | 0.98 | 0.85 | 0 | 0.68 | 232.41 | 0.95 | 0.16 |
| Hex | 2 | C | 51 | 62 | 55 | 0 | 44 | E8 | 5F | 10 |
| Octal | 2 | 14 | 121 | 142 | 125 | 0 | 104 | 350 | 137 | 20 |
| Binary | 10 | 1100 | 1010001 | 1100010 | 1010101 | 0 | 1000100 | 11101000 | 1011111 | 10000 |
Color Harmonies of #020C51
Complementary color
Monochromatic Colors of #020C51
Black with #020C51
Text Example
Text Example
White with #020C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C51; }
p { color: rgb(2,12,81); }
H1.HeaderClassName
{
color: #020C51;
}
.AnyTagClassName
{
color: #020C51;
}
</style>
background-color css
<style>
a { background-color: #020C51; }
a { background-color: rgb(2,12,81); }
div.DivClassName
{
background-color: #020C51;
}
.BgClassName
{
background-color: #020C51;
}
</style>
border-color css
<style>
span { border-color: #020C51; }
span { border-color: rgb(2,12,81); }
td.TdClassName
{
border-color: #020C51;
}
.TagClassName
{
border-color: #020C51;
}
</style>