Shades of Sapphire #020B5A
Tints of Sapphire #020B5A
RGB
CMYK
RGB Variations
Color information
#020B5A (or 0x020B5A) is known color: Sapphire. HEX triplet: 02, 0B and 5A. RGB value is (2,11,90). Sum of RGB (Red+Green+Blue) = 2+11+90=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 90 (35.55% from 255 or 87.38% from 103); Max value from RGB is 90 - color contains mainly: blue. Hex color #020B5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B5A is #FDF4A5. Grayscale: #101010. Windows color (decimal): -16643238 or 5901058. OLE color: 5901058.
HSL color Cylindrical-coordinate representation of color #020B5A: hue angle of 233.86º 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 #020B5A is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 11 | 90 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.65 |
| HSL | 233.86º | 0.96% | 0.18% | - |
| HSV(B) | 233.86º | 0.98% | 0.35% | - |
| XYZ | 1.99 | 0.99 | 9.76 | - |
| YUV | 17.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 90 | 0.98 | 0.88 | 0 | 0.65 | 233.86 | 0.96 | 0.18 |
| Hex | 2 | B | 5A | 62 | 58 | 0 | 41 | EA | 60 | 12 |
| Octal | 2 | 13 | 132 | 142 | 130 | 0 | 101 | 352 | 140 | 22 |
| Binary | 10 | 1011 | 1011010 | 1100010 | 1011000 | 0 | 1000001 | 11101010 | 1100000 | 10010 |
Color Harmonies of #020B5A
Complementary color
Monochromatic Colors of #020B5A
Black with #020B5A
Text Example
Text Example
White with #020B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B5A; }
p { color: rgb(2,11,90); }
H1.HeaderClassName
{
color: #020B5A;
}
.AnyTagClassName
{
color: #020B5A;
}
</style>
background-color css
<style>
a { background-color: #020B5A; }
a { background-color: rgb(2,11,90); }
div.DivClassName
{
background-color: #020B5A;
}
.BgClassName
{
background-color: #020B5A;
}
</style>
border-color css
<style>
span { border-color: #020B5A; }
span { border-color: rgb(2,11,90); }
td.TdClassName
{
border-color: #020B5A;
}
.TagClassName
{
border-color: #020B5A;
}
</style>