Shades of Sapphire #082C64
Tints of Sapphire #082C64
RGB
CMYK
RGB Variations
Color information
#082C64 (or 0x082C64) is known color: Sapphire. HEX triplet: 08, 2C and 64. RGB value is (8,44,100). Sum of RGB (Red+Green+Blue) = 8+44+100=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #082C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C64 is #F7D39B. Grayscale: #272727. Windows color (decimal): -16241564 or 6564872. OLE color: 6564872.
HSL color Cylindrical-coordinate representation of color #082C64: hue angle of 216.52º 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 #082C64 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 44 | 100 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.61 |
| HSL | 216.52º | 0.85% | 0.21% | - |
| HSV(B) | 216.52º | 0.92% | 0.39% | - |
| XYZ | 3.3 | 2.77 | 12.42 | - |
| YUV | 39.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 100 | 0.92 | 0.56 | 0 | 0.61 | 216.52 | 0.85 | 0.21 |
| Hex | 8 | 2C | 64 | 5C | 38 | 0 | 3D | D9 | 55 | 15 |
| Octal | 10 | 54 | 144 | 134 | 70 | 0 | 75 | 331 | 125 | 25 |
| Binary | 1000 | 101100 | 1100100 | 1011100 | 111000 | 0 | 111101 | 11011001 | 1010101 | 10101 |
Color Harmonies of #082C64
Complementary color
Monochromatic Colors of #082C64
Black with #082C64
Text Example
Text Example
White with #082C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C64; }
p { color: rgb(8,44,100); }
H1.HeaderClassName
{
color: #082C64;
}
.AnyTagClassName
{
color: #082C64;
}
</style>
background-color css
<style>
a { background-color: #082C64; }
a { background-color: rgb(8,44,100); }
div.DivClassName
{
background-color: #082C64;
}
.BgClassName
{
background-color: #082C64;
}
</style>
border-color css
<style>
span { border-color: #082C64; }
span { border-color: rgb(8,44,100); }
td.TdClassName
{
border-color: #082C64;
}
.TagClassName
{
border-color: #082C64;
}
</style>