Html Css Color HEX #1D443A Deep Teal

📋 copy color: '#1D443A'

red 29 ◦ green 68 ◦ blue 58

#1D443A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1D443A

Tints of Deep Teal #1D443A

RGB

 RED value IS 29 (11.72% from 255) = 18.71%

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 18.71%
G = 43.87%
B = 37.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#1D443A (or 0x1D443A) is known color: Deep Teal. HEX triplet: 1D, 44 and 3A. RGB value is (29,68,58). Sum of RGB (Red+Green+Blue) = 29+68+58=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #1D443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D443A is #E2BBC5. Grayscale: #373737. Windows color (decimal): -14859206 or 3818525. OLE color: 3818525.

HSL color Cylindrical-coordinate representation of color #1D443A: hue angle of 164.62º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D443A is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 29 68 58 -
CMYK 0.57 0 0.15 0.73
HSL 164.62º 0.4% 0.19% -
HSV(B) 164.62º 0.57% 0.27% -
XYZ 3.34 4.7 4.73 -
YUV 55.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 29 68 58 0.57 0 0.15 0.73 164.62 0.4 0.19
Hex 1D 44 3A 39 0 F 49 A5 28 13
Octal 35 104 72 71 0 17 111 245 50 23
Binary 11101 1000100 111010 111001 0 1111 1001001 10100101 101000 10011

Color Harmonies of #1D443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D443A

Black with #1D443A

Text Example


Text Example

White with #1D443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,68,58); }

 H1.HeaderClassName
 {
   color: #1D443A;
 }
 .AnyTagClassName
 {
   color: #1D443A;
 }
</style>

background-color css

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

 a { background-color: rgb(29,68,58); }

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

border-color css

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

 span { border-color: rgb(29,68,58); }

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