Shades of Allports #1D6984
Tints of Allports #1D6984
RGB
CMYK
RGB Variations
Color information
#1D6984 (or 0x1D6984) is known color: Allports. HEX triplet: 1D, 69 and 84. RGB value is (29,105,132). Sum of RGB (Red+Green+Blue) = 29+105+132=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D6984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6984 is #E2967B. Grayscale: #555555. Windows color (decimal): -14849660 or 8677661. OLE color: 8677661.
HSL color Cylindrical-coordinate representation of color #1D6984: hue angle of 195.73º 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 #1D6984 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 105 | 132 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.48 |
| HSL | 195.73º | 0.64% | 0.32% | - |
| HSV(B) | 195.73º | 0.78% | 0.52% | - |
| XYZ | 9.72 | 12.03 | 23.64 | - |
| YUV | 85.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 132 | 0.78 | 0.20 | 0 | 0.48 | 195.73 | 0.64 | 0.32 |
| Hex | 1D | 69 | 84 | 4E | 14 | 0 | 30 | C4 | 40 | 20 |
| Octal | 35 | 151 | 204 | 116 | 24 | 0 | 60 | 304 | 100 | 40 |
| Binary | 11101 | 1101001 | 10000100 | 1001110 | 10100 | 0 | 110000 | 11000100 | 1000000 | 100000 |
Color Harmonies of #1D6984
Complementary color
Monochromatic Colors of #1D6984
Black with #1D6984
Text Example
Text Example
White with #1D6984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6984; }
p { color: rgb(29,105,132); }
H1.HeaderClassName
{
color: #1D6984;
}
.AnyTagClassName
{
color: #1D6984;
}
</style>
background-color css
<style>
a { background-color: #1D6984; }
a { background-color: rgb(29,105,132); }
div.DivClassName
{
background-color: #1D6984;
}
.BgClassName
{
background-color: #1D6984;
}
</style>
border-color css
<style>
span { border-color: #1D6984; }
span { border-color: rgb(29,105,132); }
td.TdClassName
{
border-color: #1D6984;
}
.TagClassName
{
border-color: #1D6984;
}
</style>