#1D6686

Color #1D6686 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #1D6686

Tints of Allports #1D6686

Color information

#1D6686 (or 0x1D6686) is unknown color: approx Allports. HEX triplet: 1D, 66 and 86. RGB value is (29,102,134). Sum of RGB (Red+Green+Blue) = 29+102+134=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D6686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6686 is #E29979. Grayscale: #535353. Windows color (decimal): -14850426 or 8807965. OLE color: 8807965.

HSL color Cylindrical-coordinate representation of color #1D6686: hue angle of 198.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D6686 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB29102134-
CMYK0.780.2400.47
HSL198.29º64.42%31.96%-
HSV(B)198.29º78.36%52.55%-
XYZ9.5611.4924.27-
YUV83.82156.3288.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 10.94%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=10.94%
G=38.49%
B=50.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291021340.780.2400.47198.2964.4231.96
Hex1D66864E1802Fc64020
Octal351462061163005730610040
Binary111011100110100001101001110110000101111110001101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D6686; }

 p { color: rgb(29,102,134); }

 H1.HeaderClassName
 {
   color: #1D6686;
 }
 .AnyTagClassName
 {
   color: #1D6686;
 }
</style>
background-color css

<style>
 a { background-color: #1D6686; }

 a { background-color: rgb(29,102,134); }

 div.DivClassName
 {
   background-color: #1D6686;
 }
 .BgClassName
 {
   background-color: #1D6686;
 }
</style>
border-color css

<style>
 span { border-color: #1D6686; }

 span { border-color: rgb(29,102,134); }

 td.TdClassName
 {
   border-color: #1D6686;
 }
 .TagClassName
 {
   border-color: #1D6686;
 }
</style>