Shades of Sapphire #080F52
Tints of Sapphire #080F52
RGB
CMYK
RGB Variations
Color information
#080F52 (or 0x080F52) is known color: Sapphire. HEX triplet: 08, 0F and 52. RGB value is (8,15,82). Sum of RGB (Red+Green+Blue) = 8+15+82=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #080F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F52 is #F7F0AD. Grayscale: #141414. Windows color (decimal): -16249006 or 5377800. OLE color: 5377800.
HSL color Cylindrical-coordinate representation of color #080F52: hue angle of 234.32º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080F52 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 15 | 82 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.68 |
| HSL | 234.32º | 0.82% | 0.18% | - |
| HSV(B) | 234.32º | 0.9% | 0.32% | - |
| XYZ | 1.79 | 1 | 8.08 | - |
| YUV | 20.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 82 | 0.90 | 0.82 | 0 | 0.68 | 234.32 | 0.82 | 0.18 |
| Hex | 8 | F | 52 | 5A | 52 | 0 | 44 | EA | 52 | 12 |
| Octal | 10 | 17 | 122 | 132 | 122 | 0 | 104 | 352 | 122 | 22 |
| Binary | 1000 | 1111 | 1010010 | 1011010 | 1010010 | 0 | 1000100 | 11101010 | 1010010 | 10010 |
Color Harmonies of #080F52
Complementary color
Monochromatic Colors of #080F52
Black with #080F52
Text Example
Text Example
White with #080F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F52; }
p { color: rgb(8,15,82); }
H1.HeaderClassName
{
color: #080F52;
}
.AnyTagClassName
{
color: #080F52;
}
</style>
background-color css
<style>
a { background-color: #080F52; }
a { background-color: rgb(8,15,82); }
div.DivClassName
{
background-color: #080F52;
}
.BgClassName
{
background-color: #080F52;
}
</style>
border-color css
<style>
span { border-color: #080F52; }
span { border-color: rgb(8,15,82); }
td.TdClassName
{
border-color: #080F52;
}
.TagClassName
{
border-color: #080F52;
}
</style>