Shades of Sapphire #02166C
Tints of Sapphire #02166C
RGB
CMYK
RGB Variations
Color information
#02166C (or 0x02166C) is known color: Sapphire. HEX triplet: 02, 16 and 6C. RGB value is (2,22,108). Sum of RGB (Red+Green+Blue) = 2+22+108=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #02166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02166C is #FDE993. Grayscale: #191919. Windows color (decimal): -16640404 or 7083522. OLE color: 7083522.
HSL color Cylindrical-coordinate representation of color #02166C: hue angle of 228.68º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02166C is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 22 | 108 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.58 |
| HSL | 228.68º | 0.96% | 0.22% | - |
| HSV(B) | 228.68º | 0.98% | 0.42% | - |
| XYZ | 3.02 | 1.67 | 14.35 | - |
| YUV | 25.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 108 | 0.98 | 0.80 | 0 | 0.58 | 228.68 | 0.96 | 0.22 |
| Hex | 2 | 16 | 6C | 62 | 50 | 0 | 3A | E5 | 60 | 16 |
| Octal | 2 | 26 | 154 | 142 | 120 | 0 | 72 | 345 | 140 | 26 |
| Binary | 10 | 10110 | 1101100 | 1100010 | 1010000 | 0 | 111010 | 11100101 | 1100000 | 10110 |
Color Harmonies of #02166C
Complementary color
Monochromatic Colors of #02166C
Black with #02166C
Text Example
Text Example
White with #02166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02166C; }
p { color: rgb(2,22,108); }
H1.HeaderClassName
{
color: #02166C;
}
.AnyTagClassName
{
color: #02166C;
}
</style>
background-color css
<style>
a { background-color: #02166C; }
a { background-color: rgb(2,22,108); }
div.DivClassName
{
background-color: #02166C;
}
.BgClassName
{
background-color: #02166C;
}
</style>
border-color css
<style>
span { border-color: #02166C; }
span { border-color: rgb(2,22,108); }
td.TdClassName
{
border-color: #02166C;
}
.TagClassName
{
border-color: #02166C;
}
</style>