#1D718D

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

Shades of Allports #1D718D

Tints of Allports #1D718D

Color information

#1D718D (or 0x1D718D) is unknown color: approx Allports. HEX triplet: 1D, 71 and 8D. RGB value is (29,113,141). Sum of RGB (Red+Green+Blue) = 29+113+141=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D718D is #E28E72. Grayscale: #5A5A5A. Windows color (decimal): -14847603 or 9269533. OLE color: 9269533.

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

Color convert

RGB29113141-
CMYK0.790.2000.45
HSL195º65.88%33.33%-
HSV(B)195º79.43%55.29%-
XYZ11.2213.9927.31-
YUV91.08156.1783.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=10.25%
G=39.93%
B=49.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291131410.790.2000.4519565.8833.33
Hex1D718D4F1402Dc34221
Octal351612151172405530310241
Binary111011110001100011011001111101000101101110000111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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