Shades of Sapphire #082451
Tints of Sapphire #082451
RGB
CMYK
RGB Variations
Color information
#082451 (or 0x082451) is known color: Sapphire. HEX triplet: 08, 24 and 51. RGB value is (8,36,81). Sum of RGB (Red+Green+Blue) = 8+36+81=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #082451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082451 is #F7DBAE. Grayscale: #202020. Windows color (decimal): -16243631 or 5317640. OLE color: 5317640.
HSL color Cylindrical-coordinate representation of color #082451: hue angle of 216.99º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082451 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 36 | 81 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.68 |
| HSL | 216.99º | 0.82% | 0.17% | - |
| HSV(B) | 216.99º | 0.9% | 0.32% | - |
| XYZ | 2.22 | 1.91 | 8.04 | - |
| YUV | 32.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 81 | 0.90 | 0.56 | 0 | 0.68 | 216.99 | 0.82 | 0.17 |
| Hex | 8 | 24 | 51 | 5A | 38 | 0 | 44 | D9 | 52 | 11 |
| Octal | 10 | 44 | 121 | 132 | 70 | 0 | 104 | 331 | 122 | 21 |
| Binary | 1000 | 100100 | 1010001 | 1011010 | 111000 | 0 | 1000100 | 11011001 | 1010010 | 10001 |
Color Harmonies of #082451
Complementary color
Monochromatic Colors of #082451
Black with #082451
Text Example
Text Example
White with #082451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082451; }
p { color: rgb(8,36,81); }
H1.HeaderClassName
{
color: #082451;
}
.AnyTagClassName
{
color: #082451;
}
</style>
background-color css
<style>
a { background-color: #082451; }
a { background-color: rgb(8,36,81); }
div.DivClassName
{
background-color: #082451;
}
.BgClassName
{
background-color: #082451;
}
</style>
border-color css
<style>
span { border-color: #082451; }
span { border-color: rgb(8,36,81); }
td.TdClassName
{
border-color: #082451;
}
.TagClassName
{
border-color: #082451;
}
</style>