Shades of Sapphire #082454
Tints of Sapphire #082454
RGB
CMYK
RGB Variations
Color information
#082454 (or 0x082454) is known color: Sapphire. HEX triplet: 08, 24 and 54. RGB value is (8,36,84). Sum of RGB (Red+Green+Blue) = 8+36+84=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #082454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082454 is #F7DBAB. Grayscale: #202020. Windows color (decimal): -16243628 or 5514248. OLE color: 5514248.
HSL color Cylindrical-coordinate representation of color #082454: hue angle of 217.89º 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 #082454 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 36 | 84 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.67 |
| HSL | 217.89º | 0.83% | 0.18% | - |
| HSV(B) | 217.89º | 0.9% | 0.33% | - |
| XYZ | 2.33 | 1.95 | 8.64 | - |
| YUV | 33.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 84 | 0.90 | 0.57 | 0 | 0.67 | 217.89 | 0.83 | 0.18 |
| Hex | 8 | 24 | 54 | 5A | 39 | 0 | 43 | DA | 53 | 12 |
| Octal | 10 | 44 | 124 | 132 | 71 | 0 | 103 | 332 | 123 | 22 |
| Binary | 1000 | 100100 | 1010100 | 1011010 | 111001 | 0 | 1000011 | 11011010 | 1010011 | 10010 |
Color Harmonies of #082454
Complementary color
Monochromatic Colors of #082454
Black with #082454
Text Example
Text Example
White with #082454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082454; }
p { color: rgb(8,36,84); }
H1.HeaderClassName
{
color: #082454;
}
.AnyTagClassName
{
color: #082454;
}
</style>
background-color css
<style>
a { background-color: #082454; }
a { background-color: rgb(8,36,84); }
div.DivClassName
{
background-color: #082454;
}
.BgClassName
{
background-color: #082454;
}
</style>
border-color css
<style>
span { border-color: #082454; }
span { border-color: rgb(8,36,84); }
td.TdClassName
{
border-color: #082454;
}
.TagClassName
{
border-color: #082454;
}
</style>