Shades of Allports #1B768B
Tints of Allports #1B768B
RGB
CMYK
RGB Variations
Color information
#1B768B (or 0x1B768B) is known color: Allports. HEX triplet: 1B, 76 and 8B. RGB value is (27,118,139). Sum of RGB (Red+Green+Blue) = 27+118+139=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B768B is #E48974. Grayscale: #5D5D5D. Windows color (decimal): -14977397 or 9139739. OLE color: 9139739.
HSL color Cylindrical-coordinate representation of color #1B768B: hue angle of 191.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B768B is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 118 | 139 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.45 |
| HSL | 191.25º | 0.67% | 0.33% | - |
| HSV(B) | 191.25º | 0.81% | 0.55% | - |
| XYZ | 11.59 | 15.05 | 26.72 | - |
| YUV | 93.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 139 | 0.81 | 0.15 | 0 | 0.45 | 191.25 | 0.67 | 0.33 |
| Hex | 1B | 76 | 8B | 51 | F | 0 | 2D | BF | 43 | 21 |
| Octal | 33 | 166 | 213 | 121 | 17 | 0 | 55 | 277 | 103 | 41 |
| Binary | 11011 | 1110110 | 10001011 | 1010001 | 1111 | 0 | 101101 | 10111111 | 1000011 | 100001 |
Color Harmonies of #1B768B
Complementary color
Monochromatic Colors of #1B768B
Black with #1B768B
Text Example
Text Example
White with #1B768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B768B; }
p { color: rgb(27,118,139); }
H1.HeaderClassName
{
color: #1B768B;
}
.AnyTagClassName
{
color: #1B768B;
}
</style>
background-color css
<style>
a { background-color: #1B768B; }
a { background-color: rgb(27,118,139); }
div.DivClassName
{
background-color: #1B768B;
}
.BgClassName
{
background-color: #1B768B;
}
</style>
border-color css
<style>
span { border-color: #1B768B; }
span { border-color: rgb(27,118,139); }
td.TdClassName
{
border-color: #1B768B;
}
.TagClassName
{
border-color: #1B768B;
}
</style>