Shades of Sapphire #08204C
Tints of Sapphire #08204C
RGB
CMYK
RGB Variations
Color information
#08204C (or 0x08204C) is known color: Sapphire. HEX triplet: 08, 20 and 4C. RGB value is (8,32,76). Sum of RGB (Red+Green+Blue) = 8+32+76=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #08204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08204C is #F7DFB3. Grayscale: #1D1D1D. Windows color (decimal): -16244660 or 4988936. OLE color: 4988936.
HSL color Cylindrical-coordinate representation of color #08204C: hue angle of 218.82º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08204C is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 32 | 76 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.70 |
| HSL | 218.82º | 0.81% | 0.16% | - |
| HSV(B) | 218.82º | 0.89% | 0.3% | - |
| XYZ | 1.92 | 1.61 | 7.05 | - |
| YUV | 29.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 76 | 0.89 | 0.58 | 0 | 0.70 | 218.82 | 0.81 | 0.16 |
| Hex | 8 | 20 | 4C | 59 | 3A | 0 | 46 | DB | 51 | 10 |
| Octal | 10 | 40 | 114 | 131 | 72 | 0 | 106 | 333 | 121 | 20 |
| Binary | 1000 | 100000 | 1001100 | 1011001 | 111010 | 0 | 1000110 | 11011011 | 1010001 | 10000 |
Color Harmonies of #08204C
Complementary color
Monochromatic Colors of #08204C
Black with #08204C
Text Example
Text Example
White with #08204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08204C; }
p { color: rgb(8,32,76); }
H1.HeaderClassName
{
color: #08204C;
}
.AnyTagClassName
{
color: #08204C;
}
</style>
background-color css
<style>
a { background-color: #08204C; }
a { background-color: rgb(8,32,76); }
div.DivClassName
{
background-color: #08204C;
}
.BgClassName
{
background-color: #08204C;
}
</style>
border-color css
<style>
span { border-color: #08204C; }
span { border-color: rgb(8,32,76); }
td.TdClassName
{
border-color: #08204C;
}
.TagClassName
{
border-color: #08204C;
}
</style>