Shades of Sapphire #082358
Tints of Sapphire #082358
RGB
CMYK
RGB Variations
Color information
#082358 (or 0x082358) is known color: Sapphire. HEX triplet: 08, 23 and 58. RGB value is (8,35,88). Sum of RGB (Red+Green+Blue) = 8+35+88=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #082358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082358 is #F7DCA7. Grayscale: #202020. Windows color (decimal): -16243880 or 5776136. OLE color: 5776136.
HSL color Cylindrical-coordinate representation of color #082358: hue angle of 219.75º 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 #082358 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 35 | 88 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.65 |
| HSL | 219.75º | 0.83% | 0.19% | - |
| HSV(B) | 219.75º | 0.91% | 0.35% | - |
| XYZ | 2.46 | 1.96 | 9.48 | - |
| YUV | 32.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 88 | 0.91 | 0.60 | 0 | 0.65 | 219.75 | 0.83 | 0.19 |
| Hex | 8 | 23 | 58 | 5B | 3C | 0 | 41 | DC | 53 | 13 |
| Octal | 10 | 43 | 130 | 133 | 74 | 0 | 101 | 334 | 123 | 23 |
| Binary | 1000 | 100011 | 1011000 | 1011011 | 111100 | 0 | 1000001 | 11011100 | 1010011 | 10011 |
Color Harmonies of #082358
Complementary color
Monochromatic Colors of #082358
Black with #082358
Text Example
Text Example
White with #082358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082358; }
p { color: rgb(8,35,88); }
H1.HeaderClassName
{
color: #082358;
}
.AnyTagClassName
{
color: #082358;
}
</style>
background-color css
<style>
a { background-color: #082358; }
a { background-color: rgb(8,35,88); }
div.DivClassName
{
background-color: #082358;
}
.BgClassName
{
background-color: #082358;
}
</style>
border-color css
<style>
span { border-color: #082358; }
span { border-color: rgb(8,35,88); }
td.TdClassName
{
border-color: #082358;
}
.TagClassName
{
border-color: #082358;
}
</style>