Shades of Sapphire #021361
Tints of Sapphire #021361
RGB
CMYK
RGB Variations
Color information
#021361 (or 0x021361) is known color: Sapphire. HEX triplet: 02, 13 and 61. RGB value is (2,19,97). Sum of RGB (Red+Green+Blue) = 2+19+97=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 97 (38.28% from 255 or 82.20% from 118); Max value from RGB is 97 - color contains mainly: blue. Hex color #021361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021361 is #FDEC9E. Grayscale: #161616. Windows color (decimal): -16641183 or 6361858. OLE color: 6361858.
HSL color Cylindrical-coordinate representation of color #021361: hue angle of 229.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021361 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 19 | 97 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.62 |
| HSL | 229.26º | 0.96% | 0.19% | - |
| HSV(B) | 229.26º | 0.98% | 0.38% | - |
| XYZ | 2.42 | 1.34 | 11.44 | - |
| YUV | 22.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 97 | 0.98 | 0.80 | 0 | 0.62 | 229.26 | 0.96 | 0.19 |
| Hex | 2 | 13 | 61 | 62 | 50 | 0 | 3E | E5 | 60 | 13 |
| Octal | 2 | 23 | 141 | 142 | 120 | 0 | 76 | 345 | 140 | 23 |
| Binary | 10 | 10011 | 1100001 | 1100010 | 1010000 | 0 | 111110 | 11100101 | 1100000 | 10011 |
Color Harmonies of #021361
Complementary color
Monochromatic Colors of #021361
Black with #021361
Text Example
Text Example
White with #021361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021361; }
p { color: rgb(2,19,97); }
H1.HeaderClassName
{
color: #021361;
}
.AnyTagClassName
{
color: #021361;
}
</style>
background-color css
<style>
a { background-color: #021361; }
a { background-color: rgb(2,19,97); }
div.DivClassName
{
background-color: #021361;
}
.BgClassName
{
background-color: #021361;
}
</style>
border-color css
<style>
span { border-color: #021361; }
span { border-color: rgb(2,19,97); }
td.TdClassName
{
border-color: #021361;
}
.TagClassName
{
border-color: #021361;
}
</style>