Shades of Allports #0F6A8D
Tints of Allports #0F6A8D
RGB
CMYK
RGB Variations
Color information
#0F6A8D (or 0x0F6A8D) is known color: Allports. HEX triplet: 0F, 6A and 8D. RGB value is (15,106,141). Sum of RGB (Red+Green+Blue) = 15+106+141=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F6A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6A8D is #F09572. Grayscale: #525252. Windows color (decimal): -15766899 or 9267727. OLE color: 9267727.
HSL color Cylindrical-coordinate representation of color #0F6A8D: hue angle of 196.67º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F6A8D is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 106 | 141 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.45 |
| HSL | 196.67º | 0.81% | 0.31% | - |
| HSV(B) | 196.67º | 0.89% | 0.55% | - |
| XYZ | 10.16 | 12.33 | 27.04 | - |
| YUV | 82.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 106 | 141 | 0.89 | 0.25 | 0 | 0.45 | 196.67 | 0.81 | 0.31 |
| Hex | F | 6A | 8D | 59 | 19 | 0 | 2D | C5 | 51 | 1F |
| Octal | 17 | 152 | 215 | 131 | 31 | 0 | 55 | 305 | 121 | 37 |
| Binary | 1111 | 1101010 | 10001101 | 1011001 | 11001 | 0 | 101101 | 11000101 | 1010001 | 11111 |
Color Harmonies of #0F6A8D
Complementary color
Monochromatic Colors of #0F6A8D
Black with #0F6A8D
Text Example
Text Example
White with #0F6A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6A8D; }
p { color: rgb(15,106,141); }
H1.HeaderClassName
{
color: #0F6A8D;
}
.AnyTagClassName
{
color: #0F6A8D;
}
</style>
background-color css
<style>
a { background-color: #0F6A8D; }
a { background-color: rgb(15,106,141); }
div.DivClassName
{
background-color: #0F6A8D;
}
.BgClassName
{
background-color: #0F6A8D;
}
</style>
border-color css
<style>
span { border-color: #0F6A8D; }
span { border-color: rgb(15,106,141); }
td.TdClassName
{
border-color: #0F6A8D;
}
.TagClassName
{
border-color: #0F6A8D;
}
</style>