Shades of Sapphire #082A5B
Tints of Sapphire #082A5B
RGB
CMYK
RGB Variations
Color information
#082A5B (or 0x082A5B) is known color: Sapphire. HEX triplet: 08, 2A and 5B. RGB value is (8,42,91). Sum of RGB (Red+Green+Blue) = 8+42+91=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #082A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A5B is #F7D5A4. Grayscale: #252525. Windows color (decimal): -16242085 or 5974536. OLE color: 5974536.
HSL color Cylindrical-coordinate representation of color #082A5B: hue angle of 215.42º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082A5B is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 42 | 91 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.64 |
| HSL | 215.42º | 0.84% | 0.19% | - |
| HSV(B) | 215.42º | 0.91% | 0.36% | - |
| XYZ | 2.82 | 2.46 | 10.22 | - |
| YUV | 37.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 91 | 0.91 | 0.54 | 0 | 0.64 | 215.42 | 0.84 | 0.19 |
| Hex | 8 | 2A | 5B | 5B | 36 | 0 | 40 | D7 | 54 | 13 |
| Octal | 10 | 52 | 133 | 133 | 66 | 0 | 100 | 327 | 124 | 23 |
| Binary | 1000 | 101010 | 1011011 | 1011011 | 110110 | 0 | 1000000 | 11010111 | 1010100 | 10011 |
Color Harmonies of #082A5B
Complementary color
Monochromatic Colors of #082A5B
Black with #082A5B
Text Example
Text Example
White with #082A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A5B; }
p { color: rgb(8,42,91); }
H1.HeaderClassName
{
color: #082A5B;
}
.AnyTagClassName
{
color: #082A5B;
}
</style>
background-color css
<style>
a { background-color: #082A5B; }
a { background-color: rgb(8,42,91); }
div.DivClassName
{
background-color: #082A5B;
}
.BgClassName
{
background-color: #082A5B;
}
</style>
border-color css
<style>
span { border-color: #082A5B; }
span { border-color: rgb(8,42,91); }
td.TdClassName
{
border-color: #082A5B;
}
.TagClassName
{
border-color: #082A5B;
}
</style>