Shades of Allports #0F6081
Tints of Allports #0F6081
RGB
CMYK
RGB Variations
Color information
#0F6081 (or 0x0F6081) is known color: Allports. HEX triplet: 0F, 60 and 81. RGB value is (15,96,129). Sum of RGB (Red+Green+Blue) = 15+96+129=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F6081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6081 is #F09F7E. Grayscale: #4B4B4B. Windows color (decimal): -15769471 or 8478735. OLE color: 8478735.
HSL color Cylindrical-coordinate representation of color #0F6081: hue angle of 197.37º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6081 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 96 | 129 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.49 |
| HSL | 197.37º | 0.79% | 0.28% | - |
| HSV(B) | 197.37º | 0.88% | 0.51% | - |
| XYZ | 8.34 | 10.05 | 22.27 | - |
| YUV | 75.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 129 | 0.88 | 0.26 | 0 | 0.49 | 197.37 | 0.79 | 0.28 |
| Hex | F | 60 | 81 | 58 | 1A | 0 | 31 | C5 | 4F | 1C |
| Octal | 17 | 140 | 201 | 130 | 32 | 0 | 61 | 305 | 117 | 34 |
| Binary | 1111 | 1100000 | 10000001 | 1011000 | 11010 | 0 | 110001 | 11000101 | 1001111 | 11100 |
Color Harmonies of #0F6081
Complementary color
Monochromatic Colors of #0F6081
Black with #0F6081
Text Example
Text Example
White with #0F6081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6081; }
p { color: rgb(15,96,129); }
H1.HeaderClassName
{
color: #0F6081;
}
.AnyTagClassName
{
color: #0F6081;
}
</style>
background-color css
<style>
a { background-color: #0F6081; }
a { background-color: rgb(15,96,129); }
div.DivClassName
{
background-color: #0F6081;
}
.BgClassName
{
background-color: #0F6081;
}
</style>
border-color css
<style>
span { border-color: #0F6081; }
span { border-color: rgb(15,96,129); }
td.TdClassName
{
border-color: #0F6081;
}
.TagClassName
{
border-color: #0F6081;
}
</style>