Shades of Sapphire #082C5E
Tints of Sapphire #082C5E
RGB
CMYK
RGB Variations
Color information
#082C5E (or 0x082C5E) is known color: Sapphire. HEX triplet: 08, 2C and 5E. RGB value is (8,44,94). Sum of RGB (Red+Green+Blue) = 8+44+94=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #082C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C5E is #F7D3A1. Grayscale: #262626. Windows color (decimal): -16241570 or 6171656. OLE color: 6171656.
HSL color Cylindrical-coordinate representation of color #082C5E: hue angle of 214.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082C5E is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 44 | 94 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.63 |
| HSL | 214.88º | 0.84% | 0.2% | - |
| HSV(B) | 214.88º | 0.91% | 0.37% | - |
| XYZ | 3.02 | 2.66 | 10.94 | - |
| YUV | 38.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 94 | 0.91 | 0.53 | 0 | 0.63 | 214.88 | 0.84 | 0.2 |
| Hex | 8 | 2C | 5E | 5B | 35 | 0 | 3F | D7 | 54 | 14 |
| Octal | 10 | 54 | 136 | 133 | 65 | 0 | 77 | 327 | 124 | 24 |
| Binary | 1000 | 101100 | 1011110 | 1011011 | 110101 | 0 | 111111 | 11010111 | 1010100 | 10100 |
Color Harmonies of #082C5E
Complementary color
Monochromatic Colors of #082C5E
Black with #082C5E
Text Example
Text Example
White with #082C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C5E; }
p { color: rgb(8,44,94); }
H1.HeaderClassName
{
color: #082C5E;
}
.AnyTagClassName
{
color: #082C5E;
}
</style>
background-color css
<style>
a { background-color: #082C5E; }
a { background-color: rgb(8,44,94); }
div.DivClassName
{
background-color: #082C5E;
}
.BgClassName
{
background-color: #082C5E;
}
</style>
border-color css
<style>
span { border-color: #082C5E; }
span { border-color: rgb(8,44,94); }
td.TdClassName
{
border-color: #082C5E;
}
.TagClassName
{
border-color: #082C5E;
}
</style>