Shades of Allports #1D6985
Tints of Allports #1D6985
RGB
CMYK
RGB Variations
Color information
#1D6985 (or 0x1D6985) is known color: Allports. HEX triplet: 1D, 69 and 85. RGB value is (29,105,133). Sum of RGB (Red+Green+Blue) = 29+105+133=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D6985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6985 is #E2967A. Grayscale: #555555. Windows color (decimal): -14849659 or 8743197. OLE color: 8743197.
HSL color Cylindrical-coordinate representation of color #1D6985: hue angle of 196.15º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D6985 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 105 | 133 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.48 |
| HSL | 196.15º | 0.64% | 0.32% | - |
| HSV(B) | 196.15º | 0.78% | 0.52% | - |
| XYZ | 9.79 | 12.06 | 24 | - |
| YUV | 85.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 133 | 0.78 | 0.21 | 0 | 0.48 | 196.15 | 0.64 | 0.32 |
| Hex | 1D | 69 | 85 | 4E | 15 | 0 | 30 | C4 | 40 | 20 |
| Octal | 35 | 151 | 205 | 116 | 25 | 0 | 60 | 304 | 100 | 40 |
| Binary | 11101 | 1101001 | 10000101 | 1001110 | 10101 | 0 | 110000 | 11000100 | 1000000 | 100000 |
Color Harmonies of #1D6985
Complementary color
Monochromatic Colors of #1D6985
Black with #1D6985
Text Example
Text Example
White with #1D6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6985; }
p { color: rgb(29,105,133); }
H1.HeaderClassName
{
color: #1D6985;
}
.AnyTagClassName
{
color: #1D6985;
}
</style>
background-color css
<style>
a { background-color: #1D6985; }
a { background-color: rgb(29,105,133); }
div.DivClassName
{
background-color: #1D6985;
}
.BgClassName
{
background-color: #1D6985;
}
</style>
border-color css
<style>
span { border-color: #1D6985; }
span { border-color: rgb(29,105,133); }
td.TdClassName
{
border-color: #1D6985;
}
.TagClassName
{
border-color: #1D6985;
}
</style>