Shades of Sapphire #020A4D
Tints of Sapphire #020A4D
RGB
CMYK
RGB Variations
Color information
#020A4D (or 0x020A4D) is known color: Sapphire. HEX triplet: 02, 0A and 4D. RGB value is (2,10,77). Sum of RGB (Red+Green+Blue) = 2+10+77=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #020A4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A4D is #FDF5B2. Grayscale: #0E0E0E. Windows color (decimal): -16643507 or 5048834. OLE color: 5048834.
HSL color Cylindrical-coordinate representation of color #020A4D: hue angle of 233.6º 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 #020A4D is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 10 | 77 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.70 |
| HSL | 233.6º | 0.95% | 0.15% | - |
| HSV(B) | 233.6º | 0.97% | 0.3% | - |
| XYZ | 1.47 | 0.77 | 7.09 | - |
| YUV | 15.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 77 | 0.97 | 0.87 | 0 | 0.70 | 233.6 | 0.95 | 0.15 |
| Hex | 2 | A | 4D | 61 | 57 | 0 | 46 | EA | 5F | F |
| Octal | 2 | 12 | 115 | 141 | 127 | 0 | 106 | 352 | 137 | 17 |
| Binary | 10 | 1010 | 1001101 | 1100001 | 1010111 | 0 | 1000110 | 11101010 | 1011111 | 1111 |
Color Harmonies of #020A4D
Complementary color
Monochromatic Colors of #020A4D
Black with #020A4D
Text Example
Text Example
White with #020A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A4D; }
p { color: rgb(2,10,77); }
H1.HeaderClassName
{
color: #020A4D;
}
.AnyTagClassName
{
color: #020A4D;
}
</style>
background-color css
<style>
a { background-color: #020A4D; }
a { background-color: rgb(2,10,77); }
div.DivClassName
{
background-color: #020A4D;
}
.BgClassName
{
background-color: #020A4D;
}
</style>
border-color css
<style>
span { border-color: #020A4D; }
span { border-color: rgb(2,10,77); }
td.TdClassName
{
border-color: #020A4D;
}
.TagClassName
{
border-color: #020A4D;
}
</style>