Shades of Allports #1D657E
Tints of Allports #1D657E
RGB
CMYK
RGB Variations
Color information
#1D657E (or 0x1D657E) is known color: Allports. HEX triplet: 1D, 65 and 7E. RGB value is (29,101,126). Sum of RGB (Red+Green+Blue) = 29+101+126=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D657E is #E29A81. Grayscale: #525252. Windows color (decimal): -14850690 or 8283421. OLE color: 8283421.
HSL color Cylindrical-coordinate representation of color #1D657E: hue angle of 195.46º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D657E is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 101 | 126 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.51 |
| HSL | 195.46º | 0.63% | 0.3% | - |
| HSV(B) | 195.46º | 0.77% | 0.49% | - |
| XYZ | 8.93 | 11.07 | 21.41 | - |
| YUV | 82.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 126 | 0.77 | 0.20 | 0 | 0.51 | 195.46 | 0.63 | 0.3 |
| Hex | 1D | 65 | 7E | 4D | 14 | 0 | 33 | C3 | 3F | 1E |
| Octal | 35 | 145 | 176 | 115 | 24 | 0 | 63 | 303 | 77 | 36 |
| Binary | 11101 | 1100101 | 1111110 | 1001101 | 10100 | 0 | 110011 | 11000011 | 111111 | 11110 |
Color Harmonies of #1D657E
Complementary color
Monochromatic Colors of #1D657E
Black with #1D657E
Text Example
Text Example
White with #1D657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D657E; }
p { color: rgb(29,101,126); }
H1.HeaderClassName
{
color: #1D657E;
}
.AnyTagClassName
{
color: #1D657E;
}
</style>
background-color css
<style>
a { background-color: #1D657E; }
a { background-color: rgb(29,101,126); }
div.DivClassName
{
background-color: #1D657E;
}
.BgClassName
{
background-color: #1D657E;
}
</style>
border-color css
<style>
span { border-color: #1D657E; }
span { border-color: rgb(29,101,126); }
td.TdClassName
{
border-color: #1D657E;
}
.TagClassName
{
border-color: #1D657E;
}
</style>