Shades of Sapphire #082270
Tints of Sapphire #082270
RGB
CMYK
RGB Variations
Color information
#082270 (or 0x082270) is known color: Sapphire. HEX triplet: 08, 22 and 70. RGB value is (8,34,112). Sum of RGB (Red+Green+Blue) = 8+34+112=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #082270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082270 is #F7DD8F. Grayscale: #222222. Windows color (decimal): -16244112 or 7348744. OLE color: 7348744.
HSL color Cylindrical-coordinate representation of color #082270: hue angle of 225º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082270 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 34 | 112 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.56 |
| HSL | 225º | 0.87% | 0.24% | - |
| HSV(B) | 225º | 0.93% | 0.44% | - |
| XYZ | 3.6 | 2.37 | 15.6 | - |
| YUV | 35.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 112 | 0.93 | 0.70 | 0 | 0.56 | 225 | 0.87 | 0.24 |
| Hex | 8 | 22 | 70 | 5D | 46 | 0 | 38 | E1 | 57 | 18 |
| Octal | 10 | 42 | 160 | 135 | 106 | 0 | 70 | 341 | 127 | 30 |
| Binary | 1000 | 100010 | 1110000 | 1011101 | 1000110 | 0 | 111000 | 11100001 | 1010111 | 11000 |
Color Harmonies of #082270
Complementary color
Monochromatic Colors of #082270
Black with #082270
Text Example
Text Example
White with #082270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082270; }
p { color: rgb(8,34,112); }
H1.HeaderClassName
{
color: #082270;
}
.AnyTagClassName
{
color: #082270;
}
</style>
background-color css
<style>
a { background-color: #082270; }
a { background-color: rgb(8,34,112); }
div.DivClassName
{
background-color: #082270;
}
.BgClassName
{
background-color: #082270;
}
</style>
border-color css
<style>
span { border-color: #082270; }
span { border-color: rgb(8,34,112); }
td.TdClassName
{
border-color: #082270;
}
.TagClassName
{
border-color: #082270;
}
</style>