Shades of Sapphire #080F53
Tints of Sapphire #080F53
RGB
CMYK
RGB Variations
Color information
#080F53 (or 0x080F53) is known color: Sapphire. HEX triplet: 08, 0F and 53. RGB value is (8,15,83). Sum of RGB (Red+Green+Blue) = 8+15+83=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #080F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F53 is #F7F0AC. Grayscale: #141414. Windows color (decimal): -16249005 or 5443336. OLE color: 5443336.
HSL color Cylindrical-coordinate representation of color #080F53: hue angle of 234.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080F53 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 15 | 83 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.67 |
| HSL | 234.4º | 0.82% | 0.18% | - |
| HSV(B) | 234.4º | 0.9% | 0.33% | - |
| XYZ | 1.83 | 1.02 | 8.28 | - |
| YUV | 20.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 83 | 0.90 | 0.82 | 0 | 0.67 | 234.4 | 0.82 | 0.18 |
| Hex | 8 | F | 53 | 5A | 52 | 0 | 43 | EA | 52 | 12 |
| Octal | 10 | 17 | 123 | 132 | 122 | 0 | 103 | 352 | 122 | 22 |
| Binary | 1000 | 1111 | 1010011 | 1011010 | 1010010 | 0 | 1000011 | 11101010 | 1010010 | 10010 |
Color Harmonies of #080F53
Complementary color
Monochromatic Colors of #080F53
Black with #080F53
Text Example
Text Example
White with #080F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F53; }
p { color: rgb(8,15,83); }
H1.HeaderClassName
{
color: #080F53;
}
.AnyTagClassName
{
color: #080F53;
}
</style>
background-color css
<style>
a { background-color: #080F53; }
a { background-color: rgb(8,15,83); }
div.DivClassName
{
background-color: #080F53;
}
.BgClassName
{
background-color: #080F53;
}
</style>
border-color css
<style>
span { border-color: #080F53; }
span { border-color: rgb(8,15,83); }
td.TdClassName
{
border-color: #080F53;
}
.TagClassName
{
border-color: #080F53;
}
</style>