Shades of Allports #0B678D
Tints of Allports #0B678D
RGB
CMYK
RGB Variations
Color information
#0B678D (or 0x0B678D) is known color: Allports. HEX triplet: 0B, 67 and 8D. RGB value is (11,103,141). Sum of RGB (Red+Green+Blue) = 11+103+141=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B678D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B678D is #F49872. Grayscale: #4F4F4F. Windows color (decimal): -16029811 or 9266955. OLE color: 9266955.
HSL color Cylindrical-coordinate representation of color #0B678D: hue angle of 197.54º 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 #0B678D is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 103 | 141 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.45 |
| HSL | 197.54º | 0.86% | 0.3% | - |
| HSV(B) | 197.54º | 0.92% | 0.55% | - |
| XYZ | 9.8 | 11.69 | 26.94 | - |
| YUV | 79.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 141 | 0.92 | 0.27 | 0 | 0.45 | 197.54 | 0.86 | 0.3 |
| Hex | B | 67 | 8D | 5C | 1B | 0 | 2D | C6 | 56 | 1E |
| Octal | 13 | 147 | 215 | 134 | 33 | 0 | 55 | 306 | 126 | 36 |
| Binary | 1011 | 1100111 | 10001101 | 1011100 | 11011 | 0 | 101101 | 11000110 | 1010110 | 11110 |
Color Harmonies of #0B678D
Complementary color
Monochromatic Colors of #0B678D
Black with #0B678D
Text Example
Text Example
White with #0B678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B678D; }
p { color: rgb(11,103,141); }
H1.HeaderClassName
{
color: #0B678D;
}
.AnyTagClassName
{
color: #0B678D;
}
</style>
background-color css
<style>
a { background-color: #0B678D; }
a { background-color: rgb(11,103,141); }
div.DivClassName
{
background-color: #0B678D;
}
.BgClassName
{
background-color: #0B678D;
}
</style>
border-color css
<style>
span { border-color: #0B678D; }
span { border-color: rgb(11,103,141); }
td.TdClassName
{
border-color: #0B678D;
}
.TagClassName
{
border-color: #0B678D;
}
</style>