#1D4147

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

Shades of Tiber #1D4147

Tints of Tiber #1D4147

Color information

#1D4147 (or 0x1D4147) is unknown color: approx Tiber. HEX triplet: 1D, 41 and 47. RGB value is (29,65,71). Sum of RGB (Red+Green+Blue) = 29+65+71=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4147 is #E2BEB8. Grayscale: #363636. Windows color (decimal): -14859961 or 4669725. OLE color: 4669725.

HSL color Cylindrical-coordinate representation of color #1D4147: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4147 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB296571-
CMYK0.590.0800.72
HSL188.57º42%19.61%-
HSV(B)188.57º59.15%27.84%-
XYZ3.534.56.64-
YUV54.92137.07109.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.58%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 71 (28.12% from 255) = 43.03%
R=17.58%
G=39.39%
B=43.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2965710.590.0800.72188.574219.61
Hex1D41473B8048bd2a14
Octal35101107731001102755224
Binary11101100000110001111110111000010010001011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,65,71); }

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

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

 a { background-color: rgb(29,65,71); }

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

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

 span { border-color: rgb(29,65,71); }

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