Shades of Allports #0B6885
Tints of Allports #0B6885
RGB
CMYK
RGB Variations
Color information
#0B6885 (or 0x0B6885) is known color: Allports. HEX triplet: 0B, 68 and 85. RGB value is (11,104,133). Sum of RGB (Red+Green+Blue) = 11+104+133=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B6885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6885 is #F4977A. Grayscale: #4F4F4F. Windows color (decimal): -16029563 or 8742923. OLE color: 8742923.
HSL color Cylindrical-coordinate representation of color #0B6885: hue angle of 194.26º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6885 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 104 | 133 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.48 |
| HSL | 194.26º | 0.85% | 0.28% | - |
| HSV(B) | 194.26º | 0.92% | 0.52% | - |
| XYZ | 9.32 | 11.67 | 23.95 | - |
| YUV | 79.5 | 158.19 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 133 | 0.92 | 0.22 | 0 | 0.48 | 194.26 | 0.85 | 0.28 |
| Hex | B | 68 | 85 | 5C | 16 | 0 | 30 | C2 | 55 | 1C |
| Octal | 13 | 150 | 205 | 134 | 26 | 0 | 60 | 302 | 125 | 34 |
| Binary | 1011 | 1101000 | 10000101 | 1011100 | 10110 | 0 | 110000 | 11000010 | 1010101 | 11100 |
Color Harmonies of #0B6885
Complementary color
Monochromatic Colors of #0B6885
Black with #0B6885
Text Example
Text Example
White with #0B6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6885; }
p { color: rgb(11,104,133); }
H1.HeaderClassName
{
color: #0B6885;
}
.AnyTagClassName
{
color: #0B6885;
}
</style>
background-color css
<style>
a { background-color: #0B6885; }
a { background-color: rgb(11,104,133); }
div.DivClassName
{
background-color: #0B6885;
}
.BgClassName
{
background-color: #0B6885;
}
</style>
border-color css
<style>
span { border-color: #0B6885; }
span { border-color: rgb(11,104,133); }
td.TdClassName
{
border-color: #0B6885;
}
.TagClassName
{
border-color: #0B6885;
}
</style>