Shades of Sapphire #082174
Tints of Sapphire #082174
RGB
CMYK
RGB Variations
Color information
#082174 (or 0x082174) is known color: Sapphire. HEX triplet: 08, 21 and 74. RGB value is (8,33,116). Sum of RGB (Red+Green+Blue) = 8+33+116=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #082174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082174 is #F7DE8B. Grayscale: #222222. Windows color (decimal): -16244364 or 7610632. OLE color: 7610632.
HSL color Cylindrical-coordinate representation of color #082174: hue angle of 226.11º 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 #082174 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 33 | 116 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.55 |
| HSL | 226.11º | 0.87% | 0.24% | - |
| HSV(B) | 226.11º | 0.93% | 0.45% | - |
| XYZ | 3.8 | 2.4 | 16.79 | - |
| YUV | 34.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 116 | 0.93 | 0.72 | 0 | 0.55 | 226.11 | 0.87 | 0.24 |
| Hex | 8 | 21 | 74 | 5D | 48 | 0 | 37 | E2 | 57 | 18 |
| Octal | 10 | 41 | 164 | 135 | 110 | 0 | 67 | 342 | 127 | 30 |
| Binary | 1000 | 100001 | 1110100 | 1011101 | 1001000 | 0 | 110111 | 11100010 | 1010111 | 11000 |
Color Harmonies of #082174
Complementary color
Monochromatic Colors of #082174
Black with #082174
Text Example
Text Example
White with #082174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082174; }
p { color: rgb(8,33,116); }
H1.HeaderClassName
{
color: #082174;
}
.AnyTagClassName
{
color: #082174;
}
</style>
background-color css
<style>
a { background-color: #082174; }
a { background-color: rgb(8,33,116); }
div.DivClassName
{
background-color: #082174;
}
.BgClassName
{
background-color: #082174;
}
</style>
border-color css
<style>
span { border-color: #082174; }
span { border-color: rgb(8,33,116); }
td.TdClassName
{
border-color: #082174;
}
.TagClassName
{
border-color: #082174;
}
</style>