Shades of Sapphire #021351
Tints of Sapphire #021351
RGB
CMYK
RGB Variations
Color information
#021351 (or 0x021351) is known color: Sapphire. HEX triplet: 02, 13 and 51. RGB value is (2,19,81). Sum of RGB (Red+Green+Blue) = 2+19+81=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #021351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021351 is #FDECAE. Grayscale: #141414. Windows color (decimal): -16641199 or 5313282. OLE color: 5313282.
HSL color Cylindrical-coordinate representation of color #021351: hue angle of 227.09º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021351 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 19 | 81 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.68 |
| HSL | 227.09º | 0.95% | 0.16% | - |
| HSV(B) | 227.09º | 0.98% | 0.32% | - |
| XYZ | 1.74 | 1.07 | 7.9 | - |
| YUV | 20.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 81 | 0.98 | 0.77 | 0 | 0.68 | 227.09 | 0.95 | 0.16 |
| Hex | 2 | 13 | 51 | 62 | 4D | 0 | 44 | E3 | 5F | 10 |
| Octal | 2 | 23 | 121 | 142 | 115 | 0 | 104 | 343 | 137 | 20 |
| Binary | 10 | 10011 | 1010001 | 1100010 | 1001101 | 0 | 1000100 | 11100011 | 1011111 | 10000 |
Color Harmonies of #021351
Complementary color
Monochromatic Colors of #021351
Black with #021351
Text Example
Text Example
White with #021351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021351; }
p { color: rgb(2,19,81); }
H1.HeaderClassName
{
color: #021351;
}
.AnyTagClassName
{
color: #021351;
}
</style>
background-color css
<style>
a { background-color: #021351; }
a { background-color: rgb(2,19,81); }
div.DivClassName
{
background-color: #021351;
}
.BgClassName
{
background-color: #021351;
}
</style>
border-color css
<style>
span { border-color: #021351; }
span { border-color: rgb(2,19,81); }
td.TdClassName
{
border-color: #021351;
}
.TagClassName
{
border-color: #021351;
}
</style>