Shades of Allports #1C6376
Tints of Allports #1C6376
RGB
CMYK
RGB Variations
Color information
#1C6376 (or 0x1C6376) is known color: Allports. HEX triplet: 1C, 63 and 76. RGB value is (28,99,118). Sum of RGB (Red+Green+Blue) = 28+99+118=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C6376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6376 is #E39C89. Grayscale: #4F4F4F. Windows color (decimal): -14916746 or 7758620. OLE color: 7758620.
HSL color Cylindrical-coordinate representation of color #1C6376: hue angle of 192.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6376 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 99 | 118 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.54 |
| HSL | 192.67º | 0.62% | 0.29% | - |
| HSV(B) | 192.67º | 0.76% | 0.46% | - |
| XYZ | 8.21 | 10.48 | 18.73 | - |
| YUV | 79.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 118 | 0.76 | 0.16 | 0 | 0.54 | 192.67 | 0.62 | 0.29 |
| Hex | 1C | 63 | 76 | 4C | 10 | 0 | 36 | C1 | 3E | 1D |
| Octal | 34 | 143 | 166 | 114 | 20 | 0 | 66 | 301 | 76 | 35 |
| Binary | 11100 | 1100011 | 1110110 | 1001100 | 10000 | 0 | 110110 | 11000001 | 111110 | 11101 |
Color Harmonies of #1C6376
Complementary color
Monochromatic Colors of #1C6376
Black with #1C6376
Text Example
Text Example
White with #1C6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6376; }
p { color: rgb(28,99,118); }
H1.HeaderClassName
{
color: #1C6376;
}
.AnyTagClassName
{
color: #1C6376;
}
</style>
background-color css
<style>
a { background-color: #1C6376; }
a { background-color: rgb(28,99,118); }
div.DivClassName
{
background-color: #1C6376;
}
.BgClassName
{
background-color: #1C6376;
}
</style>
border-color css
<style>
span { border-color: #1C6376; }
span { border-color: rgb(28,99,118); }
td.TdClassName
{
border-color: #1C6376;
}
.TagClassName
{
border-color: #1C6376;
}
</style>