Shades of Sapphire #082E6B
Tints of Sapphire #082E6B
RGB
CMYK
RGB Variations
Color information
#082E6B (or 0x082E6B) is known color: Sapphire. HEX triplet: 08, 2E and 6B. RGB value is (8,46,107). Sum of RGB (Red+Green+Blue) = 8+46+107=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #082E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E6B is #F7D194. Grayscale: #292929. Windows color (decimal): -16241045 or 7024136. OLE color: 7024136.
HSL color Cylindrical-coordinate representation of color #082E6B: hue angle of 216.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082E6B is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 46 | 107 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.58 |
| HSL | 216.97º | 0.86% | 0.23% | - |
| HSV(B) | 216.97º | 0.93% | 0.42% | - |
| XYZ | 3.73 | 3.07 | 14.31 | - |
| YUV | 41.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 107 | 0.93 | 0.57 | 0 | 0.58 | 216.97 | 0.86 | 0.23 |
| Hex | 8 | 2E | 6B | 5D | 39 | 0 | 3A | D9 | 56 | 17 |
| Octal | 10 | 56 | 153 | 135 | 71 | 0 | 72 | 331 | 126 | 27 |
| Binary | 1000 | 101110 | 1101011 | 1011101 | 111001 | 0 | 111010 | 11011001 | 1010110 | 10111 |
Color Harmonies of #082E6B
Complementary color
Monochromatic Colors of #082E6B
Black with #082E6B
Text Example
Text Example
White with #082E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E6B; }
p { color: rgb(8,46,107); }
H1.HeaderClassName
{
color: #082E6B;
}
.AnyTagClassName
{
color: #082E6B;
}
</style>
background-color css
<style>
a { background-color: #082E6B; }
a { background-color: rgb(8,46,107); }
div.DivClassName
{
background-color: #082E6B;
}
.BgClassName
{
background-color: #082E6B;
}
</style>
border-color css
<style>
span { border-color: #082E6B; }
span { border-color: rgb(8,46,107); }
td.TdClassName
{
border-color: #082E6B;
}
.TagClassName
{
border-color: #082E6B;
}
</style>