Shades of Allports #1C616E
Tints of Allports #1C616E
RGB
CMYK
RGB Variations
Color information
#1C616E (or 0x1C616E) is known color: Allports. HEX triplet: 1C, 61 and 6E. RGB value is (28,97,110). Sum of RGB (Red+Green+Blue) = 28+97+110=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C616E is #E39E91. Grayscale: #4D4D4D. Windows color (decimal): -14917266 or 7233820. OLE color: 7233820.
HSL color Cylindrical-coordinate representation of color #1C616E: hue angle of 189.51º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C616E is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 97 | 110 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.57 |
| HSL | 189.51º | 0.59% | 0.27% | - |
| HSV(B) | 189.51º | 0.75% | 0.43% | - |
| XYZ | 7.57 | 9.92 | 16.27 | - |
| YUV | 77.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 110 | 0.75 | 0.12 | 0 | 0.57 | 189.51 | 0.59 | 0.27 |
| Hex | 1C | 61 | 6E | 4B | C | 0 | 39 | BE | 3B | 1B |
| Octal | 34 | 141 | 156 | 113 | 14 | 0 | 71 | 276 | 73 | 33 |
| Binary | 11100 | 1100001 | 1101110 | 1001011 | 1100 | 0 | 111001 | 10111110 | 111011 | 11011 |
Color Harmonies of #1C616E
Complementary color
Monochromatic Colors of #1C616E
Black with #1C616E
Text Example
Text Example
White with #1C616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C616E; }
p { color: rgb(28,97,110); }
H1.HeaderClassName
{
color: #1C616E;
}
.AnyTagClassName
{
color: #1C616E;
}
</style>
background-color css
<style>
a { background-color: #1C616E; }
a { background-color: rgb(28,97,110); }
div.DivClassName
{
background-color: #1C616E;
}
.BgClassName
{
background-color: #1C616E;
}
</style>
border-color css
<style>
span { border-color: #1C616E; }
span { border-color: rgb(28,97,110); }
td.TdClassName
{
border-color: #1C616E;
}
.TagClassName
{
border-color: #1C616E;
}
</style>