Shades of Sapphire #082C63
Tints of Sapphire #082C63
RGB
CMYK
RGB Variations
Color information
#082C63 (or 0x082C63) is known color: Sapphire. HEX triplet: 08, 2C and 63. RGB value is (8,44,99). Sum of RGB (Red+Green+Blue) = 8+44+99=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #082C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C63 is #F7D39C. Grayscale: #272727. Windows color (decimal): -16241565 or 6499336. OLE color: 6499336.
HSL color Cylindrical-coordinate representation of color #082C63: hue angle of 216.26º 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 #082C63 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 44 | 99 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.61 |
| HSL | 216.26º | 0.85% | 0.21% | - |
| HSV(B) | 216.26º | 0.92% | 0.39% | - |
| XYZ | 3.25 | 2.75 | 12.16 | - |
| YUV | 39.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 99 | 0.92 | 0.56 | 0 | 0.61 | 216.26 | 0.85 | 0.21 |
| Hex | 8 | 2C | 63 | 5C | 38 | 0 | 3D | D8 | 55 | 15 |
| Octal | 10 | 54 | 143 | 134 | 70 | 0 | 75 | 330 | 125 | 25 |
| Binary | 1000 | 101100 | 1100011 | 1011100 | 111000 | 0 | 111101 | 11011000 | 1010101 | 10101 |
Color Harmonies of #082C63
Complementary color
Monochromatic Colors of #082C63
Black with #082C63
Text Example
Text Example
White with #082C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C63; }
p { color: rgb(8,44,99); }
H1.HeaderClassName
{
color: #082C63;
}
.AnyTagClassName
{
color: #082C63;
}
</style>
background-color css
<style>
a { background-color: #082C63; }
a { background-color: rgb(8,44,99); }
div.DivClassName
{
background-color: #082C63;
}
.BgClassName
{
background-color: #082C63;
}
</style>
border-color css
<style>
span { border-color: #082C63; }
span { border-color: rgb(8,44,99); }
td.TdClassName
{
border-color: #082C63;
}
.TagClassName
{
border-color: #082C63;
}
</style>