Shades of Sapphire #08205D
Tints of Sapphire #08205D
RGB
CMYK
RGB Variations
Color information
#08205D (or 0x08205D) is known color: Sapphire. HEX triplet: 08, 20 and 5D. RGB value is (8,32,93). Sum of RGB (Red+Green+Blue) = 8+32+93=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #08205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08205D is #F7DFA2. Grayscale: #1F1F1F. Windows color (decimal): -16244643 or 6103048. OLE color: 6103048.
HSL color Cylindrical-coordinate representation of color #08205D: hue angle of 223.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08205D is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 32 | 93 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.64 |
| HSL | 223.06º | 0.84% | 0.2% | - |
| HSV(B) | 223.06º | 0.91% | 0.36% | - |
| XYZ | 2.59 | 1.87 | 10.58 | - |
| YUV | 31.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 93 | 0.91 | 0.66 | 0 | 0.64 | 223.06 | 0.84 | 0.2 |
| Hex | 8 | 20 | 5D | 5B | 42 | 0 | 40 | DF | 54 | 14 |
| Octal | 10 | 40 | 135 | 133 | 102 | 0 | 100 | 337 | 124 | 24 |
| Binary | 1000 | 100000 | 1011101 | 1011011 | 1000010 | 0 | 1000000 | 11011111 | 1010100 | 10100 |
Color Harmonies of #08205D
Complementary color
Monochromatic Colors of #08205D
Black with #08205D
Text Example
Text Example
White with #08205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08205D; }
p { color: rgb(8,32,93); }
H1.HeaderClassName
{
color: #08205D;
}
.AnyTagClassName
{
color: #08205D;
}
</style>
background-color css
<style>
a { background-color: #08205D; }
a { background-color: rgb(8,32,93); }
div.DivClassName
{
background-color: #08205D;
}
.BgClassName
{
background-color: #08205D;
}
</style>
border-color css
<style>
span { border-color: #08205D; }
span { border-color: rgb(8,32,93); }
td.TdClassName
{
border-color: #08205D;
}
.TagClassName
{
border-color: #08205D;
}
</style>