Shades of Allports #1D768B
Tints of Allports #1D768B
RGB
CMYK
RGB Variations
Color information
#1D768B (or 0x1D768B) is known color: Allports. HEX triplet: 1D, 76 and 8B. RGB value is (29,118,139). Sum of RGB (Red+Green+Blue) = 29+118+139=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D768B is #E28974. Grayscale: #5D5D5D. Windows color (decimal): -14846325 or 9139741. OLE color: 9139741.
HSL color Cylindrical-coordinate representation of color #1D768B: hue angle of 191.45º 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 #1D768B is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 118 | 139 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.45 |
| HSL | 191.45º | 0.65% | 0.33% | - |
| HSV(B) | 191.45º | 0.79% | 0.55% | - |
| XYZ | 11.65 | 15.08 | 26.72 | - |
| YUV | 93.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 139 | 0.79 | 0.15 | 0 | 0.45 | 191.45 | 0.65 | 0.33 |
| Hex | 1D | 76 | 8B | 4F | F | 0 | 2D | BF | 41 | 21 |
| Octal | 35 | 166 | 213 | 117 | 17 | 0 | 55 | 277 | 101 | 41 |
| Binary | 11101 | 1110110 | 10001011 | 1001111 | 1111 | 0 | 101101 | 10111111 | 1000001 | 100001 |
Color Harmonies of #1D768B
Complementary color
Monochromatic Colors of #1D768B
Black with #1D768B
Text Example
Text Example
White with #1D768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D768B; }
p { color: rgb(29,118,139); }
H1.HeaderClassName
{
color: #1D768B;
}
.AnyTagClassName
{
color: #1D768B;
}
</style>
background-color css
<style>
a { background-color: #1D768B; }
a { background-color: rgb(29,118,139); }
div.DivClassName
{
background-color: #1D768B;
}
.BgClassName
{
background-color: #1D768B;
}
</style>
border-color css
<style>
span { border-color: #1D768B; }
span { border-color: rgb(29,118,139); }
td.TdClassName
{
border-color: #1D768B;
}
.TagClassName
{
border-color: #1D768B;
}
</style>