Shades of Allports #0F727C
Tints of Allports #0F727C
RGB
CMYK
RGB Variations
Color information
#0F727C (or 0x0F727C) is known color: Allports. HEX triplet: 0F, 72 and 7C. RGB value is (15,114,124). Sum of RGB (Red+Green+Blue) = 15+114+124=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F727C is #F08D83. Grayscale: #555555. Windows color (decimal): -15764868 or 8155663. OLE color: 8155663.
HSL color Cylindrical-coordinate representation of color #0F727C: hue angle of 185.5º 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 #0F727C is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 114 | 124 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.51 |
| HSL | 185.5º | 0.78% | 0.27% | - |
| HSV(B) | 185.5º | 0.88% | 0.49% | - |
| XYZ | 9.85 | 13.59 | 21.17 | - |
| YUV | 85.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 124 | 0.88 | 0.08 | 0 | 0.51 | 185.5 | 0.78 | 0.27 |
| Hex | F | 72 | 7C | 58 | 8 | 0 | 33 | BA | 4E | 1B |
| Octal | 17 | 162 | 174 | 130 | 10 | 0 | 63 | 272 | 116 | 33 |
| Binary | 1111 | 1110010 | 1111100 | 1011000 | 1000 | 0 | 110011 | 10111010 | 1001110 | 11011 |
Color Harmonies of #0F727C
Complementary color
Monochromatic Colors of #0F727C
Black with #0F727C
Text Example
Text Example
White with #0F727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F727C; }
p { color: rgb(15,114,124); }
H1.HeaderClassName
{
color: #0F727C;
}
.AnyTagClassName
{
color: #0F727C;
}
</style>
background-color css
<style>
a { background-color: #0F727C; }
a { background-color: rgb(15,114,124); }
div.DivClassName
{
background-color: #0F727C;
}
.BgClassName
{
background-color: #0F727C;
}
</style>
border-color css
<style>
span { border-color: #0F727C; }
span { border-color: rgb(15,114,124); }
td.TdClassName
{
border-color: #0F727C;
}
.TagClassName
{
border-color: #0F727C;
}
</style>