#1A4952

Color #1A4952 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #1A4952

Tints of Teal Blue #1A4952

Color information

#1A4952 (or 0x1A4952) is unknown color: approx Teal Blue. HEX triplet: 1A, 49 and 52. RGB value is (26,73,82). Sum of RGB (Red+Green+Blue) = 26+73+82=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4952 is #E5B6AD. Grayscale: #3B3B3B. Windows color (decimal): -15054510 or 5392666. OLE color: 5392666.

HSL color Cylindrical-coordinate representation of color #1A4952: hue angle of 189.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4952 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB267382-
CMYK0.680.1100.68
HSL189.64º51.85%21.18%-
HSV(B)189.64º68.29%32.16%-
XYZ4.335.598.83-
YUV59.97140.43103.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=14.36%
G=40.33%
B=45.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2673820.680.1100.68189.6451.8521.18
Hex1A495244B044be3415
Octal321111221041301042766425
Binary110101001001101001010001001011010001001011111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,73,82); }

 H1.HeaderClassName
 {
   color: #1A4952;
 }
 .AnyTagClassName
 {
   color: #1A4952;
 }
</style>
background-color css

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

 a { background-color: rgb(26,73,82); }

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

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

 span { border-color: rgb(26,73,82); }

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