Shades of Sapphire #082175
Tints of Sapphire #082175
RGB
CMYK
RGB Variations
Color information
#082175 (or 0x082175) is known color: Sapphire. HEX triplet: 08, 21 and 75. RGB value is (8,33,117). Sum of RGB (Red+Green+Blue) = 8+33+117=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #082175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082175 is #F7DE8A. Grayscale: #222222. Windows color (decimal): -16244363 or 7676168. OLE color: 7676168.
HSL color Cylindrical-coordinate representation of color #082175: hue angle of 226.24º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082175 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 33 | 117 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.54 |
| HSL | 226.24º | 0.87% | 0.25% | - |
| HSV(B) | 226.24º | 0.93% | 0.46% | - |
| XYZ | 3.85 | 2.42 | 17.09 | - |
| YUV | 35.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 117 | 0.93 | 0.72 | 0 | 0.54 | 226.24 | 0.87 | 0.25 |
| Hex | 8 | 21 | 75 | 5D | 48 | 0 | 36 | E2 | 57 | 19 |
| Octal | 10 | 41 | 165 | 135 | 110 | 0 | 66 | 342 | 127 | 31 |
| Binary | 1000 | 100001 | 1110101 | 1011101 | 1001000 | 0 | 110110 | 11100010 | 1010111 | 11001 |
Color Harmonies of #082175
Complementary color
Monochromatic Colors of #082175
Black with #082175
Text Example
Text Example
White with #082175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082175; }
p { color: rgb(8,33,117); }
H1.HeaderClassName
{
color: #082175;
}
.AnyTagClassName
{
color: #082175;
}
</style>
background-color css
<style>
a { background-color: #082175; }
a { background-color: rgb(8,33,117); }
div.DivClassName
{
background-color: #082175;
}
.BgClassName
{
background-color: #082175;
}
</style>
border-color css
<style>
span { border-color: #082175; }
span { border-color: rgb(8,33,117); }
td.TdClassName
{
border-color: #082175;
}
.TagClassName
{
border-color: #082175;
}
</style>