Shades of Sapphire #02175A
Tints of Sapphire #02175A
RGB
CMYK
RGB Variations
Color information
#02175A (or 0x02175A) is known color: Sapphire. HEX triplet: 02, 17 and 5A. RGB value is (2,23,90). Sum of RGB (Red+Green+Blue) = 2+23+90=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #02175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02175A is #FDE8A5. Grayscale: #181818. Windows color (decimal): -16640166 or 5904130. OLE color: 5904130.
HSL color Cylindrical-coordinate representation of color #02175A: hue angle of 225.68º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02175A is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 23 | 90 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.65 |
| HSL | 225.68º | 0.96% | 0.18% | - |
| HSV(B) | 225.68º | 0.98% | 0.35% | - |
| XYZ | 2.18 | 1.36 | 9.82 | - |
| YUV | 24.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 90 | 0.98 | 0.74 | 0 | 0.65 | 225.68 | 0.96 | 0.18 |
| Hex | 2 | 17 | 5A | 62 | 4A | 0 | 41 | E2 | 60 | 12 |
| Octal | 2 | 27 | 132 | 142 | 112 | 0 | 101 | 342 | 140 | 22 |
| Binary | 10 | 10111 | 1011010 | 1100010 | 1001010 | 0 | 1000001 | 11100010 | 1100000 | 10010 |
Color Harmonies of #02175A
Complementary color
Monochromatic Colors of #02175A
Black with #02175A
Text Example
Text Example
White with #02175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02175A; }
p { color: rgb(2,23,90); }
H1.HeaderClassName
{
color: #02175A;
}
.AnyTagClassName
{
color: #02175A;
}
</style>
background-color css
<style>
a { background-color: #02175A; }
a { background-color: rgb(2,23,90); }
div.DivClassName
{
background-color: #02175A;
}
.BgClassName
{
background-color: #02175A;
}
</style>
border-color css
<style>
span { border-color: #02175A; }
span { border-color: rgb(2,23,90); }
td.TdClassName
{
border-color: #02175A;
}
.TagClassName
{
border-color: #02175A;
}
</style>