Shades of Allports #1D6370
Tints of Allports #1D6370
RGB
CMYK
RGB Variations
Color information
#1D6370 (or 0x1D6370) is known color: Allports. HEX triplet: 1D, 63 and 70. RGB value is (29,99,112). Sum of RGB (Red+Green+Blue) = 29+99+112=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6370 is #E29C8F. Grayscale: #4F4F4F. Windows color (decimal): -14851216 or 7365405. OLE color: 7365405.
HSL color Cylindrical-coordinate representation of color #1D6370: hue angle of 189.4º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6370 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 99 | 112 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.56 |
| HSL | 189.4º | 0.59% | 0.28% | - |
| HSV(B) | 189.4º | 0.74% | 0.44% | - |
| XYZ | 7.89 | 10.35 | 16.91 | - |
| YUV | 79.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 112 | 0.74 | 0.12 | 0 | 0.56 | 189.4 | 0.59 | 0.28 |
| Hex | 1D | 63 | 70 | 4A | C | 0 | 38 | BD | 3B | 1C |
| Octal | 35 | 143 | 160 | 112 | 14 | 0 | 70 | 275 | 73 | 34 |
| Binary | 11101 | 1100011 | 1110000 | 1001010 | 1100 | 0 | 111000 | 10111101 | 111011 | 11100 |
Color Harmonies of #1D6370
Complementary color
Monochromatic Colors of #1D6370
Black with #1D6370
Text Example
Text Example
White with #1D6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6370; }
p { color: rgb(29,99,112); }
H1.HeaderClassName
{
color: #1D6370;
}
.AnyTagClassName
{
color: #1D6370;
}
</style>
background-color css
<style>
a { background-color: #1D6370; }
a { background-color: rgb(29,99,112); }
div.DivClassName
{
background-color: #1D6370;
}
.BgClassName
{
background-color: #1D6370;
}
</style>
border-color css
<style>
span { border-color: #1D6370; }
span { border-color: rgb(29,99,112); }
td.TdClassName
{
border-color: #1D6370;
}
.TagClassName
{
border-color: #1D6370;
}
</style>