Shades of Sapphire #082554
Tints of Sapphire #082554
RGB
CMYK
RGB Variations
Color information
#082554 (or 0x082554) is known color: Sapphire. HEX triplet: 08, 25 and 54. RGB value is (8,37,84). Sum of RGB (Red+Green+Blue) = 8+37+84=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #082554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082554 is #F7DAAB. Grayscale: #212121. Windows color (decimal): -16243372 or 5514504. OLE color: 5514504.
HSL color Cylindrical-coordinate representation of color #082554: hue angle of 217.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082554 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 37 | 84 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.67 |
| HSL | 217.11º | 0.83% | 0.18% | - |
| HSV(B) | 217.11º | 0.9% | 0.33% | - |
| XYZ | 2.36 | 2.01 | 8.65 | - |
| YUV | 33.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 84 | 0.90 | 0.56 | 0 | 0.67 | 217.11 | 0.83 | 0.18 |
| Hex | 8 | 25 | 54 | 5A | 38 | 0 | 43 | D9 | 53 | 12 |
| Octal | 10 | 45 | 124 | 132 | 70 | 0 | 103 | 331 | 123 | 22 |
| Binary | 1000 | 100101 | 1010100 | 1011010 | 111000 | 0 | 1000011 | 11011001 | 1010011 | 10010 |
Color Harmonies of #082554
Complementary color
Monochromatic Colors of #082554
Black with #082554
Text Example
Text Example
White with #082554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082554; }
p { color: rgb(8,37,84); }
H1.HeaderClassName
{
color: #082554;
}
.AnyTagClassName
{
color: #082554;
}
</style>
background-color css
<style>
a { background-color: #082554; }
a { background-color: rgb(8,37,84); }
div.DivClassName
{
background-color: #082554;
}
.BgClassName
{
background-color: #082554;
}
</style>
border-color css
<style>
span { border-color: #082554; }
span { border-color: rgb(8,37,84); }
td.TdClassName
{
border-color: #082554;
}
.TagClassName
{
border-color: #082554;
}
</style>