Shades of Allports #0B6890
Tints of Allports #0B6890
RGB
CMYK
RGB Variations
Color information
#0B6890 (or 0x0B6890) is known color: Allports. HEX triplet: 0B, 68 and 90. RGB value is (11,104,144). Sum of RGB (Red+Green+Blue) = 11+104+144=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B6890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6890 is #F4976F. Grayscale: #505050. Windows color (decimal): -16029552 or 9463819. OLE color: 9463819.
HSL color Cylindrical-coordinate representation of color #0B6890: hue angle of 198.05º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6890 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 104 | 144 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.44 |
| HSL | 198.05º | 0.86% | 0.3% | - |
| HSV(B) | 198.05º | 0.92% | 0.56% | - |
| XYZ | 10.12 | 11.99 | 28.17 | - |
| YUV | 80.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 144 | 0.92 | 0.28 | 0 | 0.44 | 198.05 | 0.86 | 0.3 |
| Hex | B | 68 | 90 | 5C | 1C | 0 | 2C | C6 | 56 | 1E |
| Octal | 13 | 150 | 220 | 134 | 34 | 0 | 54 | 306 | 126 | 36 |
| Binary | 1011 | 1101000 | 10010000 | 1011100 | 11100 | 0 | 101100 | 11000110 | 1010110 | 11110 |
Color Harmonies of #0B6890
Complementary color
Monochromatic Colors of #0B6890
Black with #0B6890
Text Example
Text Example
White with #0B6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6890; }
p { color: rgb(11,104,144); }
H1.HeaderClassName
{
color: #0B6890;
}
.AnyTagClassName
{
color: #0B6890;
}
</style>
background-color css
<style>
a { background-color: #0B6890; }
a { background-color: rgb(11,104,144); }
div.DivClassName
{
background-color: #0B6890;
}
.BgClassName
{
background-color: #0B6890;
}
</style>
border-color css
<style>
span { border-color: #0B6890; }
span { border-color: rgb(11,104,144); }
td.TdClassName
{
border-color: #0B6890;
}
.TagClassName
{
border-color: #0B6890;
}
</style>