Shades of Sapphire #08207A
Tints of Sapphire #08207A
RGB
CMYK
RGB Variations
Color information
#08207A (or 0x08207A) is known color: Sapphire. HEX triplet: 08, 20 and 7A. RGB value is (8,32,122). Sum of RGB (Red+Green+Blue) = 8+32+122=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #08207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08207A is #F7DF85. Grayscale: #222222. Windows color (decimal): -16244614 or 8003592. OLE color: 8003592.
HSL color Cylindrical-coordinate representation of color #08207A: hue angle of 227.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08207A is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 32 | 122 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.52 |
| HSL | 227.37º | 0.88% | 0.25% | - |
| HSV(B) | 227.37º | 0.93% | 0.48% | - |
| XYZ | 4.13 | 2.49 | 18.68 | - |
| YUV | 35.08 | 177.05 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 122 | 0.93 | 0.74 | 0 | 0.52 | 227.37 | 0.88 | 0.25 |
| Hex | 8 | 20 | 7A | 5D | 4A | 0 | 34 | E3 | 58 | 19 |
| Octal | 10 | 40 | 172 | 135 | 112 | 0 | 64 | 343 | 130 | 31 |
| Binary | 1000 | 100000 | 1111010 | 1011101 | 1001010 | 0 | 110100 | 11100011 | 1011000 | 11001 |
Color Harmonies of #08207A
Complementary color
Monochromatic Colors of #08207A
Black with #08207A
Text Example
Text Example
White with #08207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08207A; }
p { color: rgb(8,32,122); }
H1.HeaderClassName
{
color: #08207A;
}
.AnyTagClassName
{
color: #08207A;
}
</style>
background-color css
<style>
a { background-color: #08207A; }
a { background-color: rgb(8,32,122); }
div.DivClassName
{
background-color: #08207A;
}
.BgClassName
{
background-color: #08207A;
}
</style>
border-color css
<style>
span { border-color: #08207A; }
span { border-color: rgb(8,32,122); }
td.TdClassName
{
border-color: #08207A;
}
.TagClassName
{
border-color: #08207A;
}
</style>