Shades of Allports #0F618D
Tints of Allports #0F618D
RGB
CMYK
RGB Variations
Color information
#0F618D (or 0x0F618D) is known color: Allports. HEX triplet: 0F, 61 and 8D. RGB value is (15,97,141). Sum of RGB (Red+Green+Blue) = 15+97+141=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F618D is #F09E72. Grayscale: #4D4D4D. Windows color (decimal): -15769203 or 9265423. OLE color: 9265423.
HSL color Cylindrical-coordinate representation of color #0F618D: hue angle of 200.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F618D is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 97 | 141 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.45 |
| HSL | 200.95º | 0.81% | 0.31% | - |
| HSV(B) | 200.95º | 0.89% | 0.55% | - |
| XYZ | 9.28 | 10.57 | 26.75 | - |
| YUV | 77.5 | 163.83 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 141 | 0.89 | 0.31 | 0 | 0.45 | 200.95 | 0.81 | 0.31 |
| Hex | F | 61 | 8D | 59 | 1F | 0 | 2D | C9 | 51 | 1F |
| Octal | 17 | 141 | 215 | 131 | 37 | 0 | 55 | 311 | 121 | 37 |
| Binary | 1111 | 1100001 | 10001101 | 1011001 | 11111 | 0 | 101101 | 11001001 | 1010001 | 11111 |
Color Harmonies of #0F618D
Complementary color
Monochromatic Colors of #0F618D
Black with #0F618D
Text Example
Text Example
White with #0F618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F618D; }
p { color: rgb(15,97,141); }
H1.HeaderClassName
{
color: #0F618D;
}
.AnyTagClassName
{
color: #0F618D;
}
</style>
background-color css
<style>
a { background-color: #0F618D; }
a { background-color: rgb(15,97,141); }
div.DivClassName
{
background-color: #0F618D;
}
.BgClassName
{
background-color: #0F618D;
}
</style>
border-color css
<style>
span { border-color: #0F618D; }
span { border-color: rgb(15,97,141); }
td.TdClassName
{
border-color: #0F618D;
}
.TagClassName
{
border-color: #0F618D;
}
</style>