Shades of Allports #1D6674
Tints of Allports #1D6674
RGB
CMYK
RGB Variations
Color information
#1D6674 (or 0x1D6674) is known color: Allports. HEX triplet: 1D, 66 and 74. RGB value is (29,102,116). Sum of RGB (Red+Green+Blue) = 29+102+116=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D6674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6674 is #E2998B. Grayscale: #515151. Windows color (decimal): -14850444 or 7628317. OLE color: 7628317.
HSL color Cylindrical-coordinate representation of color #1D6674: hue angle of 189.66º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6674 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 102 | 116 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.55 |
| HSL | 189.66º | 0.6% | 0.28% | - |
| HSV(B) | 189.66º | 0.75% | 0.45% | - |
| XYZ | 8.41 | 11.02 | 18.21 | - |
| YUV | 81.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 116 | 0.75 | 0.12 | 0 | 0.55 | 189.66 | 0.6 | 0.28 |
| Hex | 1D | 66 | 74 | 4B | C | 0 | 37 | BE | 3C | 1C |
| Octal | 35 | 146 | 164 | 113 | 14 | 0 | 67 | 276 | 74 | 34 |
| Binary | 11101 | 1100110 | 1110100 | 1001011 | 1100 | 0 | 110111 | 10111110 | 111100 | 11100 |
Color Harmonies of #1D6674
Complementary color
Monochromatic Colors of #1D6674
Black with #1D6674
Text Example
Text Example
White with #1D6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6674; }
p { color: rgb(29,102,116); }
H1.HeaderClassName
{
color: #1D6674;
}
.AnyTagClassName
{
color: #1D6674;
}
</style>
background-color css
<style>
a { background-color: #1D6674; }
a { background-color: rgb(29,102,116); }
div.DivClassName
{
background-color: #1D6674;
}
.BgClassName
{
background-color: #1D6674;
}
</style>
border-color css
<style>
span { border-color: #1D6674; }
span { border-color: rgb(29,102,116); }
td.TdClassName
{
border-color: #1D6674;
}
.TagClassName
{
border-color: #1D6674;
}
</style>