Html Css Color HEX #1B4843 Deep Teal

📋 copy color: '#1B4843'

red 27 ◦ green 72 ◦ blue 67

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

Shades of Deep Teal #1B4843

Tints of Deep Teal #1B4843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

 BLUE value IS 67 (26.56% from 255) = 40.36%

R = 16.27%
G = 43.37%
B = 40.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#1B4843 (or 0x1B4843) is known color: Deep Teal. HEX triplet: 1B, 48 and 43. RGB value is (27,72,67). Sum of RGB (Red+Green+Blue) = 27+72+67=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4843 is #E4B7BC. Grayscale: #393939. Windows color (decimal): -14989245 or 4409371. OLE color: 4409371.

HSL color Cylindrical-coordinate representation of color #1B4843: hue angle of 173.33º 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 #1B4843 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 27 72 67 -
CMYK 0.62 0 0.07 0.72
HSL 173.33º 0.45% 0.19% -
HSV(B) 173.33º 0.63% 0.28% -
XYZ 3.78 5.27 6.13 -
YUV 57.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 27 72 67 0.62 0 0.07 0.72 173.33 0.45 0.19
Hex 1B 48 43 3E 0 7 48 AD 2D 13
Octal 33 110 103 76 0 7 110 255 55 23
Binary 11011 1001000 1000011 111110 0 111 1001000 10101101 101101 10011

Color Harmonies of #1B4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4843

Black with #1B4843

Text Example


Text Example

White with #1B4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,72,67); }

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

background-color css

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

 a { background-color: rgb(27,72,67); }

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

border-color css

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

 span { border-color: rgb(27,72,67); }

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