Shades of Allports #0F607C
Tints of Allports #0F607C
RGB
CMYK
RGB Variations
Color information
#0F607C (or 0x0F607C) is known color: Allports. HEX triplet: 0F, 60 and 7C. RGB value is (15,96,124). Sum of RGB (Red+Green+Blue) = 15+96+124=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F607C is #F09F83. Grayscale: #4A4A4A. Windows color (decimal): -15769476 or 8151055. OLE color: 8151055.
HSL color Cylindrical-coordinate representation of color #0F607C: hue angle of 195.41º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F607C is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 96 | 124 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.51 |
| HSL | 195.41º | 0.78% | 0.27% | - |
| HSV(B) | 195.41º | 0.88% | 0.49% | - |
| XYZ | 8.02 | 9.92 | 20.56 | - |
| YUV | 74.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 124 | 0.88 | 0.23 | 0 | 0.51 | 195.41 | 0.78 | 0.27 |
| Hex | F | 60 | 7C | 58 | 17 | 0 | 33 | C3 | 4E | 1B |
| Octal | 17 | 140 | 174 | 130 | 27 | 0 | 63 | 303 | 116 | 33 |
| Binary | 1111 | 1100000 | 1111100 | 1011000 | 10111 | 0 | 110011 | 11000011 | 1001110 | 11011 |
Color Harmonies of #0F607C
Complementary color
Monochromatic Colors of #0F607C
Black with #0F607C
Text Example
Text Example
White with #0F607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F607C; }
p { color: rgb(15,96,124); }
H1.HeaderClassName
{
color: #0F607C;
}
.AnyTagClassName
{
color: #0F607C;
}
</style>
background-color css
<style>
a { background-color: #0F607C; }
a { background-color: rgb(15,96,124); }
div.DivClassName
{
background-color: #0F607C;
}
.BgClassName
{
background-color: #0F607C;
}
</style>
border-color css
<style>
span { border-color: #0F607C; }
span { border-color: rgb(15,96,124); }
td.TdClassName
{
border-color: #0F607C;
}
.TagClassName
{
border-color: #0F607C;
}
</style>