Shades of Allports #1C646E
Tints of Allports #1C646E
RGB
CMYK
RGB Variations
Color information
#1C646E (or 0x1C646E) is known color: Allports. HEX triplet: 1C, 64 and 6E. RGB value is (28,100,110). Sum of RGB (Red+Green+Blue) = 28+100+110=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C646E is #E39B91. Grayscale: #4F4F4F. Windows color (decimal): -14916498 or 7234588. OLE color: 7234588.
HSL color Cylindrical-coordinate representation of color #1C646E: hue angle of 187.32º 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 #1C646E is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 100 | 110 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.57 |
| HSL | 187.32º | 0.59% | 0.27% | - |
| HSV(B) | 187.32º | 0.75% | 0.43% | - |
| XYZ | 7.85 | 10.49 | 16.36 | - |
| YUV | 79.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 110 | 0.75 | 0.09 | 0 | 0.57 | 187.32 | 0.59 | 0.27 |
| Hex | 1C | 64 | 6E | 4B | 9 | 0 | 39 | BB | 3B | 1B |
| Octal | 34 | 144 | 156 | 113 | 11 | 0 | 71 | 273 | 73 | 33 |
| Binary | 11100 | 1100100 | 1101110 | 1001011 | 1001 | 0 | 111001 | 10111011 | 111011 | 11011 |
Color Harmonies of #1C646E
Complementary color
Monochromatic Colors of #1C646E
Black with #1C646E
Text Example
Text Example
White with #1C646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C646E; }
p { color: rgb(28,100,110); }
H1.HeaderClassName
{
color: #1C646E;
}
.AnyTagClassName
{
color: #1C646E;
}
</style>
background-color css
<style>
a { background-color: #1C646E; }
a { background-color: rgb(28,100,110); }
div.DivClassName
{
background-color: #1C646E;
}
.BgClassName
{
background-color: #1C646E;
}
</style>
border-color css
<style>
span { border-color: #1C646E; }
span { border-color: rgb(28,100,110); }
td.TdClassName
{
border-color: #1C646E;
}
.TagClassName
{
border-color: #1C646E;
}
</style>