#1D4752

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

Shades of Teal Blue #1D4752

Tints of Teal Blue #1D4752

Color information

#1D4752 (or 0x1D4752) is unknown color: approx Teal Blue. HEX triplet: 1D, 47 and 52. RGB value is (29,71,82). Sum of RGB (Red+Green+Blue) = 29+71+82=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4752 is #E2B8AD. Grayscale: #3B3B3B. Windows color (decimal): -14858414 or 5392157. OLE color: 5392157.

HSL color Cylindrical-coordinate representation of color #1D4752: hue angle of 192.45º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4752 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB297182-
CMYK0.650.1300.68
HSL192.45º47.75%21.76%-
HSV(B)192.45º64.63%32.16%-
XYZ4.285.388.79-
YUV59.7140.59106.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=15.93%
G=39.01%
B=45.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2971820.650.1300.68192.4547.7521.76
Hex1D475241D044c03016
Octal351071221011501043006026
Binary111011000111101001010000011101010001001100000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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