Shades of Sapphire #080F4E
Tints of Sapphire #080F4E
RGB
CMYK
RGB Variations
Color information
#080F4E (or 0x080F4E) is known color: Sapphire. HEX triplet: 08, 0F and 4E. RGB value is (8,15,78). Sum of RGB (Red+Green+Blue) = 8+15+78=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #080F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F4E is #F7F0B1. Grayscale: #131313. Windows color (decimal): -16249010 or 5115656. OLE color: 5115656.
HSL color Cylindrical-coordinate representation of color #080F4E: hue angle of 234º degrees, saturation: 0.81, 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 #080F4E is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 15 | 78 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.69 |
| HSL | 234º | 0.81% | 0.17% | - |
| HSV(B) | 234º | 0.9% | 0.31% | - |
| XYZ | 1.65 | 0.94 | 7.3 | - |
| YUV | 20.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 78 | 0.90 | 0.81 | 0 | 0.69 | 234 | 0.81 | 0.17 |
| Hex | 8 | F | 4E | 5A | 51 | 0 | 45 | EA | 51 | 11 |
| Octal | 10 | 17 | 116 | 132 | 121 | 0 | 105 | 352 | 121 | 21 |
| Binary | 1000 | 1111 | 1001110 | 1011010 | 1010001 | 0 | 1000101 | 11101010 | 1010001 | 10001 |
Color Harmonies of #080F4E
Complementary color
Monochromatic Colors of #080F4E
Black with #080F4E
Text Example
Text Example
White with #080F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F4E; }
p { color: rgb(8,15,78); }
H1.HeaderClassName
{
color: #080F4E;
}
.AnyTagClassName
{
color: #080F4E;
}
</style>
background-color css
<style>
a { background-color: #080F4E; }
a { background-color: rgb(8,15,78); }
div.DivClassName
{
background-color: #080F4E;
}
.BgClassName
{
background-color: #080F4E;
}
</style>
border-color css
<style>
span { border-color: #080F4E; }
span { border-color: rgb(8,15,78); }
td.TdClassName
{
border-color: #080F4E;
}
.TagClassName
{
border-color: #080F4E;
}
</style>