Shades of Allports #1C656F
Tints of Allports #1C656F
RGB
CMYK
RGB Variations
Color information
#1C656F (or 0x1C656F) is known color: Allports. HEX triplet: 1C, 65 and 6F. RGB value is (28,101,111). Sum of RGB (Red+Green+Blue) = 28+101+111=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C656F is #E39A90. Grayscale: #505050. Windows color (decimal): -14916241 or 7300380. OLE color: 7300380.
HSL color Cylindrical-coordinate representation of color #1C656F: hue angle of 187.23º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C656F is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 101 | 111 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.56 |
| HSL | 187.23º | 0.6% | 0.27% | - |
| HSV(B) | 187.23º | 0.75% | 0.44% | - |
| XYZ | 8 | 10.7 | 16.68 | - |
| YUV | 80.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 111 | 0.75 | 0.09 | 0 | 0.56 | 187.23 | 0.6 | 0.27 |
| Hex | 1C | 65 | 6F | 4B | 9 | 0 | 38 | BB | 3C | 1B |
| Octal | 34 | 145 | 157 | 113 | 11 | 0 | 70 | 273 | 74 | 33 |
| Binary | 11100 | 1100101 | 1101111 | 1001011 | 1001 | 0 | 111000 | 10111011 | 111100 | 11011 |
Color Harmonies of #1C656F
Complementary color
Monochromatic Colors of #1C656F
Black with #1C656F
Text Example
Text Example
White with #1C656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C656F; }
p { color: rgb(28,101,111); }
H1.HeaderClassName
{
color: #1C656F;
}
.AnyTagClassName
{
color: #1C656F;
}
</style>
background-color css
<style>
a { background-color: #1C656F; }
a { background-color: rgb(28,101,111); }
div.DivClassName
{
background-color: #1C656F;
}
.BgClassName
{
background-color: #1C656F;
}
</style>
border-color css
<style>
span { border-color: #1C656F; }
span { border-color: rgb(28,101,111); }
td.TdClassName
{
border-color: #1C656F;
}
.TagClassName
{
border-color: #1C656F;
}
</style>