Shades of Allports #1D708A
Tints of Allports #1D708A
RGB
CMYK
RGB Variations
Color information
#1D708A (or 0x1D708A) is known color: Allports. HEX triplet: 1D, 70 and 8A. RGB value is (29,112,138). Sum of RGB (Red+Green+Blue) = 29+112+138=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D708A is #E28F75. Grayscale: #595959. Windows color (decimal): -14847862 or 9072669. OLE color: 9072669.
HSL color Cylindrical-coordinate representation of color #1D708A: hue angle of 194.31º 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 #1D708A is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 112 | 138 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.46 |
| HSL | 194.31º | 0.65% | 0.33% | - |
| HSV(B) | 194.31º | 0.79% | 0.54% | - |
| XYZ | 10.89 | 13.68 | 26.11 | - |
| YUV | 90.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 138 | 0.79 | 0.19 | 0 | 0.46 | 194.31 | 0.65 | 0.33 |
| Hex | 1D | 70 | 8A | 4F | 13 | 0 | 2E | C2 | 41 | 21 |
| Octal | 35 | 160 | 212 | 117 | 23 | 0 | 56 | 302 | 101 | 41 |
| Binary | 11101 | 1110000 | 10001010 | 1001111 | 10011 | 0 | 101110 | 11000010 | 1000001 | 100001 |
Color Harmonies of #1D708A
Complementary color
Monochromatic Colors of #1D708A
Black with #1D708A
Text Example
Text Example
White with #1D708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D708A; }
p { color: rgb(29,112,138); }
H1.HeaderClassName
{
color: #1D708A;
}
.AnyTagClassName
{
color: #1D708A;
}
</style>
background-color css
<style>
a { background-color: #1D708A; }
a { background-color: rgb(29,112,138); }
div.DivClassName
{
background-color: #1D708A;
}
.BgClassName
{
background-color: #1D708A;
}
</style>
border-color css
<style>
span { border-color: #1D708A; }
span { border-color: rgb(29,112,138); }
td.TdClassName
{
border-color: #1D708A;
}
.TagClassName
{
border-color: #1D708A;
}
</style>