Shades of Sapphire #020B5C
Tints of Sapphire #020B5C
RGB
CMYK
RGB Variations
Color information
#020B5C (or 0x020B5C) is known color: Sapphire. HEX triplet: 02, 0B and 5C. RGB value is (2,11,92). Sum of RGB (Red+Green+Blue) = 2+11+92=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 92 (36.33% from 255 or 87.62% from 105); Max value from RGB is 92 - color contains mainly: blue. Hex color #020B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B5C is #FDF4A3. Grayscale: #111111. Windows color (decimal): -16643236 or 6032130. OLE color: 6032130.
HSL color Cylindrical-coordinate representation of color #020B5C: hue angle of 234º 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 #020B5C is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 11 | 92 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.64 |
| HSL | 234º | 0.96% | 0.18% | - |
| HSV(B) | 234º | 0.98% | 0.36% | - |
| XYZ | 2.08 | 1.02 | 10.21 | - |
| YUV | 17.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 92 | 0.98 | 0.88 | 0 | 0.64 | 234 | 0.96 | 0.18 |
| Hex | 2 | B | 5C | 62 | 58 | 0 | 40 | EA | 60 | 12 |
| Octal | 2 | 13 | 134 | 142 | 130 | 0 | 100 | 352 | 140 | 22 |
| Binary | 10 | 1011 | 1011100 | 1100010 | 1011000 | 0 | 1000000 | 11101010 | 1100000 | 10010 |
Color Harmonies of #020B5C
Complementary color
Monochromatic Colors of #020B5C
Black with #020B5C
Text Example
Text Example
White with #020B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B5C; }
p { color: rgb(2,11,92); }
H1.HeaderClassName
{
color: #020B5C;
}
.AnyTagClassName
{
color: #020B5C;
}
</style>
background-color css
<style>
a { background-color: #020B5C; }
a { background-color: rgb(2,11,92); }
div.DivClassName
{
background-color: #020B5C;
}
.BgClassName
{
background-color: #020B5C;
}
</style>
border-color css
<style>
span { border-color: #020B5C; }
span { border-color: rgb(2,11,92); }
td.TdClassName
{
border-color: #020B5C;
}
.TagClassName
{
border-color: #020B5C;
}
</style>