Shades of Allports #0F697C
Tints of Allports #0F697C
RGB
CMYK
RGB Variations
Color information
#0F697C (or 0x0F697C) is known color: Allports. HEX triplet: 0F, 69 and 7C. RGB value is (15,105,124). Sum of RGB (Red+Green+Blue) = 15+105+124=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F697C is #F09683. Grayscale: #505050. Windows color (decimal): -15767172 or 8153359. OLE color: 8153359.
HSL color Cylindrical-coordinate representation of color #0F697C: hue angle of 190.46º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F697C is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 105 | 124 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.51 |
| HSL | 190.46º | 0.78% | 0.27% | - |
| HSV(B) | 190.46º | 0.88% | 0.49% | - |
| XYZ | 8.89 | 11.66 | 20.85 | - |
| YUV | 80.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 124 | 0.88 | 0.15 | 0 | 0.51 | 190.46 | 0.78 | 0.27 |
| Hex | F | 69 | 7C | 58 | F | 0 | 33 | BE | 4E | 1B |
| Octal | 17 | 151 | 174 | 130 | 17 | 0 | 63 | 276 | 116 | 33 |
| Binary | 1111 | 1101001 | 1111100 | 1011000 | 1111 | 0 | 110011 | 10111110 | 1001110 | 11011 |
Color Harmonies of #0F697C
Complementary color
Monochromatic Colors of #0F697C
Black with #0F697C
Text Example
Text Example
White with #0F697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F697C; }
p { color: rgb(15,105,124); }
H1.HeaderClassName
{
color: #0F697C;
}
.AnyTagClassName
{
color: #0F697C;
}
</style>
background-color css
<style>
a { background-color: #0F697C; }
a { background-color: rgb(15,105,124); }
div.DivClassName
{
background-color: #0F697C;
}
.BgClassName
{
background-color: #0F697C;
}
</style>
border-color css
<style>
span { border-color: #0F697C; }
span { border-color: rgb(15,105,124); }
td.TdClassName
{
border-color: #0F697C;
}
.TagClassName
{
border-color: #0F697C;
}
</style>