Shades of Allports #1D6385
Tints of Allports #1D6385
RGB
CMYK
RGB Variations
Color information
#1D6385 (or 0x1D6385) is known color: Allports. HEX triplet: 1D, 63 and 85. RGB value is (29,99,133). Sum of RGB (Red+Green+Blue) = 29+99+133=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D6385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6385 is #E29C7A. Grayscale: #515151. Windows color (decimal): -14851195 or 8741661. OLE color: 8741661.
HSL color Cylindrical-coordinate representation of color #1D6385: hue angle of 199.62º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D6385 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 99 | 133 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.48 |
| HSL | 199.62º | 0.64% | 0.32% | - |
| HSV(B) | 199.62º | 0.78% | 0.52% | - |
| XYZ | 9.2 | 10.88 | 23.81 | - |
| YUV | 81.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 133 | 0.78 | 0.26 | 0 | 0.48 | 199.62 | 0.64 | 0.32 |
| Hex | 1D | 63 | 85 | 4E | 1A | 0 | 30 | C8 | 40 | 20 |
| Octal | 35 | 143 | 205 | 116 | 32 | 0 | 60 | 310 | 100 | 40 |
| Binary | 11101 | 1100011 | 10000101 | 1001110 | 11010 | 0 | 110000 | 11001000 | 1000000 | 100000 |
Color Harmonies of #1D6385
Complementary color
Monochromatic Colors of #1D6385
Black with #1D6385
Text Example
Text Example
White with #1D6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6385; }
p { color: rgb(29,99,133); }
H1.HeaderClassName
{
color: #1D6385;
}
.AnyTagClassName
{
color: #1D6385;
}
</style>
background-color css
<style>
a { background-color: #1D6385; }
a { background-color: rgb(29,99,133); }
div.DivClassName
{
background-color: #1D6385;
}
.BgClassName
{
background-color: #1D6385;
}
</style>
border-color css
<style>
span { border-color: #1D6385; }
span { border-color: rgb(29,99,133); }
td.TdClassName
{
border-color: #1D6385;
}
.TagClassName
{
border-color: #1D6385;
}
</style>