Shades of Allports #1D6992
Tints of Allports #1D6992
RGB
CMYK
RGB Variations
Color information
#1D6992 (or 0x1D6992) is known color: Allports. HEX triplet: 1D, 69 and 92. RGB value is (29,105,146). Sum of RGB (Red+Green+Blue) = 29+105+146=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D6992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6992 is #E2966D. Grayscale: #565656. Windows color (decimal): -14849646 or 9595165. OLE color: 9595165.
HSL color Cylindrical-coordinate representation of color #1D6992: hue angle of 201.03º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6992 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 105 | 146 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.43 |
| HSL | 201.03º | 0.67% | 0.34% | - |
| HSV(B) | 201.03º | 0.8% | 0.57% | - |
| XYZ | 10.75 | 12.44 | 29.03 | - |
| YUV | 86.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 146 | 0.80 | 0.28 | 0 | 0.43 | 201.03 | 0.67 | 0.34 |
| Hex | 1D | 69 | 92 | 50 | 1C | 0 | 2B | C9 | 43 | 22 |
| Octal | 35 | 151 | 222 | 120 | 34 | 0 | 53 | 311 | 103 | 42 |
| Binary | 11101 | 1101001 | 10010010 | 1010000 | 11100 | 0 | 101011 | 11001001 | 1000011 | 100010 |
Color Harmonies of #1D6992
Complementary color
Monochromatic Colors of #1D6992
Black with #1D6992
Text Example
Text Example
White with #1D6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6992; }
p { color: rgb(29,105,146); }
H1.HeaderClassName
{
color: #1D6992;
}
.AnyTagClassName
{
color: #1D6992;
}
</style>
background-color css
<style>
a { background-color: #1D6992; }
a { background-color: rgb(29,105,146); }
div.DivClassName
{
background-color: #1D6992;
}
.BgClassName
{
background-color: #1D6992;
}
</style>
border-color css
<style>
span { border-color: #1D6992; }
span { border-color: rgb(29,105,146); }
td.TdClassName
{
border-color: #1D6992;
}
.TagClassName
{
border-color: #1D6992;
}
</style>