#1D6F80

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

Shades of Allports #1D6F80

Tints of Allports #1D6F80

Color information

#1D6F80 (or 0x1D6F80) is unknown color: approx Allports. HEX triplet: 1D, 6F and 80. RGB value is (29,111,128). Sum of RGB (Red+Green+Blue) = 29+111+128=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D6F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6F80 is #E2907F. Grayscale: #585858. Windows color (decimal): -14848128 or 8417053. OLE color: 8417053.

HSL color Cylindrical-coordinate representation of color #1D6F80: hue angle of 190.3º 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 #1D6F80 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB29111128-
CMYK0.770.1300.50
HSL190.3º63.06%30.78%-
HSV(B)190.3º77.34%50.2%-
XYZ10.0913.1922.44-
YUV88.42150.3385.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=10.82%
G=41.42%
B=47.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal291111280.770.1300.50190.363.0630.78
Hex1D6F804DD032be3f1f
Octal35157200115150622767737
Binary111011101111100000001001101110101100101011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,111,128); }

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

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

 a { background-color: rgb(29,111,128); }

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

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

 span { border-color: rgb(29,111,128); }

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