Shades of Sapphire #02175C
Tints of Sapphire #02175C
RGB
CMYK
RGB Variations
Color information
#02175C (or 0x02175C) is known color: Sapphire. HEX triplet: 02, 17 and 5C. RGB value is (2,23,92). Sum of RGB (Red+Green+Blue) = 2+23+92=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #02175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02175C is #FDE8A3. Grayscale: #181818. Windows color (decimal): -16640164 or 6035202. OLE color: 6035202.
HSL color Cylindrical-coordinate representation of color #02175C: hue angle of 226º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02175C is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 23 | 92 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.64 |
| HSL | 226º | 0.96% | 0.18% | - |
| HSV(B) | 226º | 0.98% | 0.36% | - |
| XYZ | 2.26 | 1.4 | 10.28 | - |
| YUV | 24.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 92 | 0.98 | 0.75 | 0 | 0.64 | 226 | 0.96 | 0.18 |
| Hex | 2 | 17 | 5C | 62 | 4B | 0 | 40 | E2 | 60 | 12 |
| Octal | 2 | 27 | 134 | 142 | 113 | 0 | 100 | 342 | 140 | 22 |
| Binary | 10 | 10111 | 1011100 | 1100010 | 1001011 | 0 | 1000000 | 11100010 | 1100000 | 10010 |
Color Harmonies of #02175C
Complementary color
Monochromatic Colors of #02175C
Black with #02175C
Text Example
Text Example
White with #02175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02175C; }
p { color: rgb(2,23,92); }
H1.HeaderClassName
{
color: #02175C;
}
.AnyTagClassName
{
color: #02175C;
}
</style>
background-color css
<style>
a { background-color: #02175C; }
a { background-color: rgb(2,23,92); }
div.DivClassName
{
background-color: #02175C;
}
.BgClassName
{
background-color: #02175C;
}
</style>
border-color css
<style>
span { border-color: #02175C; }
span { border-color: rgb(2,23,92); }
td.TdClassName
{
border-color: #02175C;
}
.TagClassName
{
border-color: #02175C;
}
</style>