Shades of Allports #1B668D
Tints of Allports #1B668D
RGB
CMYK
RGB Variations
Color information
#1B668D (or 0x1B668D) is known color: Allports. HEX triplet: 1B, 66 and 8D. RGB value is (27,102,141). Sum of RGB (Red+Green+Blue) = 27+102+141=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B668D is #E49972. Grayscale: #535353. Windows color (decimal): -14981491 or 9266715. OLE color: 9266715.
HSL color Cylindrical-coordinate representation of color #1B668D: hue angle of 200.53º 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 #1B668D is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 102 | 141 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.45 |
| HSL | 200.53º | 0.68% | 0.33% | - |
| HSV(B) | 200.53º | 0.81% | 0.55% | - |
| XYZ | 10.01 | 11.66 | 26.92 | - |
| YUV | 84.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 141 | 0.81 | 0.28 | 0 | 0.45 | 200.53 | 0.68 | 0.33 |
| Hex | 1B | 66 | 8D | 51 | 1C | 0 | 2D | C9 | 44 | 21 |
| Octal | 33 | 146 | 215 | 121 | 34 | 0 | 55 | 311 | 104 | 41 |
| Binary | 11011 | 1100110 | 10001101 | 1010001 | 11100 | 0 | 101101 | 11001001 | 1000100 | 100001 |
Color Harmonies of #1B668D
Complementary color
Monochromatic Colors of #1B668D
Black with #1B668D
Text Example
Text Example
White with #1B668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B668D; }
p { color: rgb(27,102,141); }
H1.HeaderClassName
{
color: #1B668D;
}
.AnyTagClassName
{
color: #1B668D;
}
</style>
background-color css
<style>
a { background-color: #1B668D; }
a { background-color: rgb(27,102,141); }
div.DivClassName
{
background-color: #1B668D;
}
.BgClassName
{
background-color: #1B668D;
}
</style>
border-color css
<style>
span { border-color: #1B668D; }
span { border-color: rgb(27,102,141); }
td.TdClassName
{
border-color: #1B668D;
}
.TagClassName
{
border-color: #1B668D;
}
</style>