Shades of Allports #1D617F
Tints of Allports #1D617F
RGB
CMYK
RGB Variations
Color information
#1D617F (or 0x1D617F) is known color: Allports. HEX triplet: 1D, 61 and 7F. RGB value is (29,97,127). Sum of RGB (Red+Green+Blue) = 29+97+127=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D617F is #E29E80. Grayscale: #4F4F4F. Windows color (decimal): -14851713 or 8347933. OLE color: 8347933.
HSL color Cylindrical-coordinate representation of color #1D617F: hue angle of 198.37º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D617F is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 97 | 127 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.50 |
| HSL | 198.37º | 0.63% | 0.31% | - |
| HSV(B) | 198.37º | 0.77% | 0.5% | - |
| XYZ | 8.61 | 10.34 | 21.62 | - |
| YUV | 80.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 127 | 0.77 | 0.24 | 0 | 0.50 | 198.37 | 0.63 | 0.31 |
| Hex | 1D | 61 | 7F | 4D | 18 | 0 | 32 | C6 | 3F | 1F |
| Octal | 35 | 141 | 177 | 115 | 30 | 0 | 62 | 306 | 77 | 37 |
| Binary | 11101 | 1100001 | 1111111 | 1001101 | 11000 | 0 | 110010 | 11000110 | 111111 | 11111 |
Color Harmonies of #1D617F
Complementary color
Monochromatic Colors of #1D617F
Black with #1D617F
Text Example
Text Example
White with #1D617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D617F; }
p { color: rgb(29,97,127); }
H1.HeaderClassName
{
color: #1D617F;
}
.AnyTagClassName
{
color: #1D617F;
}
</style>
background-color css
<style>
a { background-color: #1D617F; }
a { background-color: rgb(29,97,127); }
div.DivClassName
{
background-color: #1D617F;
}
.BgClassName
{
background-color: #1D617F;
}
</style>
border-color css
<style>
span { border-color: #1D617F; }
span { border-color: rgb(29,97,127); }
td.TdClassName
{
border-color: #1D617F;
}
.TagClassName
{
border-color: #1D617F;
}
</style>