Shades of Allports #1D668A
Tints of Allports #1D668A
RGB
CMYK
RGB Variations
Color information
#1D668A (or 0x1D668A) is known color: Allports. HEX triplet: 1D, 66 and 8A. RGB value is (29,102,138). Sum of RGB (Red+Green+Blue) = 29+102+138=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D668A is #E29975. Grayscale: #545454. Windows color (decimal): -14850422 or 9070109. OLE color: 9070109.
HSL color Cylindrical-coordinate representation of color #1D668A: hue angle of 199.82º 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 #1D668A is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 102 | 138 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.46 |
| HSL | 199.82º | 0.65% | 0.33% | - |
| HSV(B) | 199.82º | 0.79% | 0.54% | - |
| XYZ | 9.85 | 11.6 | 25.76 | - |
| YUV | 84.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 138 | 0.79 | 0.26 | 0 | 0.46 | 199.82 | 0.65 | 0.33 |
| Hex | 1D | 66 | 8A | 4F | 1A | 0 | 2E | C8 | 41 | 21 |
| Octal | 35 | 146 | 212 | 117 | 32 | 0 | 56 | 310 | 101 | 41 |
| Binary | 11101 | 1100110 | 10001010 | 1001111 | 11010 | 0 | 101110 | 11001000 | 1000001 | 100001 |
Color Harmonies of #1D668A
Complementary color
Monochromatic Colors of #1D668A
Black with #1D668A
Text Example
Text Example
White with #1D668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D668A; }
p { color: rgb(29,102,138); }
H1.HeaderClassName
{
color: #1D668A;
}
.AnyTagClassName
{
color: #1D668A;
}
</style>
background-color css
<style>
a { background-color: #1D668A; }
a { background-color: rgb(29,102,138); }
div.DivClassName
{
background-color: #1D668A;
}
.BgClassName
{
background-color: #1D668A;
}
</style>
border-color css
<style>
span { border-color: #1D668A; }
span { border-color: rgb(29,102,138); }
td.TdClassName
{
border-color: #1D668A;
}
.TagClassName
{
border-color: #1D668A;
}
</style>