Shades of Sapphire #082C65
Tints of Sapphire #082C65
RGB
CMYK
RGB Variations
Color information
#082C65 (or 0x082C65) is known color: Sapphire. HEX triplet: 08, 2C and 65. RGB value is (8,44,101). Sum of RGB (Red+Green+Blue) = 8+44+101=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #082C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C65 is #F7D39A. Grayscale: #272727. Windows color (decimal): -16241563 or 6630408. OLE color: 6630408.
HSL color Cylindrical-coordinate representation of color #082C65: hue angle of 216.77º 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 #082C65 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 44 | 101 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.60 |
| HSL | 216.77º | 0.85% | 0.21% | - |
| HSV(B) | 216.77º | 0.92% | 0.4% | - |
| XYZ | 3.35 | 2.79 | 12.67 | - |
| YUV | 39.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 101 | 0.92 | 0.56 | 0 | 0.60 | 216.77 | 0.85 | 0.21 |
| Hex | 8 | 2C | 65 | 5C | 38 | 0 | 3C | D9 | 55 | 15 |
| Octal | 10 | 54 | 145 | 134 | 70 | 0 | 74 | 331 | 125 | 25 |
| Binary | 1000 | 101100 | 1100101 | 1011100 | 111000 | 0 | 111100 | 11011001 | 1010101 | 10101 |
Color Harmonies of #082C65
Complementary color
Monochromatic Colors of #082C65
Black with #082C65
Text Example
Text Example
White with #082C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C65; }
p { color: rgb(8,44,101); }
H1.HeaderClassName
{
color: #082C65;
}
.AnyTagClassName
{
color: #082C65;
}
</style>
background-color css
<style>
a { background-color: #082C65; }
a { background-color: rgb(8,44,101); }
div.DivClassName
{
background-color: #082C65;
}
.BgClassName
{
background-color: #082C65;
}
</style>
border-color css
<style>
span { border-color: #082C65; }
span { border-color: rgb(8,44,101); }
td.TdClassName
{
border-color: #082C65;
}
.TagClassName
{
border-color: #082C65;
}
</style>