Shades of Sapphire #020B5B
Tints of Sapphire #020B5B
RGB
CMYK
RGB Variations
Color information
#020B5B (or 0x020B5B) is known color: Sapphire. HEX triplet: 02, 0B and 5B. RGB value is (2,11,91). Sum of RGB (Red+Green+Blue) = 2+11+91=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 91 (35.94% from 255 or 87.5% from 104); Max value from RGB is 91 - color contains mainly: blue. Hex color #020B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B5B is #FDF4A4. Grayscale: #111111. Windows color (decimal): -16643237 or 5966594. OLE color: 5966594.
HSL color Cylindrical-coordinate representation of color #020B5B: hue angle of 233.93º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B5B is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 11 | 91 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.64 |
| HSL | 233.93º | 0.96% | 0.18% | - |
| HSV(B) | 233.93º | 0.98% | 0.36% | - |
| XYZ | 2.03 | 1.01 | 9.98 | - |
| YUV | 17.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 91 | 0.98 | 0.88 | 0 | 0.64 | 233.93 | 0.96 | 0.18 |
| Hex | 2 | B | 5B | 62 | 58 | 0 | 40 | EA | 60 | 12 |
| Octal | 2 | 13 | 133 | 142 | 130 | 0 | 100 | 352 | 140 | 22 |
| Binary | 10 | 1011 | 1011011 | 1100010 | 1011000 | 0 | 1000000 | 11101010 | 1100000 | 10010 |
Color Harmonies of #020B5B
Complementary color
Monochromatic Colors of #020B5B
Black with #020B5B
Text Example
Text Example
White with #020B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B5B; }
p { color: rgb(2,11,91); }
H1.HeaderClassName
{
color: #020B5B;
}
.AnyTagClassName
{
color: #020B5B;
}
</style>
background-color css
<style>
a { background-color: #020B5B; }
a { background-color: rgb(2,11,91); }
div.DivClassName
{
background-color: #020B5B;
}
.BgClassName
{
background-color: #020B5B;
}
</style>
border-color css
<style>
span { border-color: #020B5B; }
span { border-color: rgb(2,11,91); }
td.TdClassName
{
border-color: #020B5B;
}
.TagClassName
{
border-color: #020B5B;
}
</style>