Shades of Allports #1C7793
Tints of Allports #1C7793
RGB
CMYK
RGB Variations
Color information
#1C7793 (or 0x1C7793) is known color: Allports. HEX triplet: 1C, 77 and 93. RGB value is (28,119,147). Sum of RGB (Red+Green+Blue) = 28+119+147=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C7793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7793 is #E3886C. Grayscale: #5E5E5E. Windows color (decimal): -14911597 or 9664284. OLE color: 9664284.
HSL color Cylindrical-coordinate representation of color #1C7793: hue angle of 194.12º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7793 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 119 | 147 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.42 |
| HSL | 194.12º | 0.68% | 0.34% | - |
| HSV(B) | 194.12º | 0.81% | 0.58% | - |
| XYZ | 12.34 | 15.55 | 29.95 | - |
| YUV | 94.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 147 | 0.81 | 0.19 | 0 | 0.42 | 194.12 | 0.68 | 0.34 |
| Hex | 1C | 77 | 93 | 51 | 13 | 0 | 2A | C2 | 44 | 22 |
| Octal | 34 | 167 | 223 | 121 | 23 | 0 | 52 | 302 | 104 | 42 |
| Binary | 11100 | 1110111 | 10010011 | 1010001 | 10011 | 0 | 101010 | 11000010 | 1000100 | 100010 |
Color Harmonies of #1C7793
Complementary color
Monochromatic Colors of #1C7793
Black with #1C7793
Text Example
Text Example
White with #1C7793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7793; }
p { color: rgb(28,119,147); }
H1.HeaderClassName
{
color: #1C7793;
}
.AnyTagClassName
{
color: #1C7793;
}
</style>
background-color css
<style>
a { background-color: #1C7793; }
a { background-color: rgb(28,119,147); }
div.DivClassName
{
background-color: #1C7793;
}
.BgClassName
{
background-color: #1C7793;
}
</style>
border-color css
<style>
span { border-color: #1C7793; }
span { border-color: rgb(28,119,147); }
td.TdClassName
{
border-color: #1C7793;
}
.TagClassName
{
border-color: #1C7793;
}
</style>