Shades of Sapphire #02115A
Tints of Sapphire #02115A
RGB
CMYK
RGB Variations
Color information
#02115A (or 0x02115A) is known color: Sapphire. HEX triplet: 02, 11 and 5A. RGB value is (2,17,90). Sum of RGB (Red+Green+Blue) = 2+17+90=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #02115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115A is #FDEEA5. Grayscale: #141414. Windows color (decimal): -16641702 or 5902594. OLE color: 5902594.
HSL color Cylindrical-coordinate representation of color #02115A: hue angle of 229.77º 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 #02115A is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 17 | 90 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.65 |
| HSL | 229.77º | 0.96% | 0.18% | - |
| HSV(B) | 229.77º | 0.98% | 0.35% | - |
| XYZ | 2.07 | 1.15 | 9.79 | - |
| YUV | 20.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 90 | 0.98 | 0.81 | 0 | 0.65 | 229.77 | 0.96 | 0.18 |
| Hex | 2 | 11 | 5A | 62 | 51 | 0 | 41 | E6 | 60 | 12 |
| Octal | 2 | 21 | 132 | 142 | 121 | 0 | 101 | 346 | 140 | 22 |
| Binary | 10 | 10001 | 1011010 | 1100010 | 1010001 | 0 | 1000001 | 11100110 | 1100000 | 10010 |
Color Harmonies of #02115A
Complementary color
Monochromatic Colors of #02115A
Black with #02115A
Text Example
Text Example
White with #02115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02115A; }
p { color: rgb(2,17,90); }
H1.HeaderClassName
{
color: #02115A;
}
.AnyTagClassName
{
color: #02115A;
}
</style>
background-color css
<style>
a { background-color: #02115A; }
a { background-color: rgb(2,17,90); }
div.DivClassName
{
background-color: #02115A;
}
.BgClassName
{
background-color: #02115A;
}
</style>
border-color css
<style>
span { border-color: #02115A; }
span { border-color: rgb(2,17,90); }
td.TdClassName
{
border-color: #02115A;
}
.TagClassName
{
border-color: #02115A;
}
</style>