Shades of Sapphire #08165D
Tints of Sapphire #08165D
RGB
CMYK
RGB Variations
Color information
#08165D (or 0x08165D) is known color: Sapphire. HEX triplet: 08, 16 and 5D. RGB value is (8,22,93). Sum of RGB (Red+Green+Blue) = 8+22+93=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #08165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08165D is #F7E9A2. Grayscale: #191919. Windows color (decimal): -16247203 or 6100488. OLE color: 6100488.
HSL color Cylindrical-coordinate representation of color #08165D: hue angle of 230.12º 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 #08165D is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 22 | 93 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.64 |
| HSL | 230.12º | 0.84% | 0.2% | - |
| HSV(B) | 230.12º | 0.91% | 0.36% | - |
| XYZ | 2.36 | 1.42 | 10.5 | - |
| YUV | 25.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 93 | 0.91 | 0.76 | 0 | 0.64 | 230.12 | 0.84 | 0.2 |
| Hex | 8 | 16 | 5D | 5B | 4C | 0 | 40 | E6 | 54 | 14 |
| Octal | 10 | 26 | 135 | 133 | 114 | 0 | 100 | 346 | 124 | 24 |
| Binary | 1000 | 10110 | 1011101 | 1011011 | 1001100 | 0 | 1000000 | 11100110 | 1010100 | 10100 |
Color Harmonies of #08165D
Complementary color
Monochromatic Colors of #08165D
Black with #08165D
Text Example
Text Example
White with #08165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08165D; }
p { color: rgb(8,22,93); }
H1.HeaderClassName
{
color: #08165D;
}
.AnyTagClassName
{
color: #08165D;
}
</style>
background-color css
<style>
a { background-color: #08165D; }
a { background-color: rgb(8,22,93); }
div.DivClassName
{
background-color: #08165D;
}
.BgClassName
{
background-color: #08165D;
}
</style>
border-color css
<style>
span { border-color: #08165D; }
span { border-color: rgb(8,22,93); }
td.TdClassName
{
border-color: #08165D;
}
.TagClassName
{
border-color: #08165D;
}
</style>