Shades of Allports #1C6D8D
Tints of Allports #1C6D8D
RGB
CMYK
RGB Variations
Color information
#1C6D8D (or 0x1C6D8D) is known color: Allports. HEX triplet: 1C, 6D and 8D. RGB value is (28,109,141). Sum of RGB (Red+Green+Blue) = 28+109+141=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C6D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6D8D is #E39272. Grayscale: #585858. Windows color (decimal): -14914163 or 9268508. OLE color: 9268508.
HSL color Cylindrical-coordinate representation of color #1C6D8D: hue angle of 196.99º 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 #1C6D8D is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 109 | 141 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.45 |
| HSL | 196.99º | 0.67% | 0.33% | - |
| HSV(B) | 196.99º | 0.8% | 0.55% | - |
| XYZ | 10.76 | 13.11 | 27.16 | - |
| YUV | 88.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 109 | 141 | 0.80 | 0.23 | 0 | 0.45 | 196.99 | 0.67 | 0.33 |
| Hex | 1C | 6D | 8D | 50 | 17 | 0 | 2D | C5 | 43 | 21 |
| Octal | 34 | 155 | 215 | 120 | 27 | 0 | 55 | 305 | 103 | 41 |
| Binary | 11100 | 1101101 | 10001101 | 1010000 | 10111 | 0 | 101101 | 11000101 | 1000011 | 100001 |
Color Harmonies of #1C6D8D
Complementary color
Monochromatic Colors of #1C6D8D
Black with #1C6D8D
Text Example
Text Example
White with #1C6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6D8D; }
p { color: rgb(28,109,141); }
H1.HeaderClassName
{
color: #1C6D8D;
}
.AnyTagClassName
{
color: #1C6D8D;
}
</style>
background-color css
<style>
a { background-color: #1C6D8D; }
a { background-color: rgb(28,109,141); }
div.DivClassName
{
background-color: #1C6D8D;
}
.BgClassName
{
background-color: #1C6D8D;
}
</style>
border-color css
<style>
span { border-color: #1C6D8D; }
span { border-color: rgb(28,109,141); }
td.TdClassName
{
border-color: #1C6D8D;
}
.TagClassName
{
border-color: #1C6D8D;
}
</style>