Shades of Sapphire #02115E
Tints of Sapphire #02115E
RGB
CMYK
RGB Variations
Color information
#02115E (or 0x02115E) is known color: Sapphire. HEX triplet: 02, 11 and 5E. RGB value is (2,17,94). Sum of RGB (Red+Green+Blue) = 2+17+94=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #02115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115E is #FDEEA1. Grayscale: #141414. Windows color (decimal): -16641698 or 6164738. OLE color: 6164738.
HSL color Cylindrical-coordinate representation of color #02115E: hue angle of 230.22º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02115E is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 17 | 94 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.63 |
| HSL | 230.22º | 0.96% | 0.19% | - |
| HSV(B) | 230.22º | 0.98% | 0.37% | - |
| XYZ | 2.25 | 1.22 | 10.71 | - |
| YUV | 21.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 94 | 0.98 | 0.82 | 0 | 0.63 | 230.22 | 0.96 | 0.19 |
| Hex | 2 | 11 | 5E | 62 | 52 | 0 | 3F | E6 | 60 | 13 |
| Octal | 2 | 21 | 136 | 142 | 122 | 0 | 77 | 346 | 140 | 23 |
| Binary | 10 | 10001 | 1011110 | 1100010 | 1010010 | 0 | 111111 | 11100110 | 1100000 | 10011 |
Color Harmonies of #02115E
Complementary color
Monochromatic Colors of #02115E
Black with #02115E
Text Example
Text Example
White with #02115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02115E; }
p { color: rgb(2,17,94); }
H1.HeaderClassName
{
color: #02115E;
}
.AnyTagClassName
{
color: #02115E;
}
</style>
background-color css
<style>
a { background-color: #02115E; }
a { background-color: rgb(2,17,94); }
div.DivClassName
{
background-color: #02115E;
}
.BgClassName
{
background-color: #02115E;
}
</style>
border-color css
<style>
span { border-color: #02115E; }
span { border-color: rgb(2,17,94); }
td.TdClassName
{
border-color: #02115E;
}
.TagClassName
{
border-color: #02115E;
}
</style>