Html Css Color HEX #1C494F Teal Blue

📋 copy color: '#1C494F'

red 28 ◦ green 73 ◦ blue 79

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

Shades of Teal Blue #1C494F

Tints of Teal Blue #1C494F

RGB

 RED value IS 28 (11.33% from 255) = 15.56%

 GREEN value IS 73 (28.91% from 255) = 40.56%

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 15.56%
G = 40.56%
B = 43.89%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C494F (or 0x1C494F) is known color: Teal Blue. HEX triplet: 1C, 49 and 4F. RGB value is (28,73,79). Sum of RGB (Red+Green+Blue) = 28+73+79=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C494F is #E3B6B0. Grayscale: #3C3C3C. Windows color (decimal): -14923441 or 5196060. OLE color: 5196060.

HSL color Cylindrical-coordinate representation of color #1C494F: hue angle of 187.06º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C494F is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 73 79 -
CMYK 0.65 0.08 0 0.69
HSL 187.06º 0.48% 0.21% -
HSV(B) 187.06º 0.65% 0.31% -
XYZ 4.27 5.58 8.25 -
YUV 60.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 28 73 79 0.65 0.08 0 0.69 187.06 0.48 0.21
Hex 1C 49 4F 41 8 0 45 BB 30 15
Octal 34 111 117 101 10 0 105 273 60 25
Binary 11100 1001001 1001111 1000001 1000 0 1000101 10111011 110000 10101

Color Harmonies of #1C494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C494F

Black with #1C494F

Text Example


Text Example

White with #1C494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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