Shades of Sapphire #02165E
Tints of Sapphire #02165E
RGB
CMYK
RGB Variations
Color information
#02165E (or 0x02165E) is known color: Sapphire. HEX triplet: 02, 16 and 5E. RGB value is (2,22,94). Sum of RGB (Red+Green+Blue) = 2+22+94=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #02165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02165E is #FDE9A1. Grayscale: #171717. Windows color (decimal): -16640418 or 6166018. OLE color: 6166018.
HSL color Cylindrical-coordinate representation of color #02165E: hue angle of 226.96º 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 #02165E is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 22 | 94 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.63 |
| HSL | 226.96º | 0.96% | 0.19% | - |
| HSV(B) | 226.96º | 0.98% | 0.37% | - |
| XYZ | 2.33 | 1.39 | 10.74 | - |
| YUV | 24.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 94 | 0.98 | 0.77 | 0 | 0.63 | 226.96 | 0.96 | 0.19 |
| Hex | 2 | 16 | 5E | 62 | 4D | 0 | 3F | E3 | 60 | 13 |
| Octal | 2 | 26 | 136 | 142 | 115 | 0 | 77 | 343 | 140 | 23 |
| Binary | 10 | 10110 | 1011110 | 1100010 | 1001101 | 0 | 111111 | 11100011 | 1100000 | 10011 |
Color Harmonies of #02165E
Complementary color
Monochromatic Colors of #02165E
Black with #02165E
Text Example
Text Example
White with #02165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02165E; }
p { color: rgb(2,22,94); }
H1.HeaderClassName
{
color: #02165E;
}
.AnyTagClassName
{
color: #02165E;
}
</style>
background-color css
<style>
a { background-color: #02165E; }
a { background-color: rgb(2,22,94); }
div.DivClassName
{
background-color: #02165E;
}
.BgClassName
{
background-color: #02165E;
}
</style>
border-color css
<style>
span { border-color: #02165E; }
span { border-color: rgb(2,22,94); }
td.TdClassName
{
border-color: #02165E;
}
.TagClassName
{
border-color: #02165E;
}
</style>