Shades of Sapphire #08155B
Tints of Sapphire #08155B
RGB
CMYK
RGB Variations
Color information
#08155B (or 0x08155B) is known color: Sapphire. HEX triplet: 08, 15 and 5B. RGB value is (8,21,91). Sum of RGB (Red+Green+Blue) = 8+21+91=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #08155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08155B is #F7EAA4. Grayscale: #181818. Windows color (decimal): -16247461 or 5969160. OLE color: 5969160.
HSL color Cylindrical-coordinate representation of color #08155B: hue angle of 230.6º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08155B is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 21 | 91 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.64 |
| HSL | 230.6º | 0.84% | 0.19% | - |
| HSV(B) | 230.6º | 0.91% | 0.36% | - |
| XYZ | 2.26 | 1.34 | 10.04 | - |
| YUV | 25.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 91 | 0.91 | 0.77 | 0 | 0.64 | 230.6 | 0.84 | 0.19 |
| Hex | 8 | 15 | 5B | 5B | 4D | 0 | 40 | E7 | 54 | 13 |
| Octal | 10 | 25 | 133 | 133 | 115 | 0 | 100 | 347 | 124 | 23 |
| Binary | 1000 | 10101 | 1011011 | 1011011 | 1001101 | 0 | 1000000 | 11100111 | 1010100 | 10011 |
Color Harmonies of #08155B
Complementary color
Monochromatic Colors of #08155B
Black with #08155B
Text Example
Text Example
White with #08155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08155B; }
p { color: rgb(8,21,91); }
H1.HeaderClassName
{
color: #08155B;
}
.AnyTagClassName
{
color: #08155B;
}
</style>
background-color css
<style>
a { background-color: #08155B; }
a { background-color: rgb(8,21,91); }
div.DivClassName
{
background-color: #08155B;
}
.BgClassName
{
background-color: #08155B;
}
</style>
border-color css
<style>
span { border-color: #08155B; }
span { border-color: rgb(8,21,91); }
td.TdClassName
{
border-color: #08155B;
}
.TagClassName
{
border-color: #08155B;
}
</style>