Shades of Sapphire #080F56
Tints of Sapphire #080F56
RGB
CMYK
RGB Variations
Color information
#080F56 (or 0x080F56) is known color: Sapphire. HEX triplet: 08, 0F and 56. RGB value is (8,15,86). Sum of RGB (Red+Green+Blue) = 8+15+86=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #080F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F56 is #F7F0A9. Grayscale: #141414. Windows color (decimal): -16249002 or 5639944. OLE color: 5639944.
HSL color Cylindrical-coordinate representation of color #080F56: hue angle of 234.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F56 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 15 | 86 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.66 |
| HSL | 234.62º | 0.83% | 0.18% | - |
| HSV(B) | 234.62º | 0.91% | 0.34% | - |
| XYZ | 1.95 | 1.07 | 8.91 | - |
| YUV | 21 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 86 | 0.91 | 0.83 | 0 | 0.66 | 234.62 | 0.83 | 0.18 |
| Hex | 8 | F | 56 | 5B | 53 | 0 | 42 | EB | 53 | 12 |
| Octal | 10 | 17 | 126 | 133 | 123 | 0 | 102 | 353 | 123 | 22 |
| Binary | 1000 | 1111 | 1010110 | 1011011 | 1010011 | 0 | 1000010 | 11101011 | 1010011 | 10010 |
Color Harmonies of #080F56
Complementary color
Monochromatic Colors of #080F56
Black with #080F56
Text Example
Text Example
White with #080F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F56; }
p { color: rgb(8,15,86); }
H1.HeaderClassName
{
color: #080F56;
}
.AnyTagClassName
{
color: #080F56;
}
</style>
background-color css
<style>
a { background-color: #080F56; }
a { background-color: rgb(8,15,86); }
div.DivClassName
{
background-color: #080F56;
}
.BgClassName
{
background-color: #080F56;
}
</style>
border-color css
<style>
span { border-color: #080F56; }
span { border-color: rgb(8,15,86); }
td.TdClassName
{
border-color: #080F56;
}
.TagClassName
{
border-color: #080F56;
}
</style>