Shades of Allports #1C647F
Tints of Allports #1C647F
RGB
CMYK
RGB Variations
Color information
#1C647F (or 0x1C647F) is known color: Allports. HEX triplet: 1C, 64 and 7F. RGB value is (28,100,127). Sum of RGB (Red+Green+Blue) = 28+100+127=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C647F is #E39B80. Grayscale: #515151. Windows color (decimal): -14916481 or 8348700. OLE color: 8348700.
HSL color Cylindrical-coordinate representation of color #1C647F: hue angle of 196.36º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C647F is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 100 | 127 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.50 |
| HSL | 196.36º | 0.64% | 0.3% | - |
| HSV(B) | 196.36º | 0.78% | 0.5% | - |
| XYZ | 8.87 | 10.89 | 21.71 | - |
| YUV | 81.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 127 | 0.78 | 0.21 | 0 | 0.50 | 196.36 | 0.64 | 0.3 |
| Hex | 1C | 64 | 7F | 4E | 15 | 0 | 32 | C4 | 40 | 1E |
| Octal | 34 | 144 | 177 | 116 | 25 | 0 | 62 | 304 | 100 | 36 |
| Binary | 11100 | 1100100 | 1111111 | 1001110 | 10101 | 0 | 110010 | 11000100 | 1000000 | 11110 |
Color Harmonies of #1C647F
Complementary color
Monochromatic Colors of #1C647F
Black with #1C647F
Text Example
Text Example
White with #1C647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C647F; }
p { color: rgb(28,100,127); }
H1.HeaderClassName
{
color: #1C647F;
}
.AnyTagClassName
{
color: #1C647F;
}
</style>
background-color css
<style>
a { background-color: #1C647F; }
a { background-color: rgb(28,100,127); }
div.DivClassName
{
background-color: #1C647F;
}
.BgClassName
{
background-color: #1C647F;
}
</style>
border-color css
<style>
span { border-color: #1C647F; }
span { border-color: rgb(28,100,127); }
td.TdClassName
{
border-color: #1C647F;
}
.TagClassName
{
border-color: #1C647F;
}
</style>