Html Css Color HEX #1B4840 Deep Teal

📋 copy color: '#1B4840'

red 27 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #1B4840

Tints of Deep Teal #1B4840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 16.56%
G = 44.17%
B = 39.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#1B4840 (or 0x1B4840) is known color: Deep Teal. HEX triplet: 1B, 48 and 40. RGB value is (27,72,64). Sum of RGB (Red+Green+Blue) = 27+72+64=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4840 is #E4B7BF. Grayscale: #393939. Windows color (decimal): -14989248 or 4212763. OLE color: 4212763.

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

Color convert

RGB 27 72 64 -
CMYK 0.62 0 0.11 0.72
HSL 169.33º 0.45% 0.19% -
HSV(B) 169.33º 0.63% 0.28% -
XYZ 3.69 5.24 5.67 -
YUV 57.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 27 72 64 0.62 0 0.11 0.72 169.33 0.45 0.19
Hex 1B 48 40 3E 0 B 48 A9 2D 13
Octal 33 110 100 76 0 13 110 251 55 23
Binary 11011 1001000 1000000 111110 0 1011 1001000 10101001 101101 10011

Color Harmonies of #1B4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4840

Black with #1B4840

Text Example


Text Example

White with #1B4840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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