Shades of Allports #1C6F8D
Tints of Allports #1C6F8D
RGB
CMYK
RGB Variations
Color information
#1C6F8D (or 0x1C6F8D) is known color: Allports. HEX triplet: 1C, 6F and 8D. RGB value is (28,111,141). Sum of RGB (Red+Green+Blue) = 28+111+141=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C6F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6F8D is #E39072. Grayscale: #595959. Windows color (decimal): -14913651 or 9269020. OLE color: 9269020.
HSL color Cylindrical-coordinate representation of color #1C6F8D: hue angle of 195.93º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C6F8D is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 111 | 141 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.45 |
| HSL | 195.93º | 0.67% | 0.33% | - |
| HSV(B) | 195.93º | 0.8% | 0.55% | - |
| XYZ | 10.97 | 13.54 | 27.23 | - |
| YUV | 89.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 111 | 141 | 0.80 | 0.21 | 0 | 0.45 | 195.93 | 0.67 | 0.33 |
| Hex | 1C | 6F | 8D | 50 | 15 | 0 | 2D | C4 | 43 | 21 |
| Octal | 34 | 157 | 215 | 120 | 25 | 0 | 55 | 304 | 103 | 41 |
| Binary | 11100 | 1101111 | 10001101 | 1010000 | 10101 | 0 | 101101 | 11000100 | 1000011 | 100001 |
Color Harmonies of #1C6F8D
Complementary color
Monochromatic Colors of #1C6F8D
Black with #1C6F8D
Text Example
Text Example
White with #1C6F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6F8D; }
p { color: rgb(28,111,141); }
H1.HeaderClassName
{
color: #1C6F8D;
}
.AnyTagClassName
{
color: #1C6F8D;
}
</style>
background-color css
<style>
a { background-color: #1C6F8D; }
a { background-color: rgb(28,111,141); }
div.DivClassName
{
background-color: #1C6F8D;
}
.BgClassName
{
background-color: #1C6F8D;
}
</style>
border-color css
<style>
span { border-color: #1C6F8D; }
span { border-color: rgb(28,111,141); }
td.TdClassName
{
border-color: #1C6F8D;
}
.TagClassName
{
border-color: #1C6F8D;
}
</style>