Shades of Allports #1D6C8A
Tints of Allports #1D6C8A
RGB
CMYK
RGB Variations
Color information
#1D6C8A (or 0x1D6C8A) is known color: Allports. HEX triplet: 1D, 6C and 8A. RGB value is (29,108,138). Sum of RGB (Red+Green+Blue) = 29+108+138=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D6C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6C8A is #E29375. Grayscale: #575757. Windows color (decimal): -14848886 or 9071645. OLE color: 9071645.
HSL color Cylindrical-coordinate representation of color #1D6C8A: hue angle of 196.51º 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 #1D6C8A is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 108 | 138 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.46 |
| HSL | 196.51º | 0.65% | 0.33% | - |
| HSV(B) | 196.51º | 0.79% | 0.54% | - |
| XYZ | 10.46 | 12.82 | 25.97 | - |
| YUV | 87.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 108 | 138 | 0.79 | 0.22 | 0 | 0.46 | 196.51 | 0.65 | 0.33 |
| Hex | 1D | 6C | 8A | 4F | 16 | 0 | 2E | C5 | 41 | 21 |
| Octal | 35 | 154 | 212 | 117 | 26 | 0 | 56 | 305 | 101 | 41 |
| Binary | 11101 | 1101100 | 10001010 | 1001111 | 10110 | 0 | 101110 | 11000101 | 1000001 | 100001 |
Color Harmonies of #1D6C8A
Complementary color
Monochromatic Colors of #1D6C8A
Black with #1D6C8A
Text Example
Text Example
White with #1D6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6C8A; }
p { color: rgb(29,108,138); }
H1.HeaderClassName
{
color: #1D6C8A;
}
.AnyTagClassName
{
color: #1D6C8A;
}
</style>
background-color css
<style>
a { background-color: #1D6C8A; }
a { background-color: rgb(29,108,138); }
div.DivClassName
{
background-color: #1D6C8A;
}
.BgClassName
{
background-color: #1D6C8A;
}
</style>
border-color css
<style>
span { border-color: #1D6C8A; }
span { border-color: rgb(29,108,138); }
td.TdClassName
{
border-color: #1D6C8A;
}
.TagClassName
{
border-color: #1D6C8A;
}
</style>