Shades of Allports #0F7484
Tints of Allports #0F7484
RGB
CMYK
RGB Variations
Color information
#0F7484 (or 0x0F7484) is known color: Allports. HEX triplet: 0F, 74 and 84. RGB value is (15,116,132). Sum of RGB (Red+Green+Blue) = 15+116+132=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F7484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7484 is #F08B7B. Grayscale: #575757. Windows color (decimal): -15764348 or 8680463. OLE color: 8680463.
HSL color Cylindrical-coordinate representation of color #0F7484: hue angle of 188.21º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7484 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 116 | 132 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.48 |
| HSL | 188.21º | 0.8% | 0.29% | - |
| HSV(B) | 188.21º | 0.89% | 0.52% | - |
| XYZ | 10.61 | 14.26 | 24.02 | - |
| YUV | 87.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 132 | 0.89 | 0.12 | 0 | 0.48 | 188.21 | 0.8 | 0.29 |
| Hex | F | 74 | 84 | 59 | C | 0 | 30 | BC | 50 | 1D |
| Octal | 17 | 164 | 204 | 131 | 14 | 0 | 60 | 274 | 120 | 35 |
| Binary | 1111 | 1110100 | 10000100 | 1011001 | 1100 | 0 | 110000 | 10111100 | 1010000 | 11101 |
Color Harmonies of #0F7484
Complementary color
Monochromatic Colors of #0F7484
Black with #0F7484
Text Example
Text Example
White with #0F7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7484; }
p { color: rgb(15,116,132); }
H1.HeaderClassName
{
color: #0F7484;
}
.AnyTagClassName
{
color: #0F7484;
}
</style>
background-color css
<style>
a { background-color: #0F7484; }
a { background-color: rgb(15,116,132); }
div.DivClassName
{
background-color: #0F7484;
}
.BgClassName
{
background-color: #0F7484;
}
</style>
border-color css
<style>
span { border-color: #0F7484; }
span { border-color: rgb(15,116,132); }
td.TdClassName
{
border-color: #0F7484;
}
.TagClassName
{
border-color: #0F7484;
}
</style>