Shades of Sapphire #082658
Tints of Sapphire #082658
RGB
CMYK
RGB Variations
Color information
#082658 (or 0x082658) is known color: Sapphire. HEX triplet: 08, 26 and 58. RGB value is (8,38,88). Sum of RGB (Red+Green+Blue) = 8+38+88=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #082658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082658 is #F7D9A7. Grayscale: #222222. Windows color (decimal): -16243112 or 5776904. OLE color: 5776904.
HSL color Cylindrical-coordinate representation of color #082658: hue angle of 217.5º 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 #082658 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 38 | 88 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.65 |
| HSL | 217.5º | 0.83% | 0.19% | - |
| HSV(B) | 217.5º | 0.91% | 0.35% | - |
| XYZ | 2.55 | 2.14 | 9.51 | - |
| YUV | 34.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 88 | 0.91 | 0.57 | 0 | 0.65 | 217.5 | 0.83 | 0.19 |
| Hex | 8 | 26 | 58 | 5B | 39 | 0 | 41 | DA | 53 | 13 |
| Octal | 10 | 46 | 130 | 133 | 71 | 0 | 101 | 332 | 123 | 23 |
| Binary | 1000 | 100110 | 1011000 | 1011011 | 111001 | 0 | 1000001 | 11011010 | 1010011 | 10011 |
Color Harmonies of #082658
Complementary color
Monochromatic Colors of #082658
Black with #082658
Text Example
Text Example
White with #082658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082658; }
p { color: rgb(8,38,88); }
H1.HeaderClassName
{
color: #082658;
}
.AnyTagClassName
{
color: #082658;
}
</style>
background-color css
<style>
a { background-color: #082658; }
a { background-color: rgb(8,38,88); }
div.DivClassName
{
background-color: #082658;
}
.BgClassName
{
background-color: #082658;
}
</style>
border-color css
<style>
span { border-color: #082658; }
span { border-color: rgb(8,38,88); }
td.TdClassName
{
border-color: #082658;
}
.TagClassName
{
border-color: #082658;
}
</style>