Shades of Allports #1D6675
Tints of Allports #1D6675
RGB
CMYK
RGB Variations
Color information
#1D6675 (or 0x1D6675) is known color: Allports. HEX triplet: 1D, 66 and 75. RGB value is (29,102,117). Sum of RGB (Red+Green+Blue) = 29+102+117=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D6675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6675 is #E2998A. Grayscale: #515151. Windows color (decimal): -14850443 or 7693853. OLE color: 7693853.
HSL color Cylindrical-coordinate representation of color #1D6675: hue angle of 190.23º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6675 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 102 | 117 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.54 |
| HSL | 190.23º | 0.6% | 0.29% | - |
| HSV(B) | 190.23º | 0.75% | 0.46% | - |
| XYZ | 8.47 | 11.05 | 18.52 | - |
| YUV | 81.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 117 | 0.75 | 0.13 | 0 | 0.54 | 190.23 | 0.6 | 0.29 |
| Hex | 1D | 66 | 75 | 4B | D | 0 | 36 | BE | 3C | 1D |
| Octal | 35 | 146 | 165 | 113 | 15 | 0 | 66 | 276 | 74 | 35 |
| Binary | 11101 | 1100110 | 1110101 | 1001011 | 1101 | 0 | 110110 | 10111110 | 111100 | 11101 |
Color Harmonies of #1D6675
Complementary color
Monochromatic Colors of #1D6675
Black with #1D6675
Text Example
Text Example
White with #1D6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6675; }
p { color: rgb(29,102,117); }
H1.HeaderClassName
{
color: #1D6675;
}
.AnyTagClassName
{
color: #1D6675;
}
</style>
background-color css
<style>
a { background-color: #1D6675; }
a { background-color: rgb(29,102,117); }
div.DivClassName
{
background-color: #1D6675;
}
.BgClassName
{
background-color: #1D6675;
}
</style>
border-color css
<style>
span { border-color: #1D6675; }
span { border-color: rgb(29,102,117); }
td.TdClassName
{
border-color: #1D6675;
}
.TagClassName
{
border-color: #1D6675;
}
</style>