Shades of Allports #1D6480
Tints of Allports #1D6480
RGB
CMYK
RGB Variations
Color information
#1D6480 (or 0x1D6480) is known color: Allports. HEX triplet: 1D, 64 and 80. RGB value is (29,100,128). Sum of RGB (Red+Green+Blue) = 29+100+128=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D6480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6480 is #E29B7F. Grayscale: #515151. Windows color (decimal): -14850944 or 8414237. OLE color: 8414237.
HSL color Cylindrical-coordinate representation of color #1D6480: hue angle of 196.97º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D6480 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 100 | 128 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.50 |
| HSL | 196.97º | 0.63% | 0.31% | - |
| HSV(B) | 196.97º | 0.77% | 0.5% | - |
| XYZ | 8.96 | 10.93 | 22.06 | - |
| YUV | 81.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 128 | 0.77 | 0.22 | 0 | 0.50 | 196.97 | 0.63 | 0.31 |
| Hex | 1D | 64 | 80 | 4D | 16 | 0 | 32 | C5 | 3F | 1F |
| Octal | 35 | 144 | 200 | 115 | 26 | 0 | 62 | 305 | 77 | 37 |
| Binary | 11101 | 1100100 | 10000000 | 1001101 | 10110 | 0 | 110010 | 11000101 | 111111 | 11111 |
Color Harmonies of #1D6480
Complementary color
Monochromatic Colors of #1D6480
Black with #1D6480
Text Example
Text Example
White with #1D6480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6480; }
p { color: rgb(29,100,128); }
H1.HeaderClassName
{
color: #1D6480;
}
.AnyTagClassName
{
color: #1D6480;
}
</style>
background-color css
<style>
a { background-color: #1D6480; }
a { background-color: rgb(29,100,128); }
div.DivClassName
{
background-color: #1D6480;
}
.BgClassName
{
background-color: #1D6480;
}
</style>
border-color css
<style>
span { border-color: #1D6480; }
span { border-color: rgb(29,100,128); }
td.TdClassName
{
border-color: #1D6480;
}
.TagClassName
{
border-color: #1D6480;
}
</style>