Html Css Color HEX #1B433B Deep Teal

📋 copy color: '#1B433B'

red 27 ◦ green 67 ◦ blue 59

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

Shades of Deep Teal #1B433B

Tints of Deep Teal #1B433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.79%

 BLUE value IS 59 (23.44% from 255) = 38.56%

R = 17.65%
G = 43.79%
B = 38.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#1B433B (or 0x1B433B) is known color: Deep Teal. HEX triplet: 1B, 43 and 3B. RGB value is (27,67,59). Sum of RGB (Red+Green+Blue) = 27+67+59=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #1B433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B433B is #E4BCC4. Grayscale: #363636. Windows color (decimal): -14990533 or 3883803. OLE color: 3883803.

HSL color Cylindrical-coordinate representation of color #1B433B: hue angle of 168º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B433B is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 67 59 -
CMYK 0.60 0 0.12 0.74
HSL 168º 0.43% 0.18% -
HSV(B) 168º 0.6% 0.26% -
XYZ 3.25 4.56 4.85 -
YUV 54.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 27 67 59 0.60 0 0.12 0.74 168 0.43 0.18
Hex 1B 43 3B 3C 0 C 4A A8 2B 12
Octal 33 103 73 74 0 14 112 250 53 22
Binary 11011 1000011 111011 111100 0 1100 1001010 10101000 101011 10010

Color Harmonies of #1B433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B433B

Black with #1B433B

Text Example


Text Example

White with #1B433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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