Shades of Sapphire #082A5A
Tints of Sapphire #082A5A
RGB
CMYK
RGB Variations
Color information
#082A5A (or 0x082A5A) is known color: Sapphire. HEX triplet: 08, 2A and 5A. RGB value is (8,42,90). Sum of RGB (Red+Green+Blue) = 8+42+90=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #082A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A5A is #F7D5A5. Grayscale: #252525. Windows color (decimal): -16242086 or 5909000. OLE color: 5909000.
HSL color Cylindrical-coordinate representation of color #082A5A: hue angle of 215.12º 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 #082A5A is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 42 | 90 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.65 |
| HSL | 215.12º | 0.84% | 0.19% | - |
| HSV(B) | 215.12º | 0.91% | 0.35% | - |
| XYZ | 2.77 | 2.45 | 10 | - |
| YUV | 37.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 90 | 0.91 | 0.53 | 0 | 0.65 | 215.12 | 0.84 | 0.19 |
| Hex | 8 | 2A | 5A | 5B | 35 | 0 | 41 | D7 | 54 | 13 |
| Octal | 10 | 52 | 132 | 133 | 65 | 0 | 101 | 327 | 124 | 23 |
| Binary | 1000 | 101010 | 1011010 | 1011011 | 110101 | 0 | 1000001 | 11010111 | 1010100 | 10011 |
Color Harmonies of #082A5A
Complementary color
Monochromatic Colors of #082A5A
Black with #082A5A
Text Example
Text Example
White with #082A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A5A; }
p { color: rgb(8,42,90); }
H1.HeaderClassName
{
color: #082A5A;
}
.AnyTagClassName
{
color: #082A5A;
}
</style>
background-color css
<style>
a { background-color: #082A5A; }
a { background-color: rgb(8,42,90); }
div.DivClassName
{
background-color: #082A5A;
}
.BgClassName
{
background-color: #082A5A;
}
</style>
border-color css
<style>
span { border-color: #082A5A; }
span { border-color: rgb(8,42,90); }
td.TdClassName
{
border-color: #082A5A;
}
.TagClassName
{
border-color: #082A5A;
}
</style>