Shades of Sapphire #080F4C
Tints of Sapphire #080F4C
RGB
CMYK
RGB Variations
Color information
#080F4C (or 0x080F4C) is known color: Sapphire. HEX triplet: 08, 0F and 4C. RGB value is (8,15,76). Sum of RGB (Red+Green+Blue) = 8+15+76=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #080F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F4C is #F7F0B3. Grayscale: #131313. Windows color (decimal): -16249012 or 4984584. OLE color: 4984584.
HSL color Cylindrical-coordinate representation of color #080F4C: hue angle of 233.82º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080F4C is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 15 | 76 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.70 |
| HSL | 233.82º | 0.81% | 0.16% | - |
| HSV(B) | 233.82º | 0.89% | 0.3% | - |
| XYZ | 1.58 | 0.92 | 6.93 | - |
| YUV | 19.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 76 | 0.89 | 0.80 | 0 | 0.70 | 233.82 | 0.81 | 0.16 |
| Hex | 8 | F | 4C | 59 | 50 | 0 | 46 | EA | 51 | 10 |
| Octal | 10 | 17 | 114 | 131 | 120 | 0 | 106 | 352 | 121 | 20 |
| Binary | 1000 | 1111 | 1001100 | 1011001 | 1010000 | 0 | 1000110 | 11101010 | 1010001 | 10000 |
Color Harmonies of #080F4C
Complementary color
Monochromatic Colors of #080F4C
Black with #080F4C
Text Example
Text Example
White with #080F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F4C; }
p { color: rgb(8,15,76); }
H1.HeaderClassName
{
color: #080F4C;
}
.AnyTagClassName
{
color: #080F4C;
}
</style>
background-color css
<style>
a { background-color: #080F4C; }
a { background-color: rgb(8,15,76); }
div.DivClassName
{
background-color: #080F4C;
}
.BgClassName
{
background-color: #080F4C;
}
</style>
border-color css
<style>
span { border-color: #080F4C; }
span { border-color: rgb(8,15,76); }
td.TdClassName
{
border-color: #080F4C;
}
.TagClassName
{
border-color: #080F4C;
}
</style>