Shades of Allports #1D6479
Tints of Allports #1D6479
RGB
CMYK
RGB Variations
Color information
#1D6479 (or 0x1D6479) is known color: Allports. HEX triplet: 1D, 64 and 79. RGB value is (29,100,121). Sum of RGB (Red+Green+Blue) = 29+100+121=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D6479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6479 is #E29B86. Grayscale: #515151. Windows color (decimal): -14850951 or 7955485. OLE color: 7955485.
HSL color Cylindrical-coordinate representation of color #1D6479: hue angle of 193.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D6479 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 100 | 121 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.53 |
| HSL | 193.7º | 0.61% | 0.29% | - |
| HSV(B) | 193.7º | 0.76% | 0.47% | - |
| XYZ | 8.52 | 10.76 | 19.72 | - |
| YUV | 81.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 121 | 0.76 | 0.17 | 0 | 0.53 | 193.7 | 0.61 | 0.29 |
| Hex | 1D | 64 | 79 | 4C | 11 | 0 | 35 | C2 | 3D | 1D |
| Octal | 35 | 144 | 171 | 114 | 21 | 0 | 65 | 302 | 75 | 35 |
| Binary | 11101 | 1100100 | 1111001 | 1001100 | 10001 | 0 | 110101 | 11000010 | 111101 | 11101 |
Color Harmonies of #1D6479
Complementary color
Monochromatic Colors of #1D6479
Black with #1D6479
Text Example
Text Example
White with #1D6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6479; }
p { color: rgb(29,100,121); }
H1.HeaderClassName
{
color: #1D6479;
}
.AnyTagClassName
{
color: #1D6479;
}
</style>
background-color css
<style>
a { background-color: #1D6479; }
a { background-color: rgb(29,100,121); }
div.DivClassName
{
background-color: #1D6479;
}
.BgClassName
{
background-color: #1D6479;
}
</style>
border-color css
<style>
span { border-color: #1D6479; }
span { border-color: rgb(29,100,121); }
td.TdClassName
{
border-color: #1D6479;
}
.TagClassName
{
border-color: #1D6479;
}
</style>