Html Css Color HEX #195057 Teal Blue

📋 copy color: '#195057'

red 25 ◦ green 80 ◦ blue 87

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

Shades of Teal Blue #195057

Tints of Teal Blue #195057

RGB

 RED value IS 25 (10.16% from 255) = 13.02%

 GREEN value IS 80 (31.64% from 255) = 41.67%

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 13.02%
G = 41.67%
B = 45.31%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#195057 (or 0x195057) is known color: Teal Blue. HEX triplet: 19, 50 and 57. RGB value is (25,80,87). Sum of RGB (Red+Green+Blue) = 25+80+87=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #195057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195057 is #E6AFA8. Grayscale: #404040. Windows color (decimal): -15118249 or 5722137. OLE color: 5722137.

HSL color Cylindrical-coordinate representation of color #195057: hue angle of 186.77º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195057 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 80 87 -
CMYK 0.71 0.08 0 0.66
HSL 186.77º 0.55% 0.22% -
HSV(B) 186.77º 0.71% 0.34% -
XYZ 4.99 6.63 10.03 -
YUV 64.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 25 80 87 0.71 0.08 0 0.66 186.77 0.55 0.22
Hex 19 50 57 47 8 0 42 BB 37 16
Octal 31 120 127 107 10 0 102 273 67 26
Binary 11001 1010000 1010111 1000111 1000 0 1000010 10111011 110111 10110

Color Harmonies of #195057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195057

Black with #195057

Text Example


Text Example

White with #195057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195057; }

 p { color: rgb(25,80,87); }

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

background-color css

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

 a { background-color: rgb(25,80,87); }

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

border-color css

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

 span { border-color: rgb(25,80,87); }

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