Shades of Sapphire #08205B
Tints of Sapphire #08205B
RGB
CMYK
RGB Variations
Color information
#08205B (or 0x08205B) is known color: Sapphire. HEX triplet: 08, 20 and 5B. RGB value is (8,32,91). Sum of RGB (Red+Green+Blue) = 8+32+91=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #08205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08205B is #F7DFA4. Grayscale: #1F1F1F. Windows color (decimal): -16244645 or 5971976. OLE color: 5971976.
HSL color Cylindrical-coordinate representation of color #08205B: hue angle of 222.65º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08205B is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 32 | 91 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.64 |
| HSL | 222.65º | 0.84% | 0.19% | - |
| HSV(B) | 222.65º | 0.91% | 0.36% | - |
| XYZ | 2.5 | 1.84 | 10.12 | - |
| YUV | 31.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 91 | 0.91 | 0.65 | 0 | 0.64 | 222.65 | 0.84 | 0.19 |
| Hex | 8 | 20 | 5B | 5B | 41 | 0 | 40 | DF | 54 | 13 |
| Octal | 10 | 40 | 133 | 133 | 101 | 0 | 100 | 337 | 124 | 23 |
| Binary | 1000 | 100000 | 1011011 | 1011011 | 1000001 | 0 | 1000000 | 11011111 | 1010100 | 10011 |
Color Harmonies of #08205B
Complementary color
Monochromatic Colors of #08205B
Black with #08205B
Text Example
Text Example
White with #08205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08205B; }
p { color: rgb(8,32,91); }
H1.HeaderClassName
{
color: #08205B;
}
.AnyTagClassName
{
color: #08205B;
}
</style>
background-color css
<style>
a { background-color: #08205B; }
a { background-color: rgb(8,32,91); }
div.DivClassName
{
background-color: #08205B;
}
.BgClassName
{
background-color: #08205B;
}
</style>
border-color css
<style>
span { border-color: #08205B; }
span { border-color: rgb(8,32,91); }
td.TdClassName
{
border-color: #08205B;
}
.TagClassName
{
border-color: #08205B;
}
</style>