Shades of Allports #0F617D
Tints of Allports #0F617D
RGB
CMYK
RGB Variations
Color information
#0F617D (or 0x0F617D) is known color: Allports. HEX triplet: 0F, 61 and 7D. RGB value is (15,97,125). Sum of RGB (Red+Green+Blue) = 15+97+125=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F617D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F617D is #F09E82. Grayscale: #4B4B4B. Windows color (decimal): -15769219 or 8216847. OLE color: 8216847.
HSL color Cylindrical-coordinate representation of color #0F617D: hue angle of 195.27º degrees, saturation: 0.79, 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 #0F617D is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 97 | 125 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.51 |
| HSL | 195.27º | 0.79% | 0.27% | - |
| HSV(B) | 195.27º | 0.88% | 0.49% | - |
| XYZ | 8.17 | 10.13 | 20.93 | - |
| YUV | 75.67 | 155.83 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 125 | 0.88 | 0.22 | 0 | 0.51 | 195.27 | 0.79 | 0.27 |
| Hex | F | 61 | 7D | 58 | 16 | 0 | 33 | C3 | 4F | 1B |
| Octal | 17 | 141 | 175 | 130 | 26 | 0 | 63 | 303 | 117 | 33 |
| Binary | 1111 | 1100001 | 1111101 | 1011000 | 10110 | 0 | 110011 | 11000011 | 1001111 | 11011 |
Color Harmonies of #0F617D
Complementary color
Monochromatic Colors of #0F617D
Black with #0F617D
Text Example
Text Example
White with #0F617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F617D; }
p { color: rgb(15,97,125); }
H1.HeaderClassName
{
color: #0F617D;
}
.AnyTagClassName
{
color: #0F617D;
}
</style>
background-color css
<style>
a { background-color: #0F617D; }
a { background-color: rgb(15,97,125); }
div.DivClassName
{
background-color: #0F617D;
}
.BgClassName
{
background-color: #0F617D;
}
</style>
border-color css
<style>
span { border-color: #0F617D; }
span { border-color: rgb(15,97,125); }
td.TdClassName
{
border-color: #0F617D;
}
.TagClassName
{
border-color: #0F617D;
}
</style>