Shades of Sapphire #082158
Tints of Sapphire #082158
RGB
CMYK
RGB Variations
Color information
#082158 (or 0x082158) is known color: Sapphire. HEX triplet: 08, 21 and 58. RGB value is (8,33,88). Sum of RGB (Red+Green+Blue) = 8+33+88=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #082158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082158 is #F7DEA7. Grayscale: #1F1F1F. Windows color (decimal): -16244392 or 5775624. OLE color: 5775624.
HSL color Cylindrical-coordinate representation of color #082158: hue angle of 221.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082158 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 33 | 88 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.65 |
| HSL | 221.25º | 0.83% | 0.19% | - |
| HSV(B) | 221.25º | 0.91% | 0.35% | - |
| XYZ | 2.41 | 1.84 | 9.46 | - |
| YUV | 31.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 88 | 0.91 | 0.62 | 0 | 0.65 | 221.25 | 0.83 | 0.19 |
| Hex | 8 | 21 | 58 | 5B | 3E | 0 | 41 | DD | 53 | 13 |
| Octal | 10 | 41 | 130 | 133 | 76 | 0 | 101 | 335 | 123 | 23 |
| Binary | 1000 | 100001 | 1011000 | 1011011 | 111110 | 0 | 1000001 | 11011101 | 1010011 | 10011 |
Color Harmonies of #082158
Complementary color
Monochromatic Colors of #082158
Black with #082158
Text Example
Text Example
White with #082158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082158; }
p { color: rgb(8,33,88); }
H1.HeaderClassName
{
color: #082158;
}
.AnyTagClassName
{
color: #082158;
}
</style>
background-color css
<style>
a { background-color: #082158; }
a { background-color: rgb(8,33,88); }
div.DivClassName
{
background-color: #082158;
}
.BgClassName
{
background-color: #082158;
}
</style>
border-color css
<style>
span { border-color: #082158; }
span { border-color: rgb(8,33,88); }
td.TdClassName
{
border-color: #082158;
}
.TagClassName
{
border-color: #082158;
}
</style>