Shades of Allports #1C678D
Tints of Allports #1C678D
RGB
CMYK
RGB Variations
Color information
#1C678D (or 0x1C678D) is known color: Allports. HEX triplet: 1C, 67 and 8D. RGB value is (28,103,141). Sum of RGB (Red+Green+Blue) = 28+103+141=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C678D is #E39872. Grayscale: #545454. Windows color (decimal): -14915699 or 9266972. OLE color: 9266972.
HSL color Cylindrical-coordinate representation of color #1C678D: hue angle of 200.18º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C678D is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 103 | 141 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.45 |
| HSL | 200.18º | 0.67% | 0.33% | - |
| HSV(B) | 200.18º | 0.8% | 0.55% | - |
| XYZ | 10.14 | 11.87 | 26.96 | - |
| YUV | 84.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 103 | 141 | 0.80 | 0.27 | 0 | 0.45 | 200.18 | 0.67 | 0.33 |
| Hex | 1C | 67 | 8D | 50 | 1B | 0 | 2D | C8 | 43 | 21 |
| Octal | 34 | 147 | 215 | 120 | 33 | 0 | 55 | 310 | 103 | 41 |
| Binary | 11100 | 1100111 | 10001101 | 1010000 | 11011 | 0 | 101101 | 11001000 | 1000011 | 100001 |
Color Harmonies of #1C678D
Complementary color
Monochromatic Colors of #1C678D
Black with #1C678D
Text Example
Text Example
White with #1C678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C678D; }
p { color: rgb(28,103,141); }
H1.HeaderClassName
{
color: #1C678D;
}
.AnyTagClassName
{
color: #1C678D;
}
</style>
background-color css
<style>
a { background-color: #1C678D; }
a { background-color: rgb(28,103,141); }
div.DivClassName
{
background-color: #1C678D;
}
.BgClassName
{
background-color: #1C678D;
}
</style>
border-color css
<style>
span { border-color: #1C678D; }
span { border-color: rgb(28,103,141); }
td.TdClassName
{
border-color: #1C678D;
}
.TagClassName
{
border-color: #1C678D;
}
</style>