Shades of Sapphire #082B5D
Tints of Sapphire #082B5D
RGB
CMYK
RGB Variations
Color information
#082B5D (or 0x082B5D) is known color: Sapphire. HEX triplet: 08, 2B and 5D. RGB value is (8,43,93). Sum of RGB (Red+Green+Blue) = 8+43+93=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #082B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B5D is #F7D4A2. Grayscale: #262626. Windows color (decimal): -16241827 or 6105864. OLE color: 6105864.
HSL color Cylindrical-coordinate representation of color #082B5D: hue angle of 215.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082B5D is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 43 | 93 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.64 |
| HSL | 215.29º | 0.84% | 0.2% | - |
| HSV(B) | 215.29º | 0.91% | 0.36% | - |
| XYZ | 2.94 | 2.57 | 10.7 | - |
| YUV | 38.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 93 | 0.91 | 0.54 | 0 | 0.64 | 215.29 | 0.84 | 0.2 |
| Hex | 8 | 2B | 5D | 5B | 36 | 0 | 40 | D7 | 54 | 14 |
| Octal | 10 | 53 | 135 | 133 | 66 | 0 | 100 | 327 | 124 | 24 |
| Binary | 1000 | 101011 | 1011101 | 1011011 | 110110 | 0 | 1000000 | 11010111 | 1010100 | 10100 |
Color Harmonies of #082B5D
Complementary color
Monochromatic Colors of #082B5D
Black with #082B5D
Text Example
Text Example
White with #082B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B5D; }
p { color: rgb(8,43,93); }
H1.HeaderClassName
{
color: #082B5D;
}
.AnyTagClassName
{
color: #082B5D;
}
</style>
background-color css
<style>
a { background-color: #082B5D; }
a { background-color: rgb(8,43,93); }
div.DivClassName
{
background-color: #082B5D;
}
.BgClassName
{
background-color: #082B5D;
}
</style>
border-color css
<style>
span { border-color: #082B5D; }
span { border-color: rgb(8,43,93); }
td.TdClassName
{
border-color: #082B5D;
}
.TagClassName
{
border-color: #082B5D;
}
</style>