Shades of Allports #0F678B
Tints of Allports #0F678B
RGB
CMYK
RGB Variations
Color information
#0F678B (or 0x0F678B) is known color: Allports. HEX triplet: 0F, 67 and 8B. RGB value is (15,103,139). Sum of RGB (Red+Green+Blue) = 15+103+139=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F678B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F678B is #F09874. Grayscale: #505050. Windows color (decimal): -15767669 or 9135887. OLE color: 9135887.
HSL color Cylindrical-coordinate representation of color #0F678B: hue angle of 197.42º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F678B is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 103 | 139 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.45 |
| HSL | 197.42º | 0.81% | 0.3% | - |
| HSV(B) | 197.42º | 0.89% | 0.55% | - |
| XYZ | 9.71 | 11.67 | 26.17 | - |
| YUV | 80.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 139 | 0.89 | 0.26 | 0 | 0.45 | 197.42 | 0.81 | 0.3 |
| Hex | F | 67 | 8B | 59 | 1A | 0 | 2D | C5 | 51 | 1E |
| Octal | 17 | 147 | 213 | 131 | 32 | 0 | 55 | 305 | 121 | 36 |
| Binary | 1111 | 1100111 | 10001011 | 1011001 | 11010 | 0 | 101101 | 11000101 | 1010001 | 11110 |
Color Harmonies of #0F678B
Complementary color
Monochromatic Colors of #0F678B
Black with #0F678B
Text Example
Text Example
White with #0F678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F678B; }
p { color: rgb(15,103,139); }
H1.HeaderClassName
{
color: #0F678B;
}
.AnyTagClassName
{
color: #0F678B;
}
</style>
background-color css
<style>
a { background-color: #0F678B; }
a { background-color: rgb(15,103,139); }
div.DivClassName
{
background-color: #0F678B;
}
.BgClassName
{
background-color: #0F678B;
}
</style>
border-color css
<style>
span { border-color: #0F678B; }
span { border-color: rgb(15,103,139); }
td.TdClassName
{
border-color: #0F678B;
}
.TagClassName
{
border-color: #0F678B;
}
</style>