Html Css Color HEX #1B463C Deep Teal

📋 copy color: '#1B463C'

red 27 ◦ green 70 ◦ blue 60

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

Shades of Deep Teal #1B463C

Tints of Deep Teal #1B463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 17.2%
G = 44.59%
B = 38.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#1B463C (or 0x1B463C) is known color: Deep Teal. HEX triplet: 1B, 46 and 3C. RGB value is (27,70,60). Sum of RGB (Red+Green+Blue) = 27+70+60=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #1B463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B463C is #E4B9C3. Grayscale: #383838. Windows color (decimal): -14989764 or 3950107. OLE color: 3950107.

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

Color convert

RGB 27 70 60 -
CMYK 0.61 0 0.14 0.73
HSL 166.05º 0.44% 0.19% -
HSV(B) 166.05º 0.61% 0.27% -
XYZ 3.46 4.94 5.05 -
YUV 56 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 27 70 60 0.61 0 0.14 0.73 166.05 0.44 0.19
Hex 1B 46 3C 3D 0 E 49 A6 2C 13
Octal 33 106 74 75 0 16 111 246 54 23
Binary 11011 1000110 111100 111101 0 1110 1001001 10100110 101100 10011

Color Harmonies of #1B463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B463C

Black with #1B463C

Text Example


Text Example

White with #1B463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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