Html Css Color HEX #194855 Teal Blue

📋 copy color: '#194855'

red 25 ◦ green 72 ◦ blue 85

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

Shades of Teal Blue #194855

Tints of Teal Blue #194855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 13.74%
G = 39.56%
B = 46.7%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#194855 (or 0x194855) is known color: Teal Blue. HEX triplet: 19, 48 and 55. RGB value is (25,72,85). Sum of RGB (Red+Green+Blue) = 25+72+85=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #194855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194855 is #E6B7AA. Grayscale: #3B3B3B. Windows color (decimal): -15120299 or 5589017. OLE color: 5589017.

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

Color convert

RGB 25 72 85 -
CMYK 0.71 0.15 0 0.67
HSL 193º 0.55% 0.22% -
HSV(B) 193º 0.71% 0.33% -
XYZ 4.36 5.5 9.43 -
YUV 59.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 25 72 85 0.71 0.15 0 0.67 193 0.55 0.22
Hex 19 48 55 47 F 0 43 C1 37 16
Octal 31 110 125 107 17 0 103 301 67 26
Binary 11001 1001000 1010101 1000111 1111 0 1000011 11000001 110111 10110

Color Harmonies of #194855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194855

Black with #194855

Text Example


Text Example

White with #194855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194855; }

 p { color: rgb(25,72,85); }

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

background-color css

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

 a { background-color: rgb(25,72,85); }

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

border-color css

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

 span { border-color: rgb(25,72,85); }

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