Shades of Allports #0B728B
Tints of Allports #0B728B
RGB
CMYK
RGB Variations
Color information
#0B728B (or 0x0B728B) is known color: Allports. HEX triplet: 0B, 72 and 8B. RGB value is (11,114,139). Sum of RGB (Red+Green+Blue) = 11+114+139=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B728B is #F48D74. Grayscale: #555555. Windows color (decimal): -16026997 or 9138699. OLE color: 9138699.
HSL color Cylindrical-coordinate representation of color #0B728B: hue angle of 191.72º 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 #0B728B is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 114 | 139 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.45 |
| HSL | 191.72º | 0.85% | 0.29% | - |
| HSV(B) | 191.72º | 0.92% | 0.55% | - |
| XYZ | 10.82 | 13.97 | 26.55 | - |
| YUV | 86.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 139 | 0.92 | 0.18 | 0 | 0.45 | 191.72 | 0.85 | 0.29 |
| Hex | B | 72 | 8B | 5C | 12 | 0 | 2D | C0 | 55 | 1D |
| Octal | 13 | 162 | 213 | 134 | 22 | 0 | 55 | 300 | 125 | 35 |
| Binary | 1011 | 1110010 | 10001011 | 1011100 | 10010 | 0 | 101101 | 11000000 | 1010101 | 11101 |
Color Harmonies of #0B728B
Complementary color
Monochromatic Colors of #0B728B
Black with #0B728B
Text Example
Text Example
White with #0B728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B728B; }
p { color: rgb(11,114,139); }
H1.HeaderClassName
{
color: #0B728B;
}
.AnyTagClassName
{
color: #0B728B;
}
</style>
background-color css
<style>
a { background-color: #0B728B; }
a { background-color: rgb(11,114,139); }
div.DivClassName
{
background-color: #0B728B;
}
.BgClassName
{
background-color: #0B728B;
}
</style>
border-color css
<style>
span { border-color: #0B728B; }
span { border-color: rgb(11,114,139); }
td.TdClassName
{
border-color: #0B728B;
}
.TagClassName
{
border-color: #0B728B;
}
</style>