Shades of Sapphire #082352
Tints of Sapphire #082352
RGB
CMYK
RGB Variations
Color information
#082352 (or 0x082352) is known color: Sapphire. HEX triplet: 08, 23 and 52. RGB value is (8,35,82). Sum of RGB (Red+Green+Blue) = 8+35+82=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #082352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082352 is #F7DCAD. Grayscale: #202020. Windows color (decimal): -16243886 or 5382920. OLE color: 5382920.
HSL color Cylindrical-coordinate representation of color #082352: hue angle of 218.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082352 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 35 | 82 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.68 |
| HSL | 218.11º | 0.82% | 0.18% | - |
| HSV(B) | 218.11º | 0.9% | 0.32% | - |
| XYZ | 2.22 | 1.86 | 8.22 | - |
| YUV | 32.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 82 | 0.90 | 0.57 | 0 | 0.68 | 218.11 | 0.82 | 0.18 |
| Hex | 8 | 23 | 52 | 5A | 39 | 0 | 44 | DA | 52 | 12 |
| Octal | 10 | 43 | 122 | 132 | 71 | 0 | 104 | 332 | 122 | 22 |
| Binary | 1000 | 100011 | 1010010 | 1011010 | 111001 | 0 | 1000100 | 11011010 | 1010010 | 10010 |
Color Harmonies of #082352
Complementary color
Monochromatic Colors of #082352
Black with #082352
Text Example
Text Example
White with #082352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082352; }
p { color: rgb(8,35,82); }
H1.HeaderClassName
{
color: #082352;
}
.AnyTagClassName
{
color: #082352;
}
</style>
background-color css
<style>
a { background-color: #082352; }
a { background-color: rgb(8,35,82); }
div.DivClassName
{
background-color: #082352;
}
.BgClassName
{
background-color: #082352;
}
</style>
border-color css
<style>
span { border-color: #082352; }
span { border-color: rgb(8,35,82); }
td.TdClassName
{
border-color: #082352;
}
.TagClassName
{
border-color: #082352;
}
</style>