Shades of Sapphire #08214D
Tints of Sapphire #08214D
RGB
CMYK
RGB Variations
Color information
#08214D (or 0x08214D) is known color: Sapphire. HEX triplet: 08, 21 and 4D. RGB value is (8,33,77). Sum of RGB (Red+Green+Blue) = 8+33+77=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #08214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08214D is #F7DEB2. Grayscale: #1E1E1E. Windows color (decimal): -16244403 or 5054728. OLE color: 5054728.
HSL color Cylindrical-coordinate representation of color #08214D: hue angle of 218.26º 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 #08214D is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 33 | 77 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.70 |
| HSL | 218.26º | 0.81% | 0.17% | - |
| HSV(B) | 218.26º | 0.9% | 0.3% | - |
| XYZ | 1.98 | 1.68 | 7.24 | - |
| YUV | 30.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 77 | 0.90 | 0.57 | 0 | 0.70 | 218.26 | 0.81 | 0.17 |
| Hex | 8 | 21 | 4D | 5A | 39 | 0 | 46 | DA | 51 | 11 |
| Octal | 10 | 41 | 115 | 132 | 71 | 0 | 106 | 332 | 121 | 21 |
| Binary | 1000 | 100001 | 1001101 | 1011010 | 111001 | 0 | 1000110 | 11011010 | 1010001 | 10001 |
Color Harmonies of #08214D
Complementary color
Monochromatic Colors of #08214D
Black with #08214D
Text Example
Text Example
White with #08214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08214D; }
p { color: rgb(8,33,77); }
H1.HeaderClassName
{
color: #08214D;
}
.AnyTagClassName
{
color: #08214D;
}
</style>
background-color css
<style>
a { background-color: #08214D; }
a { background-color: rgb(8,33,77); }
div.DivClassName
{
background-color: #08214D;
}
.BgClassName
{
background-color: #08214D;
}
</style>
border-color css
<style>
span { border-color: #08214D; }
span { border-color: rgb(8,33,77); }
td.TdClassName
{
border-color: #08214D;
}
.TagClassName
{
border-color: #08214D;
}
</style>