Shades of Allports #1C6274
Tints of Allports #1C6274
RGB
CMYK
RGB Variations
Color information
#1C6274 (or 0x1C6274) is known color: Allports. HEX triplet: 1C, 62 and 74. RGB value is (28,98,116). Sum of RGB (Red+Green+Blue) = 28+98+116=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6274 is #E39D8B. Grayscale: #4E4E4E. Windows color (decimal): -14917004 or 7627292. OLE color: 7627292.
HSL color Cylindrical-coordinate representation of color #1C6274: hue angle of 192.27º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6274 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 98 | 116 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.55 |
| HSL | 192.27º | 0.61% | 0.28% | - |
| HSV(B) | 192.27º | 0.76% | 0.45% | - |
| XYZ | 8 | 10.24 | 18.08 | - |
| YUV | 79.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 116 | 0.76 | 0.16 | 0 | 0.55 | 192.27 | 0.61 | 0.28 |
| Hex | 1C | 62 | 74 | 4C | 10 | 0 | 37 | C0 | 3D | 1C |
| Octal | 34 | 142 | 164 | 114 | 20 | 0 | 67 | 300 | 75 | 34 |
| Binary | 11100 | 1100010 | 1110100 | 1001100 | 10000 | 0 | 110111 | 11000000 | 111101 | 11100 |
Color Harmonies of #1C6274
Complementary color
Monochromatic Colors of #1C6274
Black with #1C6274
Text Example
Text Example
White with #1C6274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6274; }
p { color: rgb(28,98,116); }
H1.HeaderClassName
{
color: #1C6274;
}
.AnyTagClassName
{
color: #1C6274;
}
</style>
background-color css
<style>
a { background-color: #1C6274; }
a { background-color: rgb(28,98,116); }
div.DivClassName
{
background-color: #1C6274;
}
.BgClassName
{
background-color: #1C6274;
}
</style>
border-color css
<style>
span { border-color: #1C6274; }
span { border-color: rgb(28,98,116); }
td.TdClassName
{
border-color: #1C6274;
}
.TagClassName
{
border-color: #1C6274;
}
</style>