Shades of Sapphire #021347
Tints of Sapphire #021347
RGB
CMYK
RGB Variations
Color information
#021347 (or 0x021347) is known color: Sapphire. HEX triplet: 02, 13 and 47. RGB value is (2,19,71). Sum of RGB (Red+Green+Blue) = 2+19+71=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #021347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021347 is #FDECB8. Grayscale: #131313. Windows color (decimal): -16641209 or 4657922. OLE color: 4657922.
HSL color Cylindrical-coordinate representation of color #021347: hue angle of 225.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021347 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 19 | 71 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.72 |
| HSL | 225.22º | 0.95% | 0.14% | - |
| HSV(B) | 225.22º | 0.97% | 0.28% | - |
| XYZ | 1.4 | 0.93 | 6.07 | - |
| YUV | 19.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 71 | 0.97 | 0.73 | 0 | 0.72 | 225.22 | 0.95 | 0.14 |
| Hex | 2 | 13 | 47 | 61 | 49 | 0 | 48 | E1 | 5F | E |
| Octal | 2 | 23 | 107 | 141 | 111 | 0 | 110 | 341 | 137 | 16 |
| Binary | 10 | 10011 | 1000111 | 1100001 | 1001001 | 0 | 1001000 | 11100001 | 1011111 | 1110 |
Color Harmonies of #021347
Complementary color
Monochromatic Colors of #021347
Black with #021347
Text Example
Text Example
White with #021347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021347; }
p { color: rgb(2,19,71); }
H1.HeaderClassName
{
color: #021347;
}
.AnyTagClassName
{
color: #021347;
}
</style>
background-color css
<style>
a { background-color: #021347; }
a { background-color: rgb(2,19,71); }
div.DivClassName
{
background-color: #021347;
}
.BgClassName
{
background-color: #021347;
}
</style>
border-color css
<style>
span { border-color: #021347; }
span { border-color: rgb(2,19,71); }
td.TdClassName
{
border-color: #021347;
}
.TagClassName
{
border-color: #021347;
}
</style>