Shades of Sapphire #021363
Tints of Sapphire #021363
RGB
CMYK
RGB Variations
Color information
#021363 (or 0x021363) is known color: Sapphire. HEX triplet: 02, 13 and 63. RGB value is (2,19,99). Sum of RGB (Red+Green+Blue) = 2+19+99=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #021363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021363 is #FDEC9C. Grayscale: #161616. Windows color (decimal): -16641181 or 6492930. OLE color: 6492930.
HSL color Cylindrical-coordinate representation of color #021363: hue angle of 229.48º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021363 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 19 | 99 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.61 |
| HSL | 229.48º | 0.96% | 0.2% | - |
| HSV(B) | 229.48º | 0.98% | 0.39% | - |
| XYZ | 2.51 | 1.38 | 11.94 | - |
| YUV | 23.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 99 | 0.98 | 0.81 | 0 | 0.61 | 229.48 | 0.96 | 0.2 |
| Hex | 2 | 13 | 63 | 62 | 51 | 0 | 3D | E5 | 60 | 14 |
| Octal | 2 | 23 | 143 | 142 | 121 | 0 | 75 | 345 | 140 | 24 |
| Binary | 10 | 10011 | 1100011 | 1100010 | 1010001 | 0 | 111101 | 11100101 | 1100000 | 10100 |
Color Harmonies of #021363
Complementary color
Monochromatic Colors of #021363
Black with #021363
Text Example
Text Example
White with #021363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021363; }
p { color: rgb(2,19,99); }
H1.HeaderClassName
{
color: #021363;
}
.AnyTagClassName
{
color: #021363;
}
</style>
background-color css
<style>
a { background-color: #021363; }
a { background-color: rgb(2,19,99); }
div.DivClassName
{
background-color: #021363;
}
.BgClassName
{
background-color: #021363;
}
</style>
border-color css
<style>
span { border-color: #021363; }
span { border-color: rgb(2,19,99); }
td.TdClassName
{
border-color: #021363;
}
.TagClassName
{
border-color: #021363;
}
</style>