Shades of Allports #0B688D
Tints of Allports #0B688D
RGB
CMYK
RGB Variations
Color information
#0B688D (or 0x0B688D) is known color: Allports. HEX triplet: 0B, 68 and 8D. RGB value is (11,104,141). Sum of RGB (Red+Green+Blue) = 11+104+141=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B688D is #F49772. Grayscale: #505050. Windows color (decimal): -16029555 or 9267211. OLE color: 9267211.
HSL color Cylindrical-coordinate representation of color #0B688D: hue angle of 197.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B688D is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 104 | 141 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.45 |
| HSL | 197.08º | 0.86% | 0.3% | - |
| HSV(B) | 197.08º | 0.92% | 0.55% | - |
| XYZ | 9.9 | 11.89 | 26.97 | - |
| YUV | 80.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 141 | 0.92 | 0.26 | 0 | 0.45 | 197.08 | 0.86 | 0.3 |
| Hex | B | 68 | 8D | 5C | 1A | 0 | 2D | C5 | 56 | 1E |
| Octal | 13 | 150 | 215 | 134 | 32 | 0 | 55 | 305 | 126 | 36 |
| Binary | 1011 | 1101000 | 10001101 | 1011100 | 11010 | 0 | 101101 | 11000101 | 1010110 | 11110 |
Color Harmonies of #0B688D
Complementary color
Monochromatic Colors of #0B688D
Black with #0B688D
Text Example
Text Example
White with #0B688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B688D; }
p { color: rgb(11,104,141); }
H1.HeaderClassName
{
color: #0B688D;
}
.AnyTagClassName
{
color: #0B688D;
}
</style>
background-color css
<style>
a { background-color: #0B688D; }
a { background-color: rgb(11,104,141); }
div.DivClassName
{
background-color: #0B688D;
}
.BgClassName
{
background-color: #0B688D;
}
</style>
border-color css
<style>
span { border-color: #0B688D; }
span { border-color: rgb(11,104,141); }
td.TdClassName
{
border-color: #0B688D;
}
.TagClassName
{
border-color: #0B688D;
}
</style>