Shades of Sapphire #082173
Tints of Sapphire #082173
RGB
CMYK
RGB Variations
Color information
#082173 (or 0x082173) is known color: Sapphire. HEX triplet: 08, 21 and 73. RGB value is (8,33,115). Sum of RGB (Red+Green+Blue) = 8+33+115=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #082173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082173 is #F7DE8C. Grayscale: #222222. Windows color (decimal): -16244365 or 7545096. OLE color: 7545096.
HSL color Cylindrical-coordinate representation of color #082173: hue angle of 225.98º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082173 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 33 | 115 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.55 |
| HSL | 225.98º | 0.87% | 0.24% | - |
| HSV(B) | 225.98º | 0.93% | 0.45% | - |
| XYZ | 3.74 | 2.38 | 16.48 | - |
| YUV | 34.87 | 173.22 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 115 | 0.93 | 0.71 | 0 | 0.55 | 225.98 | 0.87 | 0.24 |
| Hex | 8 | 21 | 73 | 5D | 47 | 0 | 37 | E2 | 57 | 18 |
| Octal | 10 | 41 | 163 | 135 | 107 | 0 | 67 | 342 | 127 | 30 |
| Binary | 1000 | 100001 | 1110011 | 1011101 | 1000111 | 0 | 110111 | 11100010 | 1010111 | 11000 |
Color Harmonies of #082173
Complementary color
Monochromatic Colors of #082173
Black with #082173
Text Example
Text Example
White with #082173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082173; }
p { color: rgb(8,33,115); }
H1.HeaderClassName
{
color: #082173;
}
.AnyTagClassName
{
color: #082173;
}
</style>
background-color css
<style>
a { background-color: #082173; }
a { background-color: rgb(8,33,115); }
div.DivClassName
{
background-color: #082173;
}
.BgClassName
{
background-color: #082173;
}
</style>
border-color css
<style>
span { border-color: #082173; }
span { border-color: rgb(8,33,115); }
td.TdClassName
{
border-color: #082173;
}
.TagClassName
{
border-color: #082173;
}
</style>