Shades of Sapphire #08224D
Tints of Sapphire #08224D
RGB
CMYK
RGB Variations
Color information
#08224D (or 0x08224D) is known color: Sapphire. HEX triplet: 08, 22 and 4D. RGB value is (8,34,77). Sum of RGB (Red+Green+Blue) = 8+34+77=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #08224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08224D is #F7DDB2. Grayscale: #1E1E1E. Windows color (decimal): -16244147 or 5054984. OLE color: 5054984.
HSL color Cylindrical-coordinate representation of color #08224D: hue angle of 217.39º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08224D is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 34 | 77 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.70 |
| HSL | 217.39º | 0.81% | 0.17% | - |
| HSV(B) | 217.39º | 0.9% | 0.3% | - |
| XYZ | 2.01 | 1.73 | 7.25 | - |
| YUV | 31.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 77 | 0.90 | 0.56 | 0 | 0.70 | 217.39 | 0.81 | 0.17 |
| Hex | 8 | 22 | 4D | 5A | 38 | 0 | 46 | D9 | 51 | 11 |
| Octal | 10 | 42 | 115 | 132 | 70 | 0 | 106 | 331 | 121 | 21 |
| Binary | 1000 | 100010 | 1001101 | 1011010 | 111000 | 0 | 1000110 | 11011001 | 1010001 | 10001 |
Color Harmonies of #08224D
Complementary color
Monochromatic Colors of #08224D
Black with #08224D
Text Example
Text Example
White with #08224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08224D; }
p { color: rgb(8,34,77); }
H1.HeaderClassName
{
color: #08224D;
}
.AnyTagClassName
{
color: #08224D;
}
</style>
background-color css
<style>
a { background-color: #08224D; }
a { background-color: rgb(8,34,77); }
div.DivClassName
{
background-color: #08224D;
}
.BgClassName
{
background-color: #08224D;
}
</style>
border-color css
<style>
span { border-color: #08224D; }
span { border-color: rgb(8,34,77); }
td.TdClassName
{
border-color: #08224D;
}
.TagClassName
{
border-color: #08224D;
}
</style>