Shades of Sapphire #002175
Tints of Sapphire #002175
RGB
CMYK
RGB Variations
Color information
#002175 (or 0x002175) is known color: Sapphire. HEX triplet: 00, 21 and 75. RGB value is (0,33,117). Sum of RGB (Red+Green+Blue) = 0+33+117=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #002175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002175 is #FFDE8A. Grayscale: #202020. Windows color (decimal): -16768651 or 7676160. OLE color: 7676160.
HSL color Cylindrical-coordinate representation of color #002175: hue angle of 223.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002175 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 33 | 117 | - |
| CMYK | 1 | 0.72 | 0 | 0.54 |
| HSL | 223.08º | 1% | 0.23% | - |
| HSV(B) | 223.08º | 1% | 0.46% | - |
| XYZ | 3.75 | 2.37 | 17.09 | - |
| YUV | 32.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 117 | 1 | 0.72 | 0 | 0.54 | 223.08 | 1 | 0.23 |
| Hex | 0 | 21 | 75 | 64 | 48 | 0 | 36 | DF | 64 | 17 |
| Octal | 0 | 41 | 165 | 144 | 110 | 0 | 66 | 337 | 144 | 27 |
| Binary | 0 | 100001 | 1110101 | 1100100 | 1001000 | 0 | 110110 | 11011111 | 1100100 | 10111 |
Color Harmonies of #002175
Complementary color
Monochromatic Colors of #002175
Black with #002175
Text Example
Text Example
White with #002175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002175; }
p { color: rgb(0,33,117); }
H1.HeaderClassName
{
color: #002175;
}
.AnyTagClassName
{
color: #002175;
}
</style>
background-color css
<style>
a { background-color: #002175; }
a { background-color: rgb(0,33,117); }
div.DivClassName
{
background-color: #002175;
}
.BgClassName
{
background-color: #002175;
}
</style>
border-color css
<style>
span { border-color: #002175; }
span { border-color: rgb(0,33,117); }
td.TdClassName
{
border-color: #002175;
}
.TagClassName
{
border-color: #002175;
}
</style>