Shades of Sapphire #082D63
Tints of Sapphire #082D63
RGB
CMYK
RGB Variations
Color information
#082D63 (or 0x082D63) is known color: Sapphire. HEX triplet: 08, 2D and 63. RGB value is (8,45,99). Sum of RGB (Red+Green+Blue) = 8+45+99=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #082D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D63 is #F7D29C. Grayscale: #272727. Windows color (decimal): -16241309 or 6499592. OLE color: 6499592.
HSL color Cylindrical-coordinate representation of color #082D63: hue angle of 215.6º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082D63 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 45 | 99 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.61 |
| HSL | 215.6º | 0.85% | 0.21% | - |
| HSV(B) | 215.6º | 0.92% | 0.39% | - |
| XYZ | 3.29 | 2.83 | 12.18 | - |
| YUV | 40.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 99 | 0.92 | 0.55 | 0 | 0.61 | 215.6 | 0.85 | 0.21 |
| Hex | 8 | 2D | 63 | 5C | 37 | 0 | 3D | D8 | 55 | 15 |
| Octal | 10 | 55 | 143 | 134 | 67 | 0 | 75 | 330 | 125 | 25 |
| Binary | 1000 | 101101 | 1100011 | 1011100 | 110111 | 0 | 111101 | 11011000 | 1010101 | 10101 |
Color Harmonies of #082D63
Complementary color
Monochromatic Colors of #082D63
Black with #082D63
Text Example
Text Example
White with #082D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D63; }
p { color: rgb(8,45,99); }
H1.HeaderClassName
{
color: #082D63;
}
.AnyTagClassName
{
color: #082D63;
}
</style>
background-color css
<style>
a { background-color: #082D63; }
a { background-color: rgb(8,45,99); }
div.DivClassName
{
background-color: #082D63;
}
.BgClassName
{
background-color: #082D63;
}
</style>
border-color css
<style>
span { border-color: #082D63; }
span { border-color: rgb(8,45,99); }
td.TdClassName
{
border-color: #082D63;
}
.TagClassName
{
border-color: #082D63;
}
</style>