Shades of Allports #1D698A
Tints of Allports #1D698A
RGB
CMYK
RGB Variations
Color information
#1D698A (or 0x1D698A) is known color: Allports. HEX triplet: 1D, 69 and 8A. RGB value is (29,105,138). Sum of RGB (Red+Green+Blue) = 29+105+138=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D698A is #E29675. Grayscale: #555555. Windows color (decimal): -14849654 or 9070877. OLE color: 9070877.
HSL color Cylindrical-coordinate representation of color #1D698A: hue angle of 198.17º 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 #1D698A is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 105 | 138 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.46 |
| HSL | 198.17º | 0.65% | 0.33% | - |
| HSV(B) | 198.17º | 0.79% | 0.54% | - |
| XYZ | 10.15 | 12.2 | 25.86 | - |
| YUV | 86.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 138 | 0.79 | 0.24 | 0 | 0.46 | 198.17 | 0.65 | 0.33 |
| Hex | 1D | 69 | 8A | 4F | 18 | 0 | 2E | C6 | 41 | 21 |
| Octal | 35 | 151 | 212 | 117 | 30 | 0 | 56 | 306 | 101 | 41 |
| Binary | 11101 | 1101001 | 10001010 | 1001111 | 11000 | 0 | 101110 | 11000110 | 1000001 | 100001 |
Color Harmonies of #1D698A
Complementary color
Monochromatic Colors of #1D698A
Black with #1D698A
Text Example
Text Example
White with #1D698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D698A; }
p { color: rgb(29,105,138); }
H1.HeaderClassName
{
color: #1D698A;
}
.AnyTagClassName
{
color: #1D698A;
}
</style>
background-color css
<style>
a { background-color: #1D698A; }
a { background-color: rgb(29,105,138); }
div.DivClassName
{
background-color: #1D698A;
}
.BgClassName
{
background-color: #1D698A;
}
</style>
border-color css
<style>
span { border-color: #1D698A; }
span { border-color: rgb(29,105,138); }
td.TdClassName
{
border-color: #1D698A;
}
.TagClassName
{
border-color: #1D698A;
}
</style>