Shades of Sapphire #02176C
Tints of Sapphire #02176C
RGB
CMYK
RGB Variations
Color information
#02176C (or 0x02176C) is known color: Sapphire. HEX triplet: 02, 17 and 6C. RGB value is (2,23,108). Sum of RGB (Red+Green+Blue) = 2+23+108=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #02176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02176C is #FDE893. Grayscale: #1A1A1A. Windows color (decimal): -16640148 or 7083778. OLE color: 7083778.
HSL color Cylindrical-coordinate representation of color #02176C: hue angle of 228.11º 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 #02176C is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 23 | 108 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.58 |
| HSL | 228.11º | 0.96% | 0.22% | - |
| HSV(B) | 228.11º | 0.98% | 0.42% | - |
| XYZ | 3.04 | 1.71 | 14.36 | - |
| YUV | 26.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 108 | 0.98 | 0.79 | 0 | 0.58 | 228.11 | 0.96 | 0.22 |
| Hex | 2 | 17 | 6C | 62 | 4F | 0 | 3A | E4 | 60 | 16 |
| Octal | 2 | 27 | 154 | 142 | 117 | 0 | 72 | 344 | 140 | 26 |
| Binary | 10 | 10111 | 1101100 | 1100010 | 1001111 | 0 | 111010 | 11100100 | 1100000 | 10110 |
Color Harmonies of #02176C
Complementary color
Monochromatic Colors of #02176C
Black with #02176C
Text Example
Text Example
White with #02176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02176C; }
p { color: rgb(2,23,108); }
H1.HeaderClassName
{
color: #02176C;
}
.AnyTagClassName
{
color: #02176C;
}
</style>
background-color css
<style>
a { background-color: #02176C; }
a { background-color: rgb(2,23,108); }
div.DivClassName
{
background-color: #02176C;
}
.BgClassName
{
background-color: #02176C;
}
</style>
border-color css
<style>
span { border-color: #02176C; }
span { border-color: rgb(2,23,108); }
td.TdClassName
{
border-color: #02176C;
}
.TagClassName
{
border-color: #02176C;
}
</style>