Shades of Allports #0F6078
Tints of Allports #0F6078
RGB
CMYK
RGB Variations
Color information
#0F6078 (or 0x0F6078) is known color: Allports. HEX triplet: 0F, 60 and 78. RGB value is (15,96,120). Sum of RGB (Red+Green+Blue) = 15+96+120=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F6078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6078 is #F09F87. Grayscale: #4A4A4A. Windows color (decimal): -15769480 or 7888911. OLE color: 7888911.
HSL color Cylindrical-coordinate representation of color #0F6078: hue angle of 193.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6078 is Cyan = 0.87, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 96 | 120 | - |
| CMYK | 0.87 | 0.2 | 0 | 0.53 |
| HSL | 193.71º | 0.78% | 0.26% | - |
| HSV(B) | 193.71º | 0.88% | 0.47% | - |
| XYZ | 7.77 | 9.82 | 19.26 | - |
| YUV | 74.52 | 153.66 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 120 | 0.87 | 0.2 | 0 | 0.53 | 193.71 | 0.78 | 0.26 |
| Hex | F | 60 | 78 | 57 | 14 | 0 | 35 | C2 | 4E | 1A |
| Octal | 17 | 140 | 170 | 127 | 24 | 0 | 65 | 302 | 116 | 32 |
| Binary | 1111 | 1100000 | 1111000 | 1010111 | 10100 | 0 | 110101 | 11000010 | 1001110 | 11010 |
Color Harmonies of #0F6078
Complementary color
Monochromatic Colors of #0F6078
Black with #0F6078
Text Example
Text Example
White with #0F6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6078; }
p { color: rgb(15,96,120); }
H1.HeaderClassName
{
color: #0F6078;
}
.AnyTagClassName
{
color: #0F6078;
}
</style>
background-color css
<style>
a { background-color: #0F6078; }
a { background-color: rgb(15,96,120); }
div.DivClassName
{
background-color: #0F6078;
}
.BgClassName
{
background-color: #0F6078;
}
</style>
border-color css
<style>
span { border-color: #0F6078; }
span { border-color: rgb(15,96,120); }
td.TdClassName
{
border-color: #0F6078;
}
.TagClassName
{
border-color: #0F6078;
}
</style>