Shades of Sapphire #08165A
Tints of Sapphire #08165A
RGB
CMYK
RGB Variations
Color information
#08165A (or 0x08165A) is known color: Sapphire. HEX triplet: 08, 16 and 5A. RGB value is (8,22,90). Sum of RGB (Red+Green+Blue) = 8+22+90=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #08165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08165A is #F7E9A5. Grayscale: #191919. Windows color (decimal): -16247206 or 5903880. OLE color: 5903880.
HSL color Cylindrical-coordinate representation of color #08165A: hue angle of 229.76º 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 #08165A is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 22 | 90 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.65 |
| HSL | 229.76º | 0.84% | 0.19% | - |
| HSV(B) | 229.76º | 0.91% | 0.35% | - |
| XYZ | 2.23 | 1.36 | 9.82 | - |
| YUV | 25.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 90 | 0.91 | 0.76 | 0 | 0.65 | 229.76 | 0.84 | 0.19 |
| Hex | 8 | 16 | 5A | 5B | 4C | 0 | 41 | E6 | 54 | 13 |
| Octal | 10 | 26 | 132 | 133 | 114 | 0 | 101 | 346 | 124 | 23 |
| Binary | 1000 | 10110 | 1011010 | 1011011 | 1001100 | 0 | 1000001 | 11100110 | 1010100 | 10011 |
Color Harmonies of #08165A
Complementary color
Monochromatic Colors of #08165A
Black with #08165A
Text Example
Text Example
White with #08165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08165A; }
p { color: rgb(8,22,90); }
H1.HeaderClassName
{
color: #08165A;
}
.AnyTagClassName
{
color: #08165A;
}
</style>
background-color css
<style>
a { background-color: #08165A; }
a { background-color: rgb(8,22,90); }
div.DivClassName
{
background-color: #08165A;
}
.BgClassName
{
background-color: #08165A;
}
</style>
border-color css
<style>
span { border-color: #08165A; }
span { border-color: rgb(8,22,90); }
td.TdClassName
{
border-color: #08165A;
}
.TagClassName
{
border-color: #08165A;
}
</style>