Shades of Allports #1D748B
Tints of Allports #1D748B
RGB
CMYK
RGB Variations
Color information
#1D748B (or 0x1D748B) is known color: Allports. HEX triplet: 1D, 74 and 8B. RGB value is (29,116,139). Sum of RGB (Red+Green+Blue) = 29+116+139=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D748B is #E28B74. Grayscale: #5C5C5C. Windows color (decimal): -14846837 or 9139229. OLE color: 9139229.
HSL color Cylindrical-coordinate representation of color #1D748B: hue angle of 192.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D748B is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 116 | 139 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.45 |
| HSL | 192.55º | 0.65% | 0.33% | - |
| HSV(B) | 192.55º | 0.79% | 0.55% | - |
| XYZ | 11.41 | 14.62 | 26.65 | - |
| YUV | 92.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 139 | 0.79 | 0.17 | 0 | 0.45 | 192.55 | 0.65 | 0.33 |
| Hex | 1D | 74 | 8B | 4F | 11 | 0 | 2D | C1 | 41 | 21 |
| Octal | 35 | 164 | 213 | 117 | 21 | 0 | 55 | 301 | 101 | 41 |
| Binary | 11101 | 1110100 | 10001011 | 1001111 | 10001 | 0 | 101101 | 11000001 | 1000001 | 100001 |
Color Harmonies of #1D748B
Complementary color
Monochromatic Colors of #1D748B
Black with #1D748B
Text Example
Text Example
White with #1D748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D748B; }
p { color: rgb(29,116,139); }
H1.HeaderClassName
{
color: #1D748B;
}
.AnyTagClassName
{
color: #1D748B;
}
</style>
background-color css
<style>
a { background-color: #1D748B; }
a { background-color: rgb(29,116,139); }
div.DivClassName
{
background-color: #1D748B;
}
.BgClassName
{
background-color: #1D748B;
}
</style>
border-color css
<style>
span { border-color: #1D748B; }
span { border-color: rgb(29,116,139); }
td.TdClassName
{
border-color: #1D748B;
}
.TagClassName
{
border-color: #1D748B;
}
</style>