Shades of Sapphire #021262
Tints of Sapphire #021262
RGB
CMYK
RGB Variations
Color information
#021262 (or 0x021262) is known color: Sapphire. HEX triplet: 02, 12 and 62. RGB value is (2,18,98). Sum of RGB (Red+Green+Blue) = 2+18+98=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #021262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021262 is #FDED9D. Grayscale: #161616. Windows color (decimal): -16641438 or 6427138. OLE color: 6427138.
HSL color Cylindrical-coordinate representation of color #021262: hue angle of 230º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021262 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 18 | 98 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.62 |
| HSL | 230º | 0.96% | 0.2% | - |
| HSV(B) | 230º | 0.98% | 0.38% | - |
| XYZ | 2.45 | 1.33 | 11.68 | - |
| YUV | 22.34 | 170.7 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 98 | 0.98 | 0.82 | 0 | 0.62 | 230 | 0.96 | 0.2 |
| Hex | 2 | 12 | 62 | 62 | 52 | 0 | 3E | E6 | 60 | 14 |
| Octal | 2 | 22 | 142 | 142 | 122 | 0 | 76 | 346 | 140 | 24 |
| Binary | 10 | 10010 | 1100010 | 1100010 | 1010010 | 0 | 111110 | 11100110 | 1100000 | 10100 |
Color Harmonies of #021262
Complementary color
Monochromatic Colors of #021262
Black with #021262
Text Example
Text Example
White with #021262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021262; }
p { color: rgb(2,18,98); }
H1.HeaderClassName
{
color: #021262;
}
.AnyTagClassName
{
color: #021262;
}
</style>
background-color css
<style>
a { background-color: #021262; }
a { background-color: rgb(2,18,98); }
div.DivClassName
{
background-color: #021262;
}
.BgClassName
{
background-color: #021262;
}
</style>
border-color css
<style>
span { border-color: #021262; }
span { border-color: rgb(2,18,98); }
td.TdClassName
{
border-color: #021262;
}
.TagClassName
{
border-color: #021262;
}
</style>