Shades of Allports #1C707B
Tints of Allports #1C707B
RGB
CMYK
RGB Variations
Color information
#1C707B (or 0x1C707B) is known color: Allports. HEX triplet: 1C, 70 and 7B. RGB value is (28,112,123). Sum of RGB (Red+Green+Blue) = 28+112+123=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C707B is #E38F84. Grayscale: #585858. Windows color (decimal): -14913413 or 8089628. OLE color: 8089628.
HSL color Cylindrical-coordinate representation of color #1C707B: hue angle of 186.95º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C707B is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 112 | 123 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.52 |
| HSL | 186.95º | 0.63% | 0.3% | - |
| HSV(B) | 186.95º | 0.77% | 0.48% | - |
| XYZ | 9.85 | 13.27 | 20.78 | - |
| YUV | 88.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 123 | 0.77 | 0.09 | 0 | 0.52 | 186.95 | 0.63 | 0.3 |
| Hex | 1C | 70 | 7B | 4D | 9 | 0 | 34 | BB | 3F | 1E |
| Octal | 34 | 160 | 173 | 115 | 11 | 0 | 64 | 273 | 77 | 36 |
| Binary | 11100 | 1110000 | 1111011 | 1001101 | 1001 | 0 | 110100 | 10111011 | 111111 | 11110 |
Color Harmonies of #1C707B
Complementary color
Monochromatic Colors of #1C707B
Black with #1C707B
Text Example
Text Example
White with #1C707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C707B; }
p { color: rgb(28,112,123); }
H1.HeaderClassName
{
color: #1C707B;
}
.AnyTagClassName
{
color: #1C707B;
}
</style>
background-color css
<style>
a { background-color: #1C707B; }
a { background-color: rgb(28,112,123); }
div.DivClassName
{
background-color: #1C707B;
}
.BgClassName
{
background-color: #1C707B;
}
</style>
border-color css
<style>
span { border-color: #1C707B; }
span { border-color: rgb(28,112,123); }
td.TdClassName
{
border-color: #1C707B;
}
.TagClassName
{
border-color: #1C707B;
}
</style>