Shades of Sapphire #082A65
Tints of Sapphire #082A65
RGB
CMYK
RGB Variations
Color information
#082A65 (or 0x082A65) is known color: Sapphire. HEX triplet: 08, 2A and 65. RGB value is (8,42,101). Sum of RGB (Red+Green+Blue) = 8+42+101=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #082A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A65 is #F7D59A. Grayscale: #262626. Windows color (decimal): -16242075 or 6629896. OLE color: 6629896.
HSL color Cylindrical-coordinate representation of color #082A65: hue angle of 218.06º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082A65 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 42 | 101 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.60 |
| HSL | 218.06º | 0.85% | 0.21% | - |
| HSV(B) | 218.06º | 0.92% | 0.4% | - |
| XYZ | 3.28 | 2.65 | 12.65 | - |
| YUV | 38.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 101 | 0.92 | 0.58 | 0 | 0.60 | 218.06 | 0.85 | 0.21 |
| Hex | 8 | 2A | 65 | 5C | 3A | 0 | 3C | DA | 55 | 15 |
| Octal | 10 | 52 | 145 | 134 | 72 | 0 | 74 | 332 | 125 | 25 |
| Binary | 1000 | 101010 | 1100101 | 1011100 | 111010 | 0 | 111100 | 11011010 | 1010101 | 10101 |
Color Harmonies of #082A65
Complementary color
Monochromatic Colors of #082A65
Black with #082A65
Text Example
Text Example
White with #082A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A65; }
p { color: rgb(8,42,101); }
H1.HeaderClassName
{
color: #082A65;
}
.AnyTagClassName
{
color: #082A65;
}
</style>
background-color css
<style>
a { background-color: #082A65; }
a { background-color: rgb(8,42,101); }
div.DivClassName
{
background-color: #082A65;
}
.BgClassName
{
background-color: #082A65;
}
</style>
border-color css
<style>
span { border-color: #082A65; }
span { border-color: rgb(8,42,101); }
td.TdClassName
{
border-color: #082A65;
}
.TagClassName
{
border-color: #082A65;
}
</style>