Shades of Allports #0F677C
Tints of Allports #0F677C
RGB
CMYK
RGB Variations
Color information
#0F677C (or 0x0F677C) is known color: Allports. HEX triplet: 0F, 67 and 7C. RGB value is (15,103,124). Sum of RGB (Red+Green+Blue) = 15+103+124=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F677C is #F09883. Grayscale: #4E4E4E. Windows color (decimal): -15767684 or 8152847. OLE color: 8152847.
HSL color Cylindrical-coordinate representation of color #0F677C: hue angle of 191.56º 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 #0F677C is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 103 | 124 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.51 |
| HSL | 191.56º | 0.78% | 0.27% | - |
| HSV(B) | 191.56º | 0.88% | 0.49% | - |
| XYZ | 8.69 | 11.26 | 20.78 | - |
| YUV | 79.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 124 | 0.88 | 0.17 | 0 | 0.51 | 191.56 | 0.78 | 0.27 |
| Hex | F | 67 | 7C | 58 | 11 | 0 | 33 | C0 | 4E | 1B |
| Octal | 17 | 147 | 174 | 130 | 21 | 0 | 63 | 300 | 116 | 33 |
| Binary | 1111 | 1100111 | 1111100 | 1011000 | 10001 | 0 | 110011 | 11000000 | 1001110 | 11011 |
Color Harmonies of #0F677C
Complementary color
Monochromatic Colors of #0F677C
Black with #0F677C
Text Example
Text Example
White with #0F677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F677C; }
p { color: rgb(15,103,124); }
H1.HeaderClassName
{
color: #0F677C;
}
.AnyTagClassName
{
color: #0F677C;
}
</style>
background-color css
<style>
a { background-color: #0F677C; }
a { background-color: rgb(15,103,124); }
div.DivClassName
{
background-color: #0F677C;
}
.BgClassName
{
background-color: #0F677C;
}
</style>
border-color css
<style>
span { border-color: #0F677C; }
span { border-color: rgb(15,103,124); }
td.TdClassName
{
border-color: #0F677C;
}
.TagClassName
{
border-color: #0F677C;
}
</style>