Shades of Allports #0F617C
Tints of Allports #0F617C
RGB
CMYK
RGB Variations
Color information
#0F617C (or 0x0F617C) is known color: Allports. HEX triplet: 0F, 61 and 7C. RGB value is (15,97,124). Sum of RGB (Red+Green+Blue) = 15+97+124=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F617C is #F09E83. Grayscale: #4B4B4B. Windows color (decimal): -15769220 or 8151311. OLE color: 8151311.
HSL color Cylindrical-coordinate representation of color #0F617C: hue angle of 194.86º 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 #0F617C is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 97 | 124 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.51 |
| HSL | 194.86º | 0.78% | 0.27% | - |
| HSV(B) | 194.86º | 0.88% | 0.49% | - |
| XYZ | 8.11 | 10.11 | 20.59 | - |
| YUV | 75.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 124 | 0.88 | 0.22 | 0 | 0.51 | 194.86 | 0.78 | 0.27 |
| Hex | F | 61 | 7C | 58 | 16 | 0 | 33 | C3 | 4E | 1B |
| Octal | 17 | 141 | 174 | 130 | 26 | 0 | 63 | 303 | 116 | 33 |
| Binary | 1111 | 1100001 | 1111100 | 1011000 | 10110 | 0 | 110011 | 11000011 | 1001110 | 11011 |
Color Harmonies of #0F617C
Complementary color
Monochromatic Colors of #0F617C
Black with #0F617C
Text Example
Text Example
White with #0F617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F617C; }
p { color: rgb(15,97,124); }
H1.HeaderClassName
{
color: #0F617C;
}
.AnyTagClassName
{
color: #0F617C;
}
</style>
background-color css
<style>
a { background-color: #0F617C; }
a { background-color: rgb(15,97,124); }
div.DivClassName
{
background-color: #0F617C;
}
.BgClassName
{
background-color: #0F617C;
}
</style>
border-color css
<style>
span { border-color: #0F617C; }
span { border-color: rgb(15,97,124); }
td.TdClassName
{
border-color: #0F617C;
}
.TagClassName
{
border-color: #0F617C;
}
</style>