Shades of Sapphire #021360
Tints of Sapphire #021360
RGB
CMYK
RGB Variations
Color information
#021360 (or 0x021360) is known color: Sapphire. HEX triplet: 02, 13 and 60. RGB value is (2,19,96). Sum of RGB (Red+Green+Blue) = 2+19+96=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #021360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021360 is #FDEC9F. Grayscale: #161616. Windows color (decimal): -16641184 or 6296322. OLE color: 6296322.
HSL color Cylindrical-coordinate representation of color #021360: hue angle of 229.15º 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 #021360 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 19 | 96 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.62 |
| HSL | 229.15º | 0.96% | 0.19% | - |
| HSV(B) | 229.15º | 0.98% | 0.38% | - |
| XYZ | 2.37 | 1.32 | 11.2 | - |
| YUV | 22.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 96 | 0.98 | 0.80 | 0 | 0.62 | 229.15 | 0.96 | 0.19 |
| Hex | 2 | 13 | 60 | 62 | 50 | 0 | 3E | E5 | 60 | 13 |
| Octal | 2 | 23 | 140 | 142 | 120 | 0 | 76 | 345 | 140 | 23 |
| Binary | 10 | 10011 | 1100000 | 1100010 | 1010000 | 0 | 111110 | 11100101 | 1100000 | 10011 |
Color Harmonies of #021360
Complementary color
Monochromatic Colors of #021360
Black with #021360
Text Example
Text Example
White with #021360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021360; }
p { color: rgb(2,19,96); }
H1.HeaderClassName
{
color: #021360;
}
.AnyTagClassName
{
color: #021360;
}
</style>
background-color css
<style>
a { background-color: #021360; }
a { background-color: rgb(2,19,96); }
div.DivClassName
{
background-color: #021360;
}
.BgClassName
{
background-color: #021360;
}
</style>
border-color css
<style>
span { border-color: #021360; }
span { border-color: rgb(2,19,96); }
td.TdClassName
{
border-color: #021360;
}
.TagClassName
{
border-color: #021360;
}
</style>