Html Css Color HEX #1A4742 Deep Teal

📋 copy color: '#1A4742'

red 26 ◦ green 71 ◦ blue 66

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

Shades of Deep Teal #1A4742

Tints of Deep Teal #1A4742

RGB

 RED value IS 26 (10.55% from 255) = 15.95%

 GREEN value IS 71 (28.13% from 255) = 43.56%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 15.95%
G = 43.56%
B = 40.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#1A4742 (or 0x1A4742) is known color: Deep Teal. HEX triplet: 1A, 47 and 42. RGB value is (26,71,66). Sum of RGB (Red+Green+Blue) = 26+71+66=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4742 is #E5B8BD. Grayscale: #383838. Windows color (decimal): -15055038 or 4343578. OLE color: 4343578.

HSL color Cylindrical-coordinate representation of color #1A4742: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4742 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 71 66 -
CMYK 0.63 0 0.07 0.72
HSL 173.33º 0.46% 0.19% -
HSV(B) 173.33º 0.63% 0.28% -
XYZ 3.66 5.12 5.95 -
YUV 56.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 26 71 66 0.63 0 0.07 0.72 173.33 0.46 0.19
Hex 1A 47 42 3F 0 7 48 AD 2E 13
Octal 32 107 102 77 0 7 110 255 56 23
Binary 11010 1000111 1000010 111111 0 111 1001000 10101101 101110 10011

Color Harmonies of #1A4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4742

Black with #1A4742

Text Example


Text Example

White with #1A4742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,66); }

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

background-color css

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

 a { background-color: rgb(26,71,66); }

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

border-color css

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

 span { border-color: rgb(26,71,66); }

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