Shades of Sapphire #08206C
Tints of Sapphire #08206C
RGB
CMYK
RGB Variations
Color information
#08206C (or 0x08206C) is known color: Sapphire. HEX triplet: 08, 20 and 6C. RGB value is (8,32,108). Sum of RGB (Red+Green+Blue) = 8+32+108=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #08206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08206C is #F7DF93. Grayscale: #212121. Windows color (decimal): -16244628 or 7086088. OLE color: 7086088.
HSL color Cylindrical-coordinate representation of color #08206C: hue angle of 225.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08206C is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 32 | 108 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.58 |
| HSL | 225.6º | 0.86% | 0.23% | - |
| HSV(B) | 225.6º | 0.93% | 0.42% | - |
| XYZ | 3.32 | 2.17 | 14.43 | - |
| YUV | 33.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 108 | 0.93 | 0.70 | 0 | 0.58 | 225.6 | 0.86 | 0.23 |
| Hex | 8 | 20 | 6C | 5D | 46 | 0 | 3A | E2 | 56 | 17 |
| Octal | 10 | 40 | 154 | 135 | 106 | 0 | 72 | 342 | 126 | 27 |
| Binary | 1000 | 100000 | 1101100 | 1011101 | 1000110 | 0 | 111010 | 11100010 | 1010110 | 10111 |
Color Harmonies of #08206C
Complementary color
Monochromatic Colors of #08206C
Black with #08206C
Text Example
Text Example
White with #08206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08206C; }
p { color: rgb(8,32,108); }
H1.HeaderClassName
{
color: #08206C;
}
.AnyTagClassName
{
color: #08206C;
}
</style>
background-color css
<style>
a { background-color: #08206C; }
a { background-color: rgb(8,32,108); }
div.DivClassName
{
background-color: #08206C;
}
.BgClassName
{
background-color: #08206C;
}
</style>
border-color css
<style>
span { border-color: #08206C; }
span { border-color: rgb(8,32,108); }
td.TdClassName
{
border-color: #08206C;
}
.TagClassName
{
border-color: #08206C;
}
</style>