Shades of Sapphire #021265
Tints of Sapphire #021265
RGB
CMYK
RGB Variations
Color information
#021265 (or 0x021265) is known color: Sapphire. HEX triplet: 02, 12 and 65. RGB value is (2,18,101). Sum of RGB (Red+Green+Blue) = 2+18+101=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #021265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021265 is #FDED9A. Grayscale: #161616. Windows color (decimal): -16641435 or 6623746. OLE color: 6623746.
HSL color Cylindrical-coordinate representation of color #021265: hue angle of 230.3º 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 #021265 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 18 | 101 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.60 |
| HSL | 230.3º | 0.96% | 0.2% | - |
| HSV(B) | 230.3º | 0.98% | 0.4% | - |
| XYZ | 2.59 | 1.39 | 12.44 | - |
| YUV | 22.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 101 | 0.98 | 0.82 | 0 | 0.60 | 230.3 | 0.96 | 0.2 |
| Hex | 2 | 12 | 65 | 62 | 52 | 0 | 3C | E6 | 60 | 14 |
| Octal | 2 | 22 | 145 | 142 | 122 | 0 | 74 | 346 | 140 | 24 |
| Binary | 10 | 10010 | 1100101 | 1100010 | 1010010 | 0 | 111100 | 11100110 | 1100000 | 10100 |
Color Harmonies of #021265
Complementary color
Monochromatic Colors of #021265
Black with #021265
Text Example
Text Example
White with #021265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021265; }
p { color: rgb(2,18,101); }
H1.HeaderClassName
{
color: #021265;
}
.AnyTagClassName
{
color: #021265;
}
</style>
background-color css
<style>
a { background-color: #021265; }
a { background-color: rgb(2,18,101); }
div.DivClassName
{
background-color: #021265;
}
.BgClassName
{
background-color: #021265;
}
</style>
border-color css
<style>
span { border-color: #021265; }
span { border-color: rgb(2,18,101); }
td.TdClassName
{
border-color: #021265;
}
.TagClassName
{
border-color: #021265;
}
</style>