Shades of Sapphire #08155D
Tints of Sapphire #08155D
RGB
CMYK
RGB Variations
Color information
#08155D (or 0x08155D) is known color: Sapphire. HEX triplet: 08, 15 and 5D. RGB value is (8,21,93). Sum of RGB (Red+Green+Blue) = 8+21+93=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #08155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08155D is #F7EAA2. Grayscale: #191919. Windows color (decimal): -16247459 or 6100232. OLE color: 6100232.
HSL color Cylindrical-coordinate representation of color #08155D: hue angle of 230.82º 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 #08155D is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 21 | 93 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.64 |
| HSL | 230.82º | 0.84% | 0.2% | - |
| HSV(B) | 230.82º | 0.91% | 0.36% | - |
| XYZ | 2.34 | 1.38 | 10.5 | - |
| YUV | 25.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 93 | 0.91 | 0.77 | 0 | 0.64 | 230.82 | 0.84 | 0.2 |
| Hex | 8 | 15 | 5D | 5B | 4D | 0 | 40 | E7 | 54 | 14 |
| Octal | 10 | 25 | 135 | 133 | 115 | 0 | 100 | 347 | 124 | 24 |
| Binary | 1000 | 10101 | 1011101 | 1011011 | 1001101 | 0 | 1000000 | 11100111 | 1010100 | 10100 |
Color Harmonies of #08155D
Complementary color
Monochromatic Colors of #08155D
Black with #08155D
Text Example
Text Example
White with #08155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08155D; }
p { color: rgb(8,21,93); }
H1.HeaderClassName
{
color: #08155D;
}
.AnyTagClassName
{
color: #08155D;
}
</style>
background-color css
<style>
a { background-color: #08155D; }
a { background-color: rgb(8,21,93); }
div.DivClassName
{
background-color: #08155D;
}
.BgClassName
{
background-color: #08155D;
}
</style>
border-color css
<style>
span { border-color: #08155D; }
span { border-color: rgb(8,21,93); }
td.TdClassName
{
border-color: #08155D;
}
.TagClassName
{
border-color: #08155D;
}
</style>