Shades of Allports #1D688A
Tints of Allports #1D688A
RGB
CMYK
RGB Variations
Color information
#1D688A (or 0x1D688A) is known color: Allports. HEX triplet: 1D, 68 and 8A. RGB value is (29,104,138). Sum of RGB (Red+Green+Blue) = 29+104+138=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D688A is #E29775. Grayscale: #555555. Windows color (decimal): -14849910 or 9070621. OLE color: 9070621.
HSL color Cylindrical-coordinate representation of color #1D688A: hue angle of 198.72º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D688A is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 104 | 138 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.46 |
| HSL | 198.72º | 0.65% | 0.33% | - |
| HSV(B) | 198.72º | 0.79% | 0.54% | - |
| XYZ | 10.04 | 12 | 25.83 | - |
| YUV | 85.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 138 | 0.79 | 0.25 | 0 | 0.46 | 198.72 | 0.65 | 0.33 |
| Hex | 1D | 68 | 8A | 4F | 19 | 0 | 2E | C7 | 41 | 21 |
| Octal | 35 | 150 | 212 | 117 | 31 | 0 | 56 | 307 | 101 | 41 |
| Binary | 11101 | 1101000 | 10001010 | 1001111 | 11001 | 0 | 101110 | 11000111 | 1000001 | 100001 |
Color Harmonies of #1D688A
Complementary color
Monochromatic Colors of #1D688A
Black with #1D688A
Text Example
Text Example
White with #1D688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D688A; }
p { color: rgb(29,104,138); }
H1.HeaderClassName
{
color: #1D688A;
}
.AnyTagClassName
{
color: #1D688A;
}
</style>
background-color css
<style>
a { background-color: #1D688A; }
a { background-color: rgb(29,104,138); }
div.DivClassName
{
background-color: #1D688A;
}
.BgClassName
{
background-color: #1D688A;
}
</style>
border-color css
<style>
span { border-color: #1D688A; }
span { border-color: rgb(29,104,138); }
td.TdClassName
{
border-color: #1D688A;
}
.TagClassName
{
border-color: #1D688A;
}
</style>