Shades of Sapphire #020B59
Tints of Sapphire #020B59
RGB
CMYK
RGB Variations
Color information
#020B59 (or 0x020B59) is known color: Sapphire. HEX triplet: 02, 0B and 59. RGB value is (2,11,89). Sum of RGB (Red+Green+Blue) = 2+11+89=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 89 (35.16% from 255 or 87.25% from 102); Max value from RGB is 89 - color contains mainly: blue. Hex color #020B59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B59 is #FDF4A6. Grayscale: #101010. Windows color (decimal): -16643239 or 5835522. OLE color: 5835522.
HSL color Cylindrical-coordinate representation of color #020B59: hue angle of 233.79º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B59 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 11 | 89 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.65 |
| HSL | 233.79º | 0.96% | 0.18% | - |
| HSV(B) | 233.79º | 0.98% | 0.35% | - |
| XYZ | 1.95 | 0.97 | 9.54 | - |
| YUV | 17.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 89 | 0.98 | 0.88 | 0 | 0.65 | 233.79 | 0.96 | 0.18 |
| Hex | 2 | B | 59 | 62 | 58 | 0 | 41 | EA | 60 | 12 |
| Octal | 2 | 13 | 131 | 142 | 130 | 0 | 101 | 352 | 140 | 22 |
| Binary | 10 | 1011 | 1011001 | 1100010 | 1011000 | 0 | 1000001 | 11101010 | 1100000 | 10010 |
Color Harmonies of #020B59
Complementary color
Monochromatic Colors of #020B59
Black with #020B59
Text Example
Text Example
White with #020B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B59; }
p { color: rgb(2,11,89); }
H1.HeaderClassName
{
color: #020B59;
}
.AnyTagClassName
{
color: #020B59;
}
</style>
background-color css
<style>
a { background-color: #020B59; }
a { background-color: rgb(2,11,89); }
div.DivClassName
{
background-color: #020B59;
}
.BgClassName
{
background-color: #020B59;
}
</style>
border-color css
<style>
span { border-color: #020B59; }
span { border-color: rgb(2,11,89); }
td.TdClassName
{
border-color: #020B59;
}
.TagClassName
{
border-color: #020B59;
}
</style>