Shades of Sapphire #08115A
Tints of Sapphire #08115A
RGB
CMYK
RGB Variations
Color information
#08115A (or 0x08115A) is known color: Sapphire. HEX triplet: 08, 11 and 5A. RGB value is (8,17,90). Sum of RGB (Red+Green+Blue) = 8+17+90=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #08115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08115A is #F7EEA5. Grayscale: #161616. Windows color (decimal): -16248486 or 5902600. OLE color: 5902600.
HSL color Cylindrical-coordinate representation of color #08115A: hue angle of 233.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08115A is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 17 | 90 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.65 |
| HSL | 233.41º | 0.84% | 0.19% | - |
| HSV(B) | 233.41º | 0.91% | 0.35% | - |
| XYZ | 2.15 | 1.19 | 9.79 | - |
| YUV | 22.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 90 | 0.91 | 0.81 | 0 | 0.65 | 233.41 | 0.84 | 0.19 |
| Hex | 8 | 11 | 5A | 5B | 51 | 0 | 41 | E9 | 54 | 13 |
| Octal | 10 | 21 | 132 | 133 | 121 | 0 | 101 | 351 | 124 | 23 |
| Binary | 1000 | 10001 | 1011010 | 1011011 | 1010001 | 0 | 1000001 | 11101001 | 1010100 | 10011 |
Color Harmonies of #08115A
Complementary color
Monochromatic Colors of #08115A
Black with #08115A
Text Example
Text Example
White with #08115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08115A; }
p { color: rgb(8,17,90); }
H1.HeaderClassName
{
color: #08115A;
}
.AnyTagClassName
{
color: #08115A;
}
</style>
background-color css
<style>
a { background-color: #08115A; }
a { background-color: rgb(8,17,90); }
div.DivClassName
{
background-color: #08115A;
}
.BgClassName
{
background-color: #08115A;
}
</style>
border-color css
<style>
span { border-color: #08115A; }
span { border-color: rgb(8,17,90); }
td.TdClassName
{
border-color: #08115A;
}
.TagClassName
{
border-color: #08115A;
}
</style>