Html Css Color HEX #1B473D Deep Teal

📋 copy color: '#1B473D'

red 27 ◦ green 71 ◦ blue 61

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

Shades of Deep Teal #1B473D

Tints of Deep Teal #1B473D

RGB

 RED value IS 27 (10.94% from 255) = 16.98%

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 16.98%
G = 44.65%
B = 38.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#1B473D (or 0x1B473D) is known color: Deep Teal. HEX triplet: 1B, 47 and 3D. RGB value is (27,71,61). Sum of RGB (Red+Green+Blue) = 27+71+61=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #1B473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B473D is #E4B8C2. Grayscale: #383838. Windows color (decimal): -14989507 or 4015899. OLE color: 4015899.

HSL color Cylindrical-coordinate representation of color #1B473D: hue angle of 166.36º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B473D is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 27 71 61 -
CMYK 0.62 0 0.14 0.72
HSL 166.36º 0.45% 0.19% -
HSV(B) 166.36º 0.62% 0.28% -
XYZ 3.55 5.08 5.21 -
YUV 56.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 27 71 61 0.62 0 0.14 0.72 166.36 0.45 0.19
Hex 1B 47 3D 3E 0 E 48 A6 2D 13
Octal 33 107 75 76 0 16 110 246 55 23
Binary 11011 1000111 111101 111110 0 1110 1001000 10100110 101101 10011

Color Harmonies of #1B473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B473D

Black with #1B473D

Text Example


Text Example

White with #1B473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,71,61); }

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

background-color css

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

 a { background-color: rgb(27,71,61); }

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

border-color css

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

 span { border-color: rgb(27,71,61); }

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