Shades of Sapphire #08215D
Tints of Sapphire #08215D
RGB
CMYK
RGB Variations
Color information
#08215D (or 0x08215D) is known color: Sapphire. HEX triplet: 08, 21 and 5D. RGB value is (8,33,93). Sum of RGB (Red+Green+Blue) = 8+33+93=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #08215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08215D is #F7DEA2. Grayscale: #202020. Windows color (decimal): -16244387 or 6103304. OLE color: 6103304.
HSL color Cylindrical-coordinate representation of color #08215D: hue angle of 222.35º 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 #08215D is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 33 | 93 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.64 |
| HSL | 222.35º | 0.84% | 0.2% | - |
| HSV(B) | 222.35º | 0.91% | 0.36% | - |
| XYZ | 2.62 | 1.93 | 10.59 | - |
| YUV | 32.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 93 | 0.91 | 0.65 | 0 | 0.64 | 222.35 | 0.84 | 0.2 |
| Hex | 8 | 21 | 5D | 5B | 41 | 0 | 40 | DE | 54 | 14 |
| Octal | 10 | 41 | 135 | 133 | 101 | 0 | 100 | 336 | 124 | 24 |
| Binary | 1000 | 100001 | 1011101 | 1011011 | 1000001 | 0 | 1000000 | 11011110 | 1010100 | 10100 |
Color Harmonies of #08215D
Complementary color
Monochromatic Colors of #08215D
Black with #08215D
Text Example
Text Example
White with #08215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08215D; }
p { color: rgb(8,33,93); }
H1.HeaderClassName
{
color: #08215D;
}
.AnyTagClassName
{
color: #08215D;
}
</style>
background-color css
<style>
a { background-color: #08215D; }
a { background-color: rgb(8,33,93); }
div.DivClassName
{
background-color: #08215D;
}
.BgClassName
{
background-color: #08215D;
}
</style>
border-color css
<style>
span { border-color: #08215D; }
span { border-color: rgb(8,33,93); }
td.TdClassName
{
border-color: #08215D;
}
.TagClassName
{
border-color: #08215D;
}
</style>