Shades of Sapphire #020C4D
Tints of Sapphire #020C4D
RGB
CMYK
RGB Variations
Color information
#020C4D (or 0x020C4D) is known color: Sapphire. HEX triplet: 02, 0C and 4D. RGB value is (2,12,77). Sum of RGB (Red+Green+Blue) = 2+12+77=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #020C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C4D is #FDF3B2. Grayscale: #101010. Windows color (decimal): -16642995 or 5049346. OLE color: 5049346.
HSL color Cylindrical-coordinate representation of color #020C4D: hue angle of 232º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C4D is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 12 | 77 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.70 |
| HSL | 232º | 0.95% | 0.15% | - |
| HSV(B) | 232º | 0.97% | 0.3% | - |
| XYZ | 1.5 | 0.81 | 7.1 | - |
| YUV | 16.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 77 | 0.97 | 0.84 | 0 | 0.70 | 232 | 0.95 | 0.15 |
| Hex | 2 | C | 4D | 61 | 54 | 0 | 46 | E8 | 5F | F |
| Octal | 2 | 14 | 115 | 141 | 124 | 0 | 106 | 350 | 137 | 17 |
| Binary | 10 | 1100 | 1001101 | 1100001 | 1010100 | 0 | 1000110 | 11101000 | 1011111 | 1111 |
Color Harmonies of #020C4D
Complementary color
Monochromatic Colors of #020C4D
Black with #020C4D
Text Example
Text Example
White with #020C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C4D; }
p { color: rgb(2,12,77); }
H1.HeaderClassName
{
color: #020C4D;
}
.AnyTagClassName
{
color: #020C4D;
}
</style>
background-color css
<style>
a { background-color: #020C4D; }
a { background-color: rgb(2,12,77); }
div.DivClassName
{
background-color: #020C4D;
}
.BgClassName
{
background-color: #020C4D;
}
</style>
border-color css
<style>
span { border-color: #020C4D; }
span { border-color: rgb(2,12,77); }
td.TdClassName
{
border-color: #020C4D;
}
.TagClassName
{
border-color: #020C4D;
}
</style>