Shades of Sapphire #08204A
Tints of Sapphire #08204A
RGB
CMYK
RGB Variations
Color information
#08204A (or 0x08204A) is known color: Sapphire. HEX triplet: 08, 20 and 4A. RGB value is (8,32,74). Sum of RGB (Red+Green+Blue) = 8+32+74=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #08204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08204A is #F7DFB5. Grayscale: #1D1D1D. Windows color (decimal): -16244662 or 4857864. OLE color: 4857864.
HSL color Cylindrical-coordinate representation of color #08204A: hue angle of 218.18º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08204A is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 32 | 74 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.71 |
| HSL | 218.18º | 0.8% | 0.16% | - |
| HSV(B) | 218.18º | 0.89% | 0.29% | - |
| XYZ | 1.85 | 1.58 | 6.69 | - |
| YUV | 29.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 74 | 0.89 | 0.57 | 0 | 0.71 | 218.18 | 0.8 | 0.16 |
| Hex | 8 | 20 | 4A | 59 | 39 | 0 | 47 | DA | 50 | 10 |
| Octal | 10 | 40 | 112 | 131 | 71 | 0 | 107 | 332 | 120 | 20 |
| Binary | 1000 | 100000 | 1001010 | 1011001 | 111001 | 0 | 1000111 | 11011010 | 1010000 | 10000 |
Color Harmonies of #08204A
Complementary color
Monochromatic Colors of #08204A
Black with #08204A
Text Example
Text Example
White with #08204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08204A; }
p { color: rgb(8,32,74); }
H1.HeaderClassName
{
color: #08204A;
}
.AnyTagClassName
{
color: #08204A;
}
</style>
background-color css
<style>
a { background-color: #08204A; }
a { background-color: rgb(8,32,74); }
div.DivClassName
{
background-color: #08204A;
}
.BgClassName
{
background-color: #08204A;
}
</style>
border-color css
<style>
span { border-color: #08204A; }
span { border-color: rgb(8,32,74); }
td.TdClassName
{
border-color: #08204A;
}
.TagClassName
{
border-color: #08204A;
}
</style>