#1D728D

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

Shades of Allports #1D728D

Tints of Allports #1D728D

Color information

#1D728D (or 0x1D728D) is unknown color: approx Allports. HEX triplet: 1D, 72 and 8D. RGB value is (29,114,141). Sum of RGB (Red+Green+Blue) = 29+114+141=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D728D is #E28D72. Grayscale: #5B5B5B. Windows color (decimal): -14847347 or 9269789. OLE color: 9269789.

HSL color Cylindrical-coordinate representation of color #1D728D: hue angle of 194.46º degrees, saturation: 0.66, 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 #1D728D is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB29114141-
CMYK0.790.1900.45
HSL194.46º65.88%33.33%-
HSV(B)194.46º79.43%55.29%-
XYZ11.3314.2227.35-
YUV91.66155.8483.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.21%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=10.21%
G=40.14%
B=49.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291141410.790.1900.45194.4665.8833.33
Hex1D728D4F1302Dc24221
Octal351622151172305530210241
Binary111011110010100011011001111100110101101110000101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,114,141); }

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

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

 a { background-color: rgb(29,114,141); }

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

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

 span { border-color: rgb(29,114,141); }

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