Shades of Sapphire #082148
Tints of Sapphire #082148
RGB
CMYK
RGB Variations
Color information
#082148 (or 0x082148) is known color: Sapphire. HEX triplet: 08, 21 and 48. RGB value is (8,33,72). Sum of RGB (Red+Green+Blue) = 8+33+72=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #082148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082148 is #F7DEB7. Grayscale: #1D1D1D. Windows color (decimal): -16244408 or 4727048. OLE color: 4727048.
HSL color Cylindrical-coordinate representation of color #082148: hue angle of 216.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082148 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 33 | 72 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.72 |
| HSL | 216.56º | 0.8% | 0.16% | - |
| HSV(B) | 216.56º | 0.89% | 0.28% | - |
| XYZ | 1.81 | 1.61 | 6.35 | - |
| YUV | 29.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 72 | 0.89 | 0.54 | 0 | 0.72 | 216.56 | 0.8 | 0.16 |
| Hex | 8 | 21 | 48 | 59 | 36 | 0 | 48 | D9 | 50 | 10 |
| Octal | 10 | 41 | 110 | 131 | 66 | 0 | 110 | 331 | 120 | 20 |
| Binary | 1000 | 100001 | 1001000 | 1011001 | 110110 | 0 | 1001000 | 11011001 | 1010000 | 10000 |
Color Harmonies of #082148
Complementary color
Monochromatic Colors of #082148
Black with #082148
Text Example
Text Example
White with #082148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082148; }
p { color: rgb(8,33,72); }
H1.HeaderClassName
{
color: #082148;
}
.AnyTagClassName
{
color: #082148;
}
</style>
background-color css
<style>
a { background-color: #082148; }
a { background-color: rgb(8,33,72); }
div.DivClassName
{
background-color: #082148;
}
.BgClassName
{
background-color: #082148;
}
</style>
border-color css
<style>
span { border-color: #082148; }
span { border-color: rgb(8,33,72); }
td.TdClassName
{
border-color: #082148;
}
.TagClassName
{
border-color: #082148;
}
</style>