#1C4957

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

Shades of Teal Blue #1C4957

Tints of Teal Blue #1C4957

Color information

#1C4957 (or 0x1C4957) is unknown color: approx Teal Blue. HEX triplet: 1C, 49 and 57. RGB value is (28,73,87). Sum of RGB (Red+Green+Blue) = 28+73+87=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C4957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4957 is #E3B6A8. Grayscale: #3D3D3D. Windows color (decimal): -14923433 or 5720348. OLE color: 5720348.

HSL color Cylindrical-coordinate representation of color #1C4957: hue angle of 194.24º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C4957 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB287387-
CMYK0.680.1600.66
HSL194.24º51.3%22.55%-
HSV(B)194.24º67.82%34.12%-
XYZ4.585.79.88-
YUV61.14142.59104.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.89%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=14.89%
G=38.83%
B=46.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2873870.680.1600.66194.2451.322.55
Hex1C49574410042c23317
Octal341111271042001023026327
Binary1110010010011010111100010010000010000101100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,87); }

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

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

 a { background-color: rgb(28,73,87); }

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

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

 span { border-color: rgb(28,73,87); }

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