#1D7189

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

Shades of Allports #1D7189

Tints of Allports #1D7189

Color information

#1D7189 (or 0x1D7189) is unknown color: approx Allports. HEX triplet: 1D, 71 and 89. RGB value is (29,113,137). Sum of RGB (Red+Green+Blue) = 29+113+137=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D7189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7189 is #E28E76. Grayscale: #5A5A5A. Windows color (decimal): -14847607 or 9007389. OLE color: 9007389.

HSL color Cylindrical-coordinate representation of color #1D7189: hue angle of 193.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D7189 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB29113137-
CMYK0.790.1800.46
HSL193.33º65.06%32.55%-
HSV(B)193.33º78.83%53.73%-
XYZ10.9313.8825.77-
YUV90.62154.1784.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.39%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=10.39%
G=40.50%
B=49.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal291131370.790.1800.46193.3365.0632.55
Hex1D71894F1202Ec14121
Octal351612111172205630110141
Binary111011110001100010011001111100100101110110000011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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