Shades of Sapphire #082558
Tints of Sapphire #082558
RGB
CMYK
RGB Variations
Color information
#082558 (or 0x082558) is known color: Sapphire. HEX triplet: 08, 25 and 58. RGB value is (8,37,88). Sum of RGB (Red+Green+Blue) = 8+37+88=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #082558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082558 is #F7DAA7. Grayscale: #212121. Windows color (decimal): -16243368 or 5776648. OLE color: 5776648.
HSL color Cylindrical-coordinate representation of color #082558: hue angle of 218.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 #082558 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 37 | 88 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.65 |
| HSL | 218.25º | 0.83% | 0.19% | - |
| HSV(B) | 218.25º | 0.91% | 0.35% | - |
| XYZ | 2.52 | 2.08 | 9.5 | - |
| YUV | 34.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 88 | 0.91 | 0.58 | 0 | 0.65 | 218.25 | 0.83 | 0.19 |
| Hex | 8 | 25 | 58 | 5B | 3A | 0 | 41 | DA | 53 | 13 |
| Octal | 10 | 45 | 130 | 133 | 72 | 0 | 101 | 332 | 123 | 23 |
| Binary | 1000 | 100101 | 1011000 | 1011011 | 111010 | 0 | 1000001 | 11011010 | 1010011 | 10011 |
Color Harmonies of #082558
Complementary color
Monochromatic Colors of #082558
Black with #082558
Text Example
Text Example
White with #082558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082558; }
p { color: rgb(8,37,88); }
H1.HeaderClassName
{
color: #082558;
}
.AnyTagClassName
{
color: #082558;
}
</style>
background-color css
<style>
a { background-color: #082558; }
a { background-color: rgb(8,37,88); }
div.DivClassName
{
background-color: #082558;
}
.BgClassName
{
background-color: #082558;
}
</style>
border-color css
<style>
span { border-color: #082558; }
span { border-color: rgb(8,37,88); }
td.TdClassName
{
border-color: #082558;
}
.TagClassName
{
border-color: #082558;
}
</style>