#194958

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

Shades of Teal Blue #194958

Tints of Teal Blue #194958

Color information

#194958 (or 0x194958) is unknown color: approx Teal Blue. HEX triplet: 19, 49 and 58. RGB value is (25,73,88). Sum of RGB (Red+Green+Blue) = 25+73+88=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #194958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194958 is #E6B6A7. Grayscale: #3C3C3C. Windows color (decimal): -15120040 or 5785881. OLE color: 5785881.

HSL color Cylindrical-coordinate representation of color #194958: hue angle of 194.29º 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 #194958 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB257388-
CMYK0.720.1700.65
HSL194.29º55.75%22.16%-
HSV(B)194.29º71.59%34.51%-
XYZ4.545.6810.09-
YUV60.36143.6102.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=13.44%
G=39.25%
B=47.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2573880.720.1700.65194.2955.7522.16
Hex1949584811041c23816
Octal311111301102101013027026
Binary1100110010011011000100100010001010000011100001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194958; }

 p { color: rgb(25,73,88); }

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

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

 a { background-color: rgb(25,73,88); }

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

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

 span { border-color: rgb(25,73,88); }

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