Shades of Sapphire #082D7A
Tints of Sapphire #082D7A
RGB
CMYK
RGB Variations
Color information
#082D7A (or 0x082D7A) is known color: Sapphire. HEX triplet: 08, 2D and 7A. RGB value is (8,45,122). Sum of RGB (Red+Green+Blue) = 8+45+122=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #082D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D7A is #F7D285. Grayscale: #2A2A2A. Windows color (decimal): -16241286 or 8006920. OLE color: 8006920.
HSL color Cylindrical-coordinate representation of color #082D7A: hue angle of 220.53º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082D7A is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 45 | 122 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.52 |
| HSL | 220.53º | 0.88% | 0.25% | - |
| HSV(B) | 220.53º | 0.93% | 0.48% | - |
| XYZ | 4.55 | 3.33 | 18.82 | - |
| YUV | 42.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 122 | 0.93 | 0.63 | 0 | 0.52 | 220.53 | 0.88 | 0.25 |
| Hex | 8 | 2D | 7A | 5D | 3F | 0 | 34 | DD | 58 | 19 |
| Octal | 10 | 55 | 172 | 135 | 77 | 0 | 64 | 335 | 130 | 31 |
| Binary | 1000 | 101101 | 1111010 | 1011101 | 111111 | 0 | 110100 | 11011101 | 1011000 | 11001 |
Color Harmonies of #082D7A
Complementary color
Monochromatic Colors of #082D7A
Black with #082D7A
Text Example
Text Example
White with #082D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D7A; }
p { color: rgb(8,45,122); }
H1.HeaderClassName
{
color: #082D7A;
}
.AnyTagClassName
{
color: #082D7A;
}
</style>
background-color css
<style>
a { background-color: #082D7A; }
a { background-color: rgb(8,45,122); }
div.DivClassName
{
background-color: #082D7A;
}
.BgClassName
{
background-color: #082D7A;
}
</style>
border-color css
<style>
span { border-color: #082D7A; }
span { border-color: rgb(8,45,122); }
td.TdClassName
{
border-color: #082D7A;
}
.TagClassName
{
border-color: #082D7A;
}
</style>