Shades of Allports #0B648B
Tints of Allports #0B648B
RGB
CMYK
RGB Variations
Color information
#0B648B (or 0x0B648B) is known color: Allports. HEX triplet: 0B, 64 and 8B. RGB value is (11,100,139). Sum of RGB (Red+Green+Blue) = 11+100+139=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B648B is #F49B74. Grayscale: #4D4D4D. Windows color (decimal): -16030581 or 9135115. OLE color: 9135115.
HSL color Cylindrical-coordinate representation of color #0B648B: hue angle of 198.28º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B648B is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 100 | 139 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.45 |
| HSL | 198.28º | 0.85% | 0.29% | - |
| HSV(B) | 198.28º | 0.92% | 0.55% | - |
| XYZ | 9.36 | 11.05 | 26.07 | - |
| YUV | 77.84 | 162.51 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 139 | 0.92 | 0.28 | 0 | 0.45 | 198.28 | 0.85 | 0.29 |
| Hex | B | 64 | 8B | 5C | 1C | 0 | 2D | C6 | 55 | 1D |
| Octal | 13 | 144 | 213 | 134 | 34 | 0 | 55 | 306 | 125 | 35 |
| Binary | 1011 | 1100100 | 10001011 | 1011100 | 11100 | 0 | 101101 | 11000110 | 1010101 | 11101 |
Color Harmonies of #0B648B
Complementary color
Monochromatic Colors of #0B648B
Black with #0B648B
Text Example
Text Example
White with #0B648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B648B; }
p { color: rgb(11,100,139); }
H1.HeaderClassName
{
color: #0B648B;
}
.AnyTagClassName
{
color: #0B648B;
}
</style>
background-color css
<style>
a { background-color: #0B648B; }
a { background-color: rgb(11,100,139); }
div.DivClassName
{
background-color: #0B648B;
}
.BgClassName
{
background-color: #0B648B;
}
</style>
border-color css
<style>
span { border-color: #0B648B; }
span { border-color: rgb(11,100,139); }
td.TdClassName
{
border-color: #0B648B;
}
.TagClassName
{
border-color: #0B648B;
}
</style>