Shades of Allports #0B738D
Tints of Allports #0B738D
RGB
CMYK
RGB Variations
Color information
#0B738D (or 0x0B738D) is known color: Allports. HEX triplet: 0B, 73 and 8D. RGB value is (11,115,141). Sum of RGB (Red+Green+Blue) = 11+115+141=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B738D is #F48C72. Grayscale: #565656. Windows color (decimal): -16026739 or 9270027. OLE color: 9270027.
HSL color Cylindrical-coordinate representation of color #0B738D: hue angle of 192º 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 #0B738D is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 115 | 141 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.45 |
| HSL | 192º | 0.86% | 0.3% | - |
| HSV(B) | 192º | 0.92% | 0.55% | - |
| XYZ | 11.08 | 14.26 | 27.37 | - |
| YUV | 86.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 141 | 0.92 | 0.18 | 0 | 0.45 | 192 | 0.86 | 0.3 |
| Hex | B | 73 | 8D | 5C | 12 | 0 | 2D | C0 | 56 | 1E |
| Octal | 13 | 163 | 215 | 134 | 22 | 0 | 55 | 300 | 126 | 36 |
| Binary | 1011 | 1110011 | 10001101 | 1011100 | 10010 | 0 | 101101 | 11000000 | 1010110 | 11110 |
Color Harmonies of #0B738D
Complementary color
Monochromatic Colors of #0B738D
Black with #0B738D
Text Example
Text Example
White with #0B738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B738D; }
p { color: rgb(11,115,141); }
H1.HeaderClassName
{
color: #0B738D;
}
.AnyTagClassName
{
color: #0B738D;
}
</style>
background-color css
<style>
a { background-color: #0B738D; }
a { background-color: rgb(11,115,141); }
div.DivClassName
{
background-color: #0B738D;
}
.BgClassName
{
background-color: #0B738D;
}
</style>
border-color css
<style>
span { border-color: #0B738D; }
span { border-color: rgb(11,115,141); }
td.TdClassName
{
border-color: #0B738D;
}
.TagClassName
{
border-color: #0B738D;
}
</style>