Shades of Sapphire #08205C
Tints of Sapphire #08205C
RGB
CMYK
RGB Variations
Color information
#08205C (or 0x08205C) is known color: Sapphire. HEX triplet: 08, 20 and 5C. RGB value is (8,32,92). Sum of RGB (Red+Green+Blue) = 8+32+92=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #08205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08205C is #F7DFA3. Grayscale: #1F1F1F. Windows color (decimal): -16244644 or 6037512. OLE color: 6037512.
HSL color Cylindrical-coordinate representation of color #08205C: hue angle of 222.86º 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 #08205C is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 32 | 92 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.64 |
| HSL | 222.86º | 0.84% | 0.2% | - |
| HSV(B) | 222.86º | 0.91% | 0.36% | - |
| XYZ | 2.55 | 1.86 | 10.35 | - |
| YUV | 31.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 92 | 0.91 | 0.65 | 0 | 0.64 | 222.86 | 0.84 | 0.2 |
| Hex | 8 | 20 | 5C | 5B | 41 | 0 | 40 | DF | 54 | 14 |
| Octal | 10 | 40 | 134 | 133 | 101 | 0 | 100 | 337 | 124 | 24 |
| Binary | 1000 | 100000 | 1011100 | 1011011 | 1000001 | 0 | 1000000 | 11011111 | 1010100 | 10100 |
Color Harmonies of #08205C
Complementary color
Monochromatic Colors of #08205C
Black with #08205C
Text Example
Text Example
White with #08205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08205C; }
p { color: rgb(8,32,92); }
H1.HeaderClassName
{
color: #08205C;
}
.AnyTagClassName
{
color: #08205C;
}
</style>
background-color css
<style>
a { background-color: #08205C; }
a { background-color: rgb(8,32,92); }
div.DivClassName
{
background-color: #08205C;
}
.BgClassName
{
background-color: #08205C;
}
</style>
border-color css
<style>
span { border-color: #08205C; }
span { border-color: rgb(8,32,92); }
td.TdClassName
{
border-color: #08205C;
}
.TagClassName
{
border-color: #08205C;
}
</style>