Shades of Allports #0B698A
Tints of Allports #0B698A
RGB
CMYK
RGB Variations
Color information
#0B698A (or 0x0B698A) is known color: Allports. HEX triplet: 0B, 69 and 8A. RGB value is (11,105,138). Sum of RGB (Red+Green+Blue) = 11+105+138=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B698A is #F49675. Grayscale: #505050. Windows color (decimal): -16029302 or 9070859. OLE color: 9070859.
HSL color Cylindrical-coordinate representation of color #0B698A: hue angle of 195.59º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B698A is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 105 | 138 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.46 |
| HSL | 195.59º | 0.85% | 0.29% | - |
| HSV(B) | 195.59º | 0.92% | 0.54% | - |
| XYZ | 9.78 | 12.01 | 25.85 | - |
| YUV | 80.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 105 | 138 | 0.92 | 0.24 | 0 | 0.46 | 195.59 | 0.85 | 0.29 |
| Hex | B | 69 | 8A | 5C | 18 | 0 | 2E | C4 | 55 | 1D |
| Octal | 13 | 151 | 212 | 134 | 30 | 0 | 56 | 304 | 125 | 35 |
| Binary | 1011 | 1101001 | 10001010 | 1011100 | 11000 | 0 | 101110 | 11000100 | 1010101 | 11101 |
Color Harmonies of #0B698A
Complementary color
Monochromatic Colors of #0B698A
Black with #0B698A
Text Example
Text Example
White with #0B698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B698A; }
p { color: rgb(11,105,138); }
H1.HeaderClassName
{
color: #0B698A;
}
.AnyTagClassName
{
color: #0B698A;
}
</style>
background-color css
<style>
a { background-color: #0B698A; }
a { background-color: rgb(11,105,138); }
div.DivClassName
{
background-color: #0B698A;
}
.BgClassName
{
background-color: #0B698A;
}
</style>
border-color css
<style>
span { border-color: #0B698A; }
span { border-color: rgb(11,105,138); }
td.TdClassName
{
border-color: #0B698A;
}
.TagClassName
{
border-color: #0B698A;
}
</style>