Shades of Allports #1D6E8C
Tints of Allports #1D6E8C
RGB
CMYK
RGB Variations
Color information
#1D6E8C (or 0x1D6E8C) is known color: Allports. HEX triplet: 1D, 6E and 8C. RGB value is (29,110,140). Sum of RGB (Red+Green+Blue) = 29+110+140=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D6E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6E8C is #E29173. Grayscale: #595959. Windows color (decimal): -14848372 or 9203229. OLE color: 9203229.
HSL color Cylindrical-coordinate representation of color #1D6E8C: hue angle of 196.22º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D6E8C is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 110 | 140 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.45 |
| HSL | 196.22º | 0.66% | 0.33% | - |
| HSV(B) | 196.22º | 0.79% | 0.55% | - |
| XYZ | 10.82 | 13.31 | 26.81 | - |
| YUV | 89.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 140 | 0.79 | 0.21 | 0 | 0.45 | 196.22 | 0.66 | 0.33 |
| Hex | 1D | 6E | 8C | 4F | 15 | 0 | 2D | C4 | 42 | 21 |
| Octal | 35 | 156 | 214 | 117 | 25 | 0 | 55 | 304 | 102 | 41 |
| Binary | 11101 | 1101110 | 10001100 | 1001111 | 10101 | 0 | 101101 | 11000100 | 1000010 | 100001 |
Color Harmonies of #1D6E8C
Complementary color
Monochromatic Colors of #1D6E8C
Black with #1D6E8C
Text Example
Text Example
White with #1D6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6E8C; }
p { color: rgb(29,110,140); }
H1.HeaderClassName
{
color: #1D6E8C;
}
.AnyTagClassName
{
color: #1D6E8C;
}
</style>
background-color css
<style>
a { background-color: #1D6E8C; }
a { background-color: rgb(29,110,140); }
div.DivClassName
{
background-color: #1D6E8C;
}
.BgClassName
{
background-color: #1D6E8C;
}
</style>
border-color css
<style>
span { border-color: #1D6E8C; }
span { border-color: rgb(29,110,140); }
td.TdClassName
{
border-color: #1D6E8C;
}
.TagClassName
{
border-color: #1D6E8C;
}
</style>