Shades of Sapphire #08215C
Tints of Sapphire #08215C
RGB
CMYK
RGB Variations
Color information
#08215C (or 0x08215C) is known color: Sapphire. HEX triplet: 08, 21 and 5C. RGB value is (8,33,92). Sum of RGB (Red+Green+Blue) = 8+33+92=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #08215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08215C is #F7DEA3. Grayscale: #1F1F1F. Windows color (decimal): -16244388 or 6037768. OLE color: 6037768.
HSL color Cylindrical-coordinate representation of color #08215C: hue angle of 222.14º 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 #08215C is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 33 | 92 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.64 |
| HSL | 222.14º | 0.84% | 0.2% | - |
| HSV(B) | 222.14º | 0.91% | 0.36% | - |
| XYZ | 2.58 | 1.91 | 10.36 | - |
| YUV | 32.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 92 | 0.91 | 0.64 | 0 | 0.64 | 222.14 | 0.84 | 0.2 |
| Hex | 8 | 21 | 5C | 5B | 40 | 0 | 40 | DE | 54 | 14 |
| Octal | 10 | 41 | 134 | 133 | 100 | 0 | 100 | 336 | 124 | 24 |
| Binary | 1000 | 100001 | 1011100 | 1011011 | 1000000 | 0 | 1000000 | 11011110 | 1010100 | 10100 |
Color Harmonies of #08215C
Complementary color
Monochromatic Colors of #08215C
Black with #08215C
Text Example
Text Example
White with #08215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08215C; }
p { color: rgb(8,33,92); }
H1.HeaderClassName
{
color: #08215C;
}
.AnyTagClassName
{
color: #08215C;
}
</style>
background-color css
<style>
a { background-color: #08215C; }
a { background-color: rgb(8,33,92); }
div.DivClassName
{
background-color: #08215C;
}
.BgClassName
{
background-color: #08215C;
}
</style>
border-color css
<style>
span { border-color: #08215C; }
span { border-color: rgb(8,33,92); }
td.TdClassName
{
border-color: #08215C;
}
.TagClassName
{
border-color: #08215C;
}
</style>