Shades of Sapphire #08207C
Tints of Sapphire #08207C
RGB
CMYK
RGB Variations
Color information
#08207C (or 0x08207C) is known color: Sapphire. HEX triplet: 08, 20 and 7C. RGB value is (8,32,124). Sum of RGB (Red+Green+Blue) = 8+32+124=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #08207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08207C is #F7DF83. Grayscale: #222222. Windows color (decimal): -16244612 or 8134664. OLE color: 8134664.
HSL color Cylindrical-coordinate representation of color #08207C: hue angle of 227.59º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08207C is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 32 | 124 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.51 |
| HSL | 227.59º | 0.88% | 0.26% | - |
| HSV(B) | 227.59º | 0.94% | 0.49% | - |
| XYZ | 4.25 | 2.54 | 19.33 | - |
| YUV | 35.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 124 | 0.94 | 0.74 | 0 | 0.51 | 227.59 | 0.88 | 0.26 |
| Hex | 8 | 20 | 7C | 5E | 4A | 0 | 33 | E4 | 58 | 1A |
| Octal | 10 | 40 | 174 | 136 | 112 | 0 | 63 | 344 | 130 | 32 |
| Binary | 1000 | 100000 | 1111100 | 1011110 | 1001010 | 0 | 110011 | 11100100 | 1011000 | 11010 |
Color Harmonies of #08207C
Complementary color
Monochromatic Colors of #08207C
Black with #08207C
Text Example
Text Example
White with #08207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08207C; }
p { color: rgb(8,32,124); }
H1.HeaderClassName
{
color: #08207C;
}
.AnyTagClassName
{
color: #08207C;
}
</style>
background-color css
<style>
a { background-color: #08207C; }
a { background-color: rgb(8,32,124); }
div.DivClassName
{
background-color: #08207C;
}
.BgClassName
{
background-color: #08207C;
}
</style>
border-color css
<style>
span { border-color: #08207C; }
span { border-color: rgb(8,32,124); }
td.TdClassName
{
border-color: #08207C;
}
.TagClassName
{
border-color: #08207C;
}
</style>