Shades of Allports #0F748D
Tints of Allports #0F748D
RGB
CMYK
RGB Variations
Color information
#0F748D (or 0x0F748D) is known color: Allports. HEX triplet: 0F, 74 and 8D. RGB value is (15,116,141). Sum of RGB (Red+Green+Blue) = 15+116+141=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F748D is #F08B72. Grayscale: #585858. Windows color (decimal): -15764339 or 9270287. OLE color: 9270287.
HSL color Cylindrical-coordinate representation of color #0F748D: hue angle of 191.9º 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 #0F748D is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 116 | 141 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.45 |
| HSL | 191.9º | 0.81% | 0.31% | - |
| HSV(B) | 191.9º | 0.89% | 0.55% | - |
| XYZ | 11.25 | 14.52 | 27.41 | - |
| YUV | 88.65 | 157.54 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 141 | 0.89 | 0.18 | 0 | 0.45 | 191.9 | 0.81 | 0.31 |
| Hex | F | 74 | 8D | 59 | 12 | 0 | 2D | C0 | 51 | 1F |
| Octal | 17 | 164 | 215 | 131 | 22 | 0 | 55 | 300 | 121 | 37 |
| Binary | 1111 | 1110100 | 10001101 | 1011001 | 10010 | 0 | 101101 | 11000000 | 1010001 | 11111 |
Color Harmonies of #0F748D
Complementary color
Monochromatic Colors of #0F748D
Black with #0F748D
Text Example
Text Example
White with #0F748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F748D; }
p { color: rgb(15,116,141); }
H1.HeaderClassName
{
color: #0F748D;
}
.AnyTagClassName
{
color: #0F748D;
}
</style>
background-color css
<style>
a { background-color: #0F748D; }
a { background-color: rgb(15,116,141); }
div.DivClassName
{
background-color: #0F748D;
}
.BgClassName
{
background-color: #0F748D;
}
</style>
border-color css
<style>
span { border-color: #0F748D; }
span { border-color: rgb(15,116,141); }
td.TdClassName
{
border-color: #0F748D;
}
.TagClassName
{
border-color: #0F748D;
}
</style>