#194B59

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

Shades of Teal Blue #194B59

Tints of Teal Blue #194B59

Color information

#194B59 (or 0x194B59) is unknown color: approx Teal Blue. HEX triplet: 19, 4B and 59. RGB value is (25,75,89). Sum of RGB (Red+Green+Blue) = 25+75+89=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #194B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B59 is #E6B4A6. Grayscale: #3D3D3D. Windows color (decimal): -15119527 or 5851929. OLE color: 5851929.

HSL color Cylindrical-coordinate representation of color #194B59: hue angle of 193.12º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194B59 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB257589-
CMYK0.720.1600.65
HSL193.12º56.14%22.35%-
HSV(B)193.12º71.91%34.9%-
XYZ4.725.9610.35-
YUV61.65143.44101.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=13.23%
G=39.68%
B=47.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2575890.720.1600.65193.1256.1422.35
Hex194B594810041c13816
Octal311131311102001013017026
Binary1100110010111011001100100010000010000011100000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194B59; }

 p { color: rgb(25,75,89); }

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

<style>
 a { background-color: #194B59; }

 a { background-color: rgb(25,75,89); }

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

<style>
 span { border-color: #194B59; }

 span { border-color: rgb(25,75,89); }

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