#1D535D

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

Shades of Teal Blue #1D535D

Tints of Teal Blue #1D535D

Color information

#1D535D (or 0x1D535D) is unknown color: approx Teal Blue. HEX triplet: 1D, 53 and 5D. RGB value is (29,83,93). Sum of RGB (Red+Green+Blue) = 29+83+93=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D535D is #E2ACA2. Grayscale: #434343. Windows color (decimal): -14855331 or 6116125. OLE color: 6116125.

HSL color Cylindrical-coordinate representation of color #1D535D: hue angle of 189.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D535D is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB298393-
CMYK0.690.1100.64
HSL189.38º52.46%23.92%-
HSV(B)189.38º68.82%36.47%-
XYZ5.587.2411.46-
YUV67.99142.11100.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=14.15%
G=40.49%
B=45.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2983930.690.1100.64189.3852.4623.92
Hex1D535D45B040bd3418
Octal351231351051301002756430
Binary111011010011101110110001011011010000001011110111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,93); }

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

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

 a { background-color: rgb(29,83,93); }

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

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

 span { border-color: rgb(29,83,93); }

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