Shades of Sapphire #080E53
Tints of Sapphire #080E53
RGB
CMYK
RGB Variations
Color information
#080E53 (or 0x080E53) is known color: Sapphire. HEX triplet: 08, 0E and 53. RGB value is (8,14,83). Sum of RGB (Red+Green+Blue) = 8+14+83=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #080E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E53 is #F7F1AC. Grayscale: #131313. Windows color (decimal): -16249261 or 5443080. OLE color: 5443080.
HSL color Cylindrical-coordinate representation of color #080E53: hue angle of 235.2º 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 #080E53 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 14 | 83 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.67 |
| HSL | 235.2º | 0.82% | 0.18% | - |
| HSV(B) | 235.2º | 0.9% | 0.33% | - |
| XYZ | 1.82 | 0.99 | 8.28 | - |
| YUV | 20.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 83 | 0.90 | 0.83 | 0 | 0.67 | 235.2 | 0.82 | 0.18 |
| Hex | 8 | E | 53 | 5A | 53 | 0 | 43 | EB | 52 | 12 |
| Octal | 10 | 16 | 123 | 132 | 123 | 0 | 103 | 353 | 122 | 22 |
| Binary | 1000 | 1110 | 1010011 | 1011010 | 1010011 | 0 | 1000011 | 11101011 | 1010010 | 10010 |
Color Harmonies of #080E53
Complementary color
Monochromatic Colors of #080E53
Black with #080E53
Text Example
Text Example
White with #080E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E53; }
p { color: rgb(8,14,83); }
H1.HeaderClassName
{
color: #080E53;
}
.AnyTagClassName
{
color: #080E53;
}
</style>
background-color css
<style>
a { background-color: #080E53; }
a { background-color: rgb(8,14,83); }
div.DivClassName
{
background-color: #080E53;
}
.BgClassName
{
background-color: #080E53;
}
</style>
border-color css
<style>
span { border-color: #080E53; }
span { border-color: rgb(8,14,83); }
td.TdClassName
{
border-color: #080E53;
}
.TagClassName
{
border-color: #080E53;
}
</style>