Shades of Sapphire #082251
Tints of Sapphire #082251
RGB
CMYK
RGB Variations
Color information
#082251 (or 0x082251) is known color: Sapphire. HEX triplet: 08, 22 and 51. RGB value is (8,34,81). Sum of RGB (Red+Green+Blue) = 8+34+81=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #082251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082251 is #F7DDAE. Grayscale: #1F1F1F. Windows color (decimal): -16244143 or 5317128. OLE color: 5317128.
HSL color Cylindrical-coordinate representation of color #082251: hue angle of 218.63º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082251 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 34 | 81 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.68 |
| HSL | 218.63º | 0.82% | 0.17% | - |
| HSV(B) | 218.63º | 0.9% | 0.32% | - |
| XYZ | 2.16 | 1.79 | 8.02 | - |
| YUV | 31.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 81 | 0.90 | 0.58 | 0 | 0.68 | 218.63 | 0.82 | 0.17 |
| Hex | 8 | 22 | 51 | 5A | 3A | 0 | 44 | DB | 52 | 11 |
| Octal | 10 | 42 | 121 | 132 | 72 | 0 | 104 | 333 | 122 | 21 |
| Binary | 1000 | 100010 | 1010001 | 1011010 | 111010 | 0 | 1000100 | 11011011 | 1010010 | 10001 |
Color Harmonies of #082251
Complementary color
Monochromatic Colors of #082251
Black with #082251
Text Example
Text Example
White with #082251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082251; }
p { color: rgb(8,34,81); }
H1.HeaderClassName
{
color: #082251;
}
.AnyTagClassName
{
color: #082251;
}
</style>
background-color css
<style>
a { background-color: #082251; }
a { background-color: rgb(8,34,81); }
div.DivClassName
{
background-color: #082251;
}
.BgClassName
{
background-color: #082251;
}
</style>
border-color css
<style>
span { border-color: #082251; }
span { border-color: rgb(8,34,81); }
td.TdClassName
{
border-color: #082251;
}
.TagClassName
{
border-color: #082251;
}
</style>