#1D4B59

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

Shades of Teal Blue #1D4B59

Tints of Teal Blue #1D4B59

Color information

#1D4B59 (or 0x1D4B59) is unknown color: approx Teal Blue. HEX triplet: 1D, 4B and 59. RGB value is (29,75,89). Sum of RGB (Red+Green+Blue) = 29+75+89=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B59 is #E2B4A6. Grayscale: #3E3E3E. Windows color (decimal): -14857383 or 5851933. OLE color: 5851933.

HSL color Cylindrical-coordinate representation of color #1D4B59: hue angle of 194º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4B59 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB297589-
CMYK0.670.1600.65
HSL194º50.85%23.14%-
HSV(B)194º67.42%34.9%-
XYZ4.836.0110.36-
YUV62.84142.76103.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=15.03%
G=38.86%
B=46.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2975890.670.1600.6519450.8523.14
Hex1D4B594310041c23317
Octal351131311032001013026327
Binary1110110010111011001100001110000010000011100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,75,89); }

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

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

 a { background-color: rgb(29,75,89); }

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

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

 span { border-color: rgb(29,75,89); }

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