Shades of Allports #1C7C91
Tints of Allports #1C7C91
RGB
CMYK
RGB Variations
Color information
#1C7C91 (or 0x1C7C91) is known color: Allports. HEX triplet: 1C, 7C and 91. RGB value is (28,124,145). Sum of RGB (Red+Green+Blue) = 28+124+145=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C7C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7C91 is #E3836E. Grayscale: #616161. Windows color (decimal): -14910319 or 9534492. OLE color: 9534492.
HSL color Cylindrical-coordinate representation of color #1C7C91: hue angle of 190.77º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7C91 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 124 | 145 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.43 |
| HSL | 190.77º | 0.68% | 0.34% | - |
| HSV(B) | 190.77º | 0.81% | 0.57% | - |
| XYZ | 12.8 | 16.71 | 29.34 | - |
| YUV | 97.69 | 154.7 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 145 | 0.81 | 0.14 | 0 | 0.43 | 190.77 | 0.68 | 0.34 |
| Hex | 1C | 7C | 91 | 51 | E | 0 | 2B | BF | 44 | 22 |
| Octal | 34 | 174 | 221 | 121 | 16 | 0 | 53 | 277 | 104 | 42 |
| Binary | 11100 | 1111100 | 10010001 | 1010001 | 1110 | 0 | 101011 | 10111111 | 1000100 | 100010 |
Color Harmonies of #1C7C91
Complementary color
Monochromatic Colors of #1C7C91
Black with #1C7C91
Text Example
Text Example
White with #1C7C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7C91; }
p { color: rgb(28,124,145); }
H1.HeaderClassName
{
color: #1C7C91;
}
.AnyTagClassName
{
color: #1C7C91;
}
</style>
background-color css
<style>
a { background-color: #1C7C91; }
a { background-color: rgb(28,124,145); }
div.DivClassName
{
background-color: #1C7C91;
}
.BgClassName
{
background-color: #1C7C91;
}
</style>
border-color css
<style>
span { border-color: #1C7C91; }
span { border-color: rgb(28,124,145); }
td.TdClassName
{
border-color: #1C7C91;
}
.TagClassName
{
border-color: #1C7C91;
}
</style>