Shades of Allports #1B748D
Tints of Allports #1B748D
RGB
CMYK
RGB Variations
Color information
#1B748D (or 0x1B748D) is known color: Allports. HEX triplet: 1B, 74 and 8D. RGB value is (27,116,141). Sum of RGB (Red+Green+Blue) = 27+116+141=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B748D is #E48B72. Grayscale: #5C5C5C. Windows color (decimal): -14977907 or 9270299. OLE color: 9270299.
HSL color Cylindrical-coordinate representation of color #1B748D: hue angle of 193.16º degrees, saturation: 0.68, 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 #1B748D is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 116 | 141 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.45 |
| HSL | 193.16º | 0.68% | 0.33% | - |
| HSV(B) | 193.16º | 0.81% | 0.55% | - |
| XYZ | 11.51 | 14.65 | 27.42 | - |
| YUV | 92.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 141 | 0.81 | 0.18 | 0 | 0.45 | 193.16 | 0.68 | 0.33 |
| Hex | 1B | 74 | 8D | 51 | 12 | 0 | 2D | C1 | 44 | 21 |
| Octal | 33 | 164 | 215 | 121 | 22 | 0 | 55 | 301 | 104 | 41 |
| Binary | 11011 | 1110100 | 10001101 | 1010001 | 10010 | 0 | 101101 | 11000001 | 1000100 | 100001 |
Color Harmonies of #1B748D
Complementary color
Monochromatic Colors of #1B748D
Black with #1B748D
Text Example
Text Example
White with #1B748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B748D; }
p { color: rgb(27,116,141); }
H1.HeaderClassName
{
color: #1B748D;
}
.AnyTagClassName
{
color: #1B748D;
}
</style>
background-color css
<style>
a { background-color: #1B748D; }
a { background-color: rgb(27,116,141); }
div.DivClassName
{
background-color: #1B748D;
}
.BgClassName
{
background-color: #1B748D;
}
</style>
border-color css
<style>
span { border-color: #1B748D; }
span { border-color: rgb(27,116,141); }
td.TdClassName
{
border-color: #1B748D;
}
.TagClassName
{
border-color: #1B748D;
}
</style>