Html Css Color HEX #1B493C Deep Teal

📋 copy color: '#1B493C'

red 27 ◦ green 73 ◦ blue 60

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

Shades of Deep Teal #1B493C

Tints of Deep Teal #1B493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 60 (23.83% from 255) = 37.5%

R = 16.88%
G = 45.63%
B = 37.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#1B493C (or 0x1B493C) is known color: Deep Teal. HEX triplet: 1B, 49 and 3C. RGB value is (27,73,60). Sum of RGB (Red+Green+Blue) = 27+73+60=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #1B493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B493C is #E4B6C3. Grayscale: #393939. Windows color (decimal): -14988996 or 3950875. OLE color: 3950875.

HSL color Cylindrical-coordinate representation of color #1B493C: hue angle of 163.04º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B493C is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 73 60 -
CMYK 0.63 0 0.18 0.71
HSL 163.04º 0.46% 0.2% -
HSV(B) 163.04º 0.63% 0.29% -
XYZ 3.65 5.32 5.11 -
YUV 57.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 27 73 60 0.63 0 0.18 0.71 163.04 0.46 0.2
Hex 1B 49 3C 3F 0 12 47 A3 2E 14
Octal 33 111 74 77 0 22 107 243 56 24
Binary 11011 1001001 111100 111111 0 10010 1000111 10100011 101110 10100

Color Harmonies of #1B493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B493C

Black with #1B493C

Text Example


Text Example

White with #1B493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,73,60); }

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

background-color css

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

 a { background-color: rgb(27,73,60); }

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

border-color css

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

 span { border-color: rgb(27,73,60); }

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