Shades of Allports #1D7993
Tints of Allports #1D7993
RGB
CMYK
RGB Variations
Color information
#1D7993 (or 0x1D7993) is known color: Allports. HEX triplet: 1D, 79 and 93. RGB value is (29,121,147). Sum of RGB (Red+Green+Blue) = 29+121+147=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D7993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7993 is #E2866C. Grayscale: #606060. Windows color (decimal): -14845549 or 9664797. OLE color: 9664797.
HSL color Cylindrical-coordinate representation of color #1D7993: hue angle of 193.22º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D7993 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 121 | 147 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.42 |
| HSL | 193.22º | 0.67% | 0.35% | - |
| HSV(B) | 193.22º | 0.8% | 0.58% | - |
| XYZ | 12.61 | 16.04 | 30.04 | - |
| YUV | 96.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 147 | 0.80 | 0.18 | 0 | 0.42 | 193.22 | 0.67 | 0.35 |
| Hex | 1D | 79 | 93 | 50 | 12 | 0 | 2A | C1 | 43 | 23 |
| Octal | 35 | 171 | 223 | 120 | 22 | 0 | 52 | 301 | 103 | 43 |
| Binary | 11101 | 1111001 | 10010011 | 1010000 | 10010 | 0 | 101010 | 11000001 | 1000011 | 100011 |
Color Harmonies of #1D7993
Complementary color
Monochromatic Colors of #1D7993
Black with #1D7993
Text Example
Text Example
White with #1D7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7993; }
p { color: rgb(29,121,147); }
H1.HeaderClassName
{
color: #1D7993;
}
.AnyTagClassName
{
color: #1D7993;
}
</style>
background-color css
<style>
a { background-color: #1D7993; }
a { background-color: rgb(29,121,147); }
div.DivClassName
{
background-color: #1D7993;
}
.BgClassName
{
background-color: #1D7993;
}
</style>
border-color css
<style>
span { border-color: #1D7993; }
span { border-color: rgb(29,121,147); }
td.TdClassName
{
border-color: #1D7993;
}
.TagClassName
{
border-color: #1D7993;
}
</style>