Shades of Allports #0F6582
Tints of Allports #0F6582
RGB
CMYK
RGB Variations
Color information
#0F6582 (or 0x0F6582) is known color: Allports. HEX triplet: 0F, 65 and 82. RGB value is (15,101,130). Sum of RGB (Red+Green+Blue) = 15+101+130=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F6582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6582 is #F09A7D. Grayscale: #4E4E4E. Windows color (decimal): -15768190 or 8545551. OLE color: 8545551.
HSL color Cylindrical-coordinate representation of color #0F6582: hue angle of 195.13º 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 #0F6582 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 101 | 130 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.49 |
| HSL | 195.13º | 0.79% | 0.28% | - |
| HSV(B) | 195.13º | 0.88% | 0.51% | - |
| XYZ | 8.88 | 11.02 | 22.78 | - |
| YUV | 78.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 130 | 0.88 | 0.22 | 0 | 0.49 | 195.13 | 0.79 | 0.28 |
| Hex | F | 65 | 82 | 58 | 16 | 0 | 31 | C3 | 4F | 1C |
| Octal | 17 | 145 | 202 | 130 | 26 | 0 | 61 | 303 | 117 | 34 |
| Binary | 1111 | 1100101 | 10000010 | 1011000 | 10110 | 0 | 110001 | 11000011 | 1001111 | 11100 |
Color Harmonies of #0F6582
Complementary color
Monochromatic Colors of #0F6582
Black with #0F6582
Text Example
Text Example
White with #0F6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6582; }
p { color: rgb(15,101,130); }
H1.HeaderClassName
{
color: #0F6582;
}
.AnyTagClassName
{
color: #0F6582;
}
</style>
background-color css
<style>
a { background-color: #0F6582; }
a { background-color: rgb(15,101,130); }
div.DivClassName
{
background-color: #0F6582;
}
.BgClassName
{
background-color: #0F6582;
}
</style>
border-color css
<style>
span { border-color: #0F6582; }
span { border-color: rgb(15,101,130); }
td.TdClassName
{
border-color: #0F6582;
}
.TagClassName
{
border-color: #0F6582;
}
</style>