Shades of Allports #0B668D
Tints of Allports #0B668D
RGB
CMYK
RGB Variations
Color information
#0B668D (or 0x0B668D) is known color: Allports. HEX triplet: 0B, 66 and 8D. RGB value is (11,102,141). Sum of RGB (Red+Green+Blue) = 11+102+141=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B668D is #F49972. Grayscale: #4E4E4E. Windows color (decimal): -16030067 or 9266699. OLE color: 9266699.
HSL color Cylindrical-coordinate representation of color #0B668D: hue angle of 198º 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 #0B668D is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 102 | 141 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.45 |
| HSL | 198º | 0.86% | 0.3% | - |
| HSV(B) | 198º | 0.92% | 0.55% | - |
| XYZ | 9.7 | 11.5 | 26.91 | - |
| YUV | 79.24 | 162.85 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 141 | 0.92 | 0.28 | 0 | 0.45 | 198 | 0.86 | 0.3 |
| Hex | B | 66 | 8D | 5C | 1C | 0 | 2D | C6 | 56 | 1E |
| Octal | 13 | 146 | 215 | 134 | 34 | 0 | 55 | 306 | 126 | 36 |
| Binary | 1011 | 1100110 | 10001101 | 1011100 | 11100 | 0 | 101101 | 11000110 | 1010110 | 11110 |
Color Harmonies of #0B668D
Complementary color
Monochromatic Colors of #0B668D
Black with #0B668D
Text Example
Text Example
White with #0B668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B668D; }
p { color: rgb(11,102,141); }
H1.HeaderClassName
{
color: #0B668D;
}
.AnyTagClassName
{
color: #0B668D;
}
</style>
background-color css
<style>
a { background-color: #0B668D; }
a { background-color: rgb(11,102,141); }
div.DivClassName
{
background-color: #0B668D;
}
.BgClassName
{
background-color: #0B668D;
}
</style>
border-color css
<style>
span { border-color: #0B668D; }
span { border-color: rgb(11,102,141); }
td.TdClassName
{
border-color: #0B668D;
}
.TagClassName
{
border-color: #0B668D;
}
</style>