Html Css Color HEX #195059 Teal Blue

📋 copy color: '#195059'

red 25 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #195059

Tints of Teal Blue #195059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 12.89%
G = 41.24%
B = 45.88%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#195059 (or 0x195059) is known color: Teal Blue. HEX triplet: 19, 50 and 59. RGB value is (25,80,89). Sum of RGB (Red+Green+Blue) = 25+80+89=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #195059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195059 is #E6AFA6. Grayscale: #404040. Windows color (decimal): -15118247 or 5853209. OLE color: 5853209.

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

Color convert

RGB 25 80 89 -
CMYK 0.72 0.10 0 0.65
HSL 188.44º 0.56% 0.22% -
HSV(B) 188.44º 0.72% 0.35% -
XYZ 5.07 6.67 10.47 -
YUV 64.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 25 80 89 0.72 0.10 0 0.65 188.44 0.56 0.22
Hex 19 50 59 48 A 0 41 BC 38 16
Octal 31 120 131 110 12 0 101 274 70 26
Binary 11001 1010000 1011001 1001000 1010 0 1000001 10111100 111000 10110

Color Harmonies of #195059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195059

Black with #195059

Text Example


Text Example

White with #195059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195059; }

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

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

background-color css

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

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

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

border-color css

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

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

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