Shades of Sapphire #021462
Tints of Sapphire #021462
RGB
CMYK
RGB Variations
Color information
#021462 (or 0x021462) is known color: Sapphire. HEX triplet: 02, 14 and 62. RGB value is (2,20,98). Sum of RGB (Red+Green+Blue) = 2+20+98=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #021462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021462 is #FDEB9D. Grayscale: #171717. Windows color (decimal): -16640926 or 6427650. OLE color: 6427650.
HSL color Cylindrical-coordinate representation of color #021462: hue angle of 228.75º 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 #021462 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 20 | 98 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.62 |
| HSL | 228.75º | 0.96% | 0.2% | - |
| HSV(B) | 228.75º | 0.98% | 0.38% | - |
| XYZ | 2.48 | 1.4 | 11.69 | - |
| YUV | 23.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 98 | 0.98 | 0.80 | 0 | 0.62 | 228.75 | 0.96 | 0.2 |
| Hex | 2 | 14 | 62 | 62 | 50 | 0 | 3E | E5 | 60 | 14 |
| Octal | 2 | 24 | 142 | 142 | 120 | 0 | 76 | 345 | 140 | 24 |
| Binary | 10 | 10100 | 1100010 | 1100010 | 1010000 | 0 | 111110 | 11100101 | 1100000 | 10100 |
Color Harmonies of #021462
Complementary color
Monochromatic Colors of #021462
Black with #021462
Text Example
Text Example
White with #021462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021462; }
p { color: rgb(2,20,98); }
H1.HeaderClassName
{
color: #021462;
}
.AnyTagClassName
{
color: #021462;
}
</style>
background-color css
<style>
a { background-color: #021462; }
a { background-color: rgb(2,20,98); }
div.DivClassName
{
background-color: #021462;
}
.BgClassName
{
background-color: #021462;
}
</style>
border-color css
<style>
span { border-color: #021462; }
span { border-color: rgb(2,20,98); }
td.TdClassName
{
border-color: #021462;
}
.TagClassName
{
border-color: #021462;
}
</style>