Shades of Allports #1D668B
Tints of Allports #1D668B
RGB
CMYK
RGB Variations
Color information
#1D668B (or 0x1D668B) is known color: Allports. HEX triplet: 1D, 66 and 8B. RGB value is (29,102,139). Sum of RGB (Red+Green+Blue) = 29+102+139=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D668B is #E29974. Grayscale: #545454. Windows color (decimal): -14850421 or 9135645. OLE color: 9135645.
HSL color Cylindrical-coordinate representation of color #1D668B: hue angle of 200.18º 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 #1D668B is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 102 | 139 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.45 |
| HSL | 200.18º | 0.65% | 0.33% | - |
| HSV(B) | 200.18º | 0.79% | 0.55% | - |
| XYZ | 9.92 | 11.63 | 26.15 | - |
| YUV | 84.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 139 | 0.79 | 0.27 | 0 | 0.45 | 200.18 | 0.65 | 0.33 |
| Hex | 1D | 66 | 8B | 4F | 1B | 0 | 2D | C8 | 41 | 21 |
| Octal | 35 | 146 | 213 | 117 | 33 | 0 | 55 | 310 | 101 | 41 |
| Binary | 11101 | 1100110 | 10001011 | 1001111 | 11011 | 0 | 101101 | 11001000 | 1000001 | 100001 |
Color Harmonies of #1D668B
Complementary color
Monochromatic Colors of #1D668B
Black with #1D668B
Text Example
Text Example
White with #1D668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D668B; }
p { color: rgb(29,102,139); }
H1.HeaderClassName
{
color: #1D668B;
}
.AnyTagClassName
{
color: #1D668B;
}
</style>
background-color css
<style>
a { background-color: #1D668B; }
a { background-color: rgb(29,102,139); }
div.DivClassName
{
background-color: #1D668B;
}
.BgClassName
{
background-color: #1D668B;
}
</style>
border-color css
<style>
span { border-color: #1D668B; }
span { border-color: rgb(29,102,139); }
td.TdClassName
{
border-color: #1D668B;
}
.TagClassName
{
border-color: #1D668B;
}
</style>