Shades of Allports #0F6A82
Tints of Allports #0F6A82
RGB
CMYK
RGB Variations
Color information
#0F6A82 (or 0x0F6A82) is known color: Allports. HEX triplet: 0F, 6A and 82. RGB value is (15,106,130). Sum of RGB (Red+Green+Blue) = 15+106+130=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F6A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6A82 is #F0957D. Grayscale: #515151. Windows color (decimal): -15766910 or 8546831. OLE color: 8546831.
HSL color Cylindrical-coordinate representation of color #0F6A82: hue angle of 192.52º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6A82 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 106 | 130 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.49 |
| HSL | 192.52º | 0.79% | 0.28% | - |
| HSV(B) | 192.52º | 0.88% | 0.51% | - |
| XYZ | 9.38 | 12.02 | 22.95 | - |
| YUV | 81.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 106 | 130 | 0.88 | 0.18 | 0 | 0.49 | 192.52 | 0.79 | 0.28 |
| Hex | F | 6A | 82 | 58 | 12 | 0 | 31 | C1 | 4F | 1C |
| Octal | 17 | 152 | 202 | 130 | 22 | 0 | 61 | 301 | 117 | 34 |
| Binary | 1111 | 1101010 | 10000010 | 1011000 | 10010 | 0 | 110001 | 11000001 | 1001111 | 11100 |
Color Harmonies of #0F6A82
Complementary color
Monochromatic Colors of #0F6A82
Black with #0F6A82
Text Example
Text Example
White with #0F6A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6A82; }
p { color: rgb(15,106,130); }
H1.HeaderClassName
{
color: #0F6A82;
}
.AnyTagClassName
{
color: #0F6A82;
}
</style>
background-color css
<style>
a { background-color: #0F6A82; }
a { background-color: rgb(15,106,130); }
div.DivClassName
{
background-color: #0F6A82;
}
.BgClassName
{
background-color: #0F6A82;
}
</style>
border-color css
<style>
span { border-color: #0F6A82; }
span { border-color: rgb(15,106,130); }
td.TdClassName
{
border-color: #0F6A82;
}
.TagClassName
{
border-color: #0F6A82;
}
</style>