Shades of Sapphire #020B5D
Tints of Sapphire #020B5D
RGB
CMYK
RGB Variations
Color information
#020B5D (or 0x020B5D) is known color: Sapphire. HEX triplet: 02, 0B and 5D. RGB value is (2,11,93). Sum of RGB (Red+Green+Blue) = 2+11+93=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #020B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B5D is #FDF4A2. Grayscale: #111111. Windows color (decimal): -16643235 or 6097666. OLE color: 6097666.
HSL color Cylindrical-coordinate representation of color #020B5D: hue angle of 234.07º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B5D is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 11 | 93 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.64 |
| HSL | 234.07º | 0.96% | 0.19% | - |
| HSV(B) | 234.07º | 0.98% | 0.36% | - |
| XYZ | 2.12 | 1.04 | 10.45 | - |
| YUV | 17.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 93 | 0.98 | 0.88 | 0 | 0.64 | 234.07 | 0.96 | 0.19 |
| Hex | 2 | B | 5D | 62 | 58 | 0 | 40 | EA | 60 | 13 |
| Octal | 2 | 13 | 135 | 142 | 130 | 0 | 100 | 352 | 140 | 23 |
| Binary | 10 | 1011 | 1011101 | 1100010 | 1011000 | 0 | 1000000 | 11101010 | 1100000 | 10011 |
Color Harmonies of #020B5D
Complementary color
Monochromatic Colors of #020B5D
Black with #020B5D
Text Example
Text Example
White with #020B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B5D; }
p { color: rgb(2,11,93); }
H1.HeaderClassName
{
color: #020B5D;
}
.AnyTagClassName
{
color: #020B5D;
}
</style>
background-color css
<style>
a { background-color: #020B5D; }
a { background-color: rgb(2,11,93); }
div.DivClassName
{
background-color: #020B5D;
}
.BgClassName
{
background-color: #020B5D;
}
</style>
border-color css
<style>
span { border-color: #020B5D; }
span { border-color: rgb(2,11,93); }
td.TdClassName
{
border-color: #020B5D;
}
.TagClassName
{
border-color: #020B5D;
}
</style>