Shades of Sapphire #08155A
Tints of Sapphire #08155A
RGB
CMYK
RGB Variations
Color information
#08155A (or 0x08155A) is known color: Sapphire. HEX triplet: 08, 15 and 5A. RGB value is (8,21,90). Sum of RGB (Red+Green+Blue) = 8+21+90=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 90 (35.55% from 255 or 75.63% from 119); Max value from RGB is 90 - color contains mainly: blue. Hex color #08155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08155A is #F7EAA5. Grayscale: #181818. Windows color (decimal): -16247462 or 5903624. OLE color: 5903624.
HSL color Cylindrical-coordinate representation of color #08155A: hue angle of 230.49º 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 #08155A is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 21 | 90 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.65 |
| HSL | 230.49º | 0.84% | 0.19% | - |
| HSV(B) | 230.49º | 0.91% | 0.35% | - |
| XYZ | 2.21 | 1.33 | 9.81 | - |
| YUV | 24.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 90 | 0.91 | 0.77 | 0 | 0.65 | 230.49 | 0.84 | 0.19 |
| Hex | 8 | 15 | 5A | 5B | 4D | 0 | 41 | E6 | 54 | 13 |
| Octal | 10 | 25 | 132 | 133 | 115 | 0 | 101 | 346 | 124 | 23 |
| Binary | 1000 | 10101 | 1011010 | 1011011 | 1001101 | 0 | 1000001 | 11100110 | 1010100 | 10011 |
Color Harmonies of #08155A
Complementary color
Monochromatic Colors of #08155A
Black with #08155A
Text Example
Text Example
White with #08155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08155A; }
p { color: rgb(8,21,90); }
H1.HeaderClassName
{
color: #08155A;
}
.AnyTagClassName
{
color: #08155A;
}
</style>
background-color css
<style>
a { background-color: #08155A; }
a { background-color: rgb(8,21,90); }
div.DivClassName
{
background-color: #08155A;
}
.BgClassName
{
background-color: #08155A;
}
</style>
border-color css
<style>
span { border-color: #08155A; }
span { border-color: rgb(8,21,90); }
td.TdClassName
{
border-color: #08155A;
}
.TagClassName
{
border-color: #08155A;
}
</style>