Shades of Sapphire #002173
Tints of Sapphire #002173
RGB
CMYK
RGB Variations
Color information
#002173 (or 0x002173) is known color: Sapphire. HEX triplet: 00, 21 and 73. RGB value is (0,33,115). Sum of RGB (Red+Green+Blue) = 0+33+115=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #002173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002173 is #FFDE8C. Grayscale: #202020. Windows color (decimal): -16768653 or 7545088. OLE color: 7545088.
HSL color Cylindrical-coordinate representation of color #002173: hue angle of 222.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002173 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 33 | 115 | - |
| CMYK | 1 | 0.71 | 0 | 0.55 |
| HSL | 222.78º | 1% | 0.23% | - |
| HSV(B) | 222.78º | 1% | 0.45% | - |
| XYZ | 3.64 | 2.33 | 16.48 | - |
| YUV | 32.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 115 | 1 | 0.71 | 0 | 0.55 | 222.78 | 1 | 0.23 |
| Hex | 0 | 21 | 73 | 64 | 47 | 0 | 37 | DF | 64 | 17 |
| Octal | 0 | 41 | 163 | 144 | 107 | 0 | 67 | 337 | 144 | 27 |
| Binary | 0 | 100001 | 1110011 | 1100100 | 1000111 | 0 | 110111 | 11011111 | 1100100 | 10111 |
Color Harmonies of #002173
Complementary color
Monochromatic Colors of #002173
Black with #002173
Text Example
Text Example
White with #002173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002173; }
p { color: rgb(0,33,115); }
H1.HeaderClassName
{
color: #002173;
}
.AnyTagClassName
{
color: #002173;
}
</style>
background-color css
<style>
a { background-color: #002173; }
a { background-color: rgb(0,33,115); }
div.DivClassName
{
background-color: #002173;
}
.BgClassName
{
background-color: #002173;
}
</style>
border-color css
<style>
span { border-color: #002173; }
span { border-color: rgb(0,33,115); }
td.TdClassName
{
border-color: #002173;
}
.TagClassName
{
border-color: #002173;
}
</style>