Shades of Sapphire #080F50
Tints of Sapphire #080F50
RGB
CMYK
RGB Variations
Color information
#080F50 (or 0x080F50) is known color: Sapphire. HEX triplet: 08, 0F and 50. RGB value is (8,15,80). Sum of RGB (Red+Green+Blue) = 8+15+80=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #080F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F50 is #F7F0AF. Grayscale: #141414. Windows color (decimal): -16249008 or 5246728. OLE color: 5246728.
HSL color Cylindrical-coordinate representation of color #080F50: hue angle of 234.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080F50 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 15 | 80 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.69 |
| HSL | 234.17º | 0.82% | 0.17% | - |
| HSV(B) | 234.17º | 0.9% | 0.31% | - |
| XYZ | 1.72 | 0.97 | 7.69 | - |
| YUV | 20.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 80 | 0.90 | 0.81 | 0 | 0.69 | 234.17 | 0.82 | 0.17 |
| Hex | 8 | F | 50 | 5A | 51 | 0 | 45 | EA | 52 | 11 |
| Octal | 10 | 17 | 120 | 132 | 121 | 0 | 105 | 352 | 122 | 21 |
| Binary | 1000 | 1111 | 1010000 | 1011010 | 1010001 | 0 | 1000101 | 11101010 | 1010010 | 10001 |
Color Harmonies of #080F50
Complementary color
Monochromatic Colors of #080F50
Black with #080F50
Text Example
Text Example
White with #080F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F50; }
p { color: rgb(8,15,80); }
H1.HeaderClassName
{
color: #080F50;
}
.AnyTagClassName
{
color: #080F50;
}
</style>
background-color css
<style>
a { background-color: #080F50; }
a { background-color: rgb(8,15,80); }
div.DivClassName
{
background-color: #080F50;
}
.BgClassName
{
background-color: #080F50;
}
</style>
border-color css
<style>
span { border-color: #080F50; }
span { border-color: rgb(8,15,80); }
td.TdClassName
{
border-color: #080F50;
}
.TagClassName
{
border-color: #080F50;
}
</style>