Shades of Allports #0B698B
Tints of Allports #0B698B
RGB
CMYK
RGB Variations
Color information
#0B698B (or 0x0B698B) is known color: Allports. HEX triplet: 0B, 69 and 8B. RGB value is (11,105,139). Sum of RGB (Red+Green+Blue) = 11+105+139=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B698B is #F49674. Grayscale: #505050. Windows color (decimal): -16029301 or 9136395. OLE color: 9136395.
HSL color Cylindrical-coordinate representation of color #0B698B: hue angle of 195.94º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B698B is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 105 | 139 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.45 |
| HSL | 195.94º | 0.85% | 0.29% | - |
| HSV(B) | 195.94º | 0.92% | 0.55% | - |
| XYZ | 9.85 | 12.04 | 26.23 | - |
| YUV | 80.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 105 | 139 | 0.92 | 0.24 | 0 | 0.45 | 195.94 | 0.85 | 0.29 |
| Hex | B | 69 | 8B | 5C | 18 | 0 | 2D | C4 | 55 | 1D |
| Octal | 13 | 151 | 213 | 134 | 30 | 0 | 55 | 304 | 125 | 35 |
| Binary | 1011 | 1101001 | 10001011 | 1011100 | 11000 | 0 | 101101 | 11000100 | 1010101 | 11101 |
Color Harmonies of #0B698B
Complementary color
Monochromatic Colors of #0B698B
Black with #0B698B
Text Example
Text Example
White with #0B698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B698B; }
p { color: rgb(11,105,139); }
H1.HeaderClassName
{
color: #0B698B;
}
.AnyTagClassName
{
color: #0B698B;
}
</style>
background-color css
<style>
a { background-color: #0B698B; }
a { background-color: rgb(11,105,139); }
div.DivClassName
{
background-color: #0B698B;
}
.BgClassName
{
background-color: #0B698B;
}
</style>
border-color css
<style>
span { border-color: #0B698B; }
span { border-color: rgb(11,105,139); }
td.TdClassName
{
border-color: #0B698B;
}
.TagClassName
{
border-color: #0B698B;
}
</style>