Shades of Sapphire #021346
Tints of Sapphire #021346
RGB
CMYK
RGB Variations
Color information
#021346 (or 0x021346) is known color: Sapphire. HEX triplet: 02, 13 and 46. RGB value is (2,19,70). Sum of RGB (Red+Green+Blue) = 2+19+70=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #021346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021346 is #FDECB9. Grayscale: #131313. Windows color (decimal): -16641210 or 4592386. OLE color: 4592386.
HSL color Cylindrical-coordinate representation of color #021346: hue angle of 225º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021346 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 19 | 70 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.73 |
| HSL | 225º | 0.94% | 0.14% | - |
| HSV(B) | 225º | 0.97% | 0.27% | - |
| XYZ | 1.36 | 0.92 | 5.9 | - |
| YUV | 19.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 70 | 0.97 | 0.73 | 0 | 0.73 | 225 | 0.94 | 0.14 |
| Hex | 2 | 13 | 46 | 61 | 49 | 0 | 49 | E1 | 5E | E |
| Octal | 2 | 23 | 106 | 141 | 111 | 0 | 111 | 341 | 136 | 16 |
| Binary | 10 | 10011 | 1000110 | 1100001 | 1001001 | 0 | 1001001 | 11100001 | 1011110 | 1110 |
Color Harmonies of #021346
Complementary color
Monochromatic Colors of #021346
Black with #021346
Text Example
Text Example
White with #021346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021346; }
p { color: rgb(2,19,70); }
H1.HeaderClassName
{
color: #021346;
}
.AnyTagClassName
{
color: #021346;
}
</style>
background-color css
<style>
a { background-color: #021346; }
a { background-color: rgb(2,19,70); }
div.DivClassName
{
background-color: #021346;
}
.BgClassName
{
background-color: #021346;
}
</style>
border-color css
<style>
span { border-color: #021346; }
span { border-color: rgb(2,19,70); }
td.TdClassName
{
border-color: #021346;
}
.TagClassName
{
border-color: #021346;
}
</style>