Shades of Sapphire #021266
Tints of Sapphire #021266
RGB
CMYK
RGB Variations
Color information
#021266 (or 0x021266) is known color: Sapphire. HEX triplet: 02, 12 and 66. RGB value is (2,18,102). Sum of RGB (Red+Green+Blue) = 2+18+102=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #021266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021266 is #FDED99. Grayscale: #161616. Windows color (decimal): -16641434 or 6689282. OLE color: 6689282.
HSL color Cylindrical-coordinate representation of color #021266: hue angle of 230.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021266 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 18 | 102 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.6 |
| HSL | 230.4º | 0.96% | 0.2% | - |
| HSV(B) | 230.4º | 0.98% | 0.4% | - |
| XYZ | 2.64 | 1.4 | 12.7 | - |
| YUV | 22.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 102 | 0.98 | 0.82 | 0 | 0.6 | 230.4 | 0.96 | 0.2 |
| Hex | 2 | 12 | 66 | 62 | 52 | 0 | 3C | E6 | 60 | 14 |
| Octal | 2 | 22 | 146 | 142 | 122 | 0 | 74 | 346 | 140 | 24 |
| Binary | 10 | 10010 | 1100110 | 1100010 | 1010010 | 0 | 111100 | 11100110 | 1100000 | 10100 |
Color Harmonies of #021266
Complementary color
Monochromatic Colors of #021266
Black with #021266
Text Example
Text Example
White with #021266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021266; }
p { color: rgb(2,18,102); }
H1.HeaderClassName
{
color: #021266;
}
.AnyTagClassName
{
color: #021266;
}
</style>
background-color css
<style>
a { background-color: #021266; }
a { background-color: rgb(2,18,102); }
div.DivClassName
{
background-color: #021266;
}
.BgClassName
{
background-color: #021266;
}
</style>
border-color css
<style>
span { border-color: #021266; }
span { border-color: rgb(2,18,102); }
td.TdClassName
{
border-color: #021266;
}
.TagClassName
{
border-color: #021266;
}
</style>