Shades of Sapphire #082A59
Tints of Sapphire #082A59
RGB
CMYK
RGB Variations
Color information
#082A59 (or 0x082A59) is known color: Sapphire. HEX triplet: 08, 2A and 59. RGB value is (8,42,89). Sum of RGB (Red+Green+Blue) = 8+42+89=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #082A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A59 is #F7D5A6. Grayscale: #242424. Windows color (decimal): -16242087 or 5843464. OLE color: 5843464.
HSL color Cylindrical-coordinate representation of color #082A59: hue angle of 214.81º degrees, saturation: 0.84, 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 #082A59 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 42 | 89 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.65 |
| HSL | 214.81º | 0.84% | 0.19% | - |
| HSV(B) | 214.81º | 0.91% | 0.35% | - |
| XYZ | 2.73 | 2.43 | 9.78 | - |
| YUV | 37.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 89 | 0.91 | 0.53 | 0 | 0.65 | 214.81 | 0.84 | 0.19 |
| Hex | 8 | 2A | 59 | 5B | 35 | 0 | 41 | D7 | 54 | 13 |
| Octal | 10 | 52 | 131 | 133 | 65 | 0 | 101 | 327 | 124 | 23 |
| Binary | 1000 | 101010 | 1011001 | 1011011 | 110101 | 0 | 1000001 | 11010111 | 1010100 | 10011 |
Color Harmonies of #082A59
Complementary color
Monochromatic Colors of #082A59
Black with #082A59
Text Example
Text Example
White with #082A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A59; }
p { color: rgb(8,42,89); }
H1.HeaderClassName
{
color: #082A59;
}
.AnyTagClassName
{
color: #082A59;
}
</style>
background-color css
<style>
a { background-color: #082A59; }
a { background-color: rgb(8,42,89); }
div.DivClassName
{
background-color: #082A59;
}
.BgClassName
{
background-color: #082A59;
}
</style>
border-color css
<style>
span { border-color: #082A59; }
span { border-color: rgb(8,42,89); }
td.TdClassName
{
border-color: #082A59;
}
.TagClassName
{
border-color: #082A59;
}
</style>