Shades of Sapphire #02115B
Tints of Sapphire #02115B
RGB
CMYK
RGB Variations
Color information
#02115B (or 0x02115B) is known color: Sapphire. HEX triplet: 02, 11 and 5B. RGB value is (2,17,91). Sum of RGB (Red+Green+Blue) = 2+17+91=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #02115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115B is #FDEEA4. Grayscale: #141414. Windows color (decimal): -16641701 or 5968130. OLE color: 5968130.
HSL color Cylindrical-coordinate representation of color #02115B: hue angle of 229.89º 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 #02115B is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 17 | 91 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.64 |
| HSL | 229.89º | 0.96% | 0.18% | - |
| HSV(B) | 229.89º | 0.98% | 0.36% | - |
| XYZ | 2.11 | 1.17 | 10.01 | - |
| YUV | 20.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 91 | 0.98 | 0.81 | 0 | 0.64 | 229.89 | 0.96 | 0.18 |
| Hex | 2 | 11 | 5B | 62 | 51 | 0 | 40 | E6 | 60 | 12 |
| Octal | 2 | 21 | 133 | 142 | 121 | 0 | 100 | 346 | 140 | 22 |
| Binary | 10 | 10001 | 1011011 | 1100010 | 1010001 | 0 | 1000000 | 11100110 | 1100000 | 10010 |
Color Harmonies of #02115B
Complementary color
Monochromatic Colors of #02115B
Black with #02115B
Text Example
Text Example
White with #02115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02115B; }
p { color: rgb(2,17,91); }
H1.HeaderClassName
{
color: #02115B;
}
.AnyTagClassName
{
color: #02115B;
}
</style>
background-color css
<style>
a { background-color: #02115B; }
a { background-color: rgb(2,17,91); }
div.DivClassName
{
background-color: #02115B;
}
.BgClassName
{
background-color: #02115B;
}
</style>
border-color css
<style>
span { border-color: #02115B; }
span { border-color: rgb(2,17,91); }
td.TdClassName
{
border-color: #02115B;
}
.TagClassName
{
border-color: #02115B;
}
</style>