Shades of Allports #1B647B
Tints of Allports #1B647B
RGB
CMYK
RGB Variations
Color information
#1B647B (or 0x1B647B) is known color: Allports. HEX triplet: 1B, 64 and 7B. RGB value is (27,100,123). Sum of RGB (Red+Green+Blue) = 27+100+123=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B647B is #E49B84. Grayscale: #505050. Windows color (decimal): -14982021 or 8086555. OLE color: 8086555.
HSL color Cylindrical-coordinate representation of color #1B647B: hue angle of 194.38º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B647B is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 100 | 123 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.52 |
| HSL | 194.38º | 0.64% | 0.29% | - |
| HSV(B) | 194.38º | 0.78% | 0.48% | - |
| XYZ | 8.58 | 10.78 | 20.37 | - |
| YUV | 80.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 100 | 123 | 0.78 | 0.19 | 0 | 0.52 | 194.38 | 0.64 | 0.29 |
| Hex | 1B | 64 | 7B | 4E | 13 | 0 | 34 | C2 | 40 | 1D |
| Octal | 33 | 144 | 173 | 116 | 23 | 0 | 64 | 302 | 100 | 35 |
| Binary | 11011 | 1100100 | 1111011 | 1001110 | 10011 | 0 | 110100 | 11000010 | 1000000 | 11101 |
Color Harmonies of #1B647B
Complementary color
Monochromatic Colors of #1B647B
Black with #1B647B
Text Example
Text Example
White with #1B647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B647B; }
p { color: rgb(27,100,123); }
H1.HeaderClassName
{
color: #1B647B;
}
.AnyTagClassName
{
color: #1B647B;
}
</style>
background-color css
<style>
a { background-color: #1B647B; }
a { background-color: rgb(27,100,123); }
div.DivClassName
{
background-color: #1B647B;
}
.BgClassName
{
background-color: #1B647B;
}
</style>
border-color css
<style>
span { border-color: #1B647B; }
span { border-color: rgb(27,100,123); }
td.TdClassName
{
border-color: #1B647B;
}
.TagClassName
{
border-color: #1B647B;
}
</style>