Html Css Color HEX #197189 Allports

📋 copy color: '#197189'

red 25 ◦ green 113 ◦ blue 137

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

Shades of Allports #197189

Tints of Allports #197189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 9.09%
G = 41.09%
B = 49.82%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#197189 (or 0x197189) is known color: Allports. HEX triplet: 19, 71 and 89. RGB value is (25,113,137). Sum of RGB (Red+Green+Blue) = 25+113+137=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #197189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197189 is #E68E76. Grayscale: #595959. Windows color (decimal): -15109751 or 9007385. OLE color: 9007385.

HSL color Cylindrical-coordinate representation of color #197189: hue angle of 192.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197189 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 113 137 -
CMYK 0.82 0.18 0 0.46
HSL 192.86º 0.69% 0.32% -
HSV(B) 192.86º 0.82% 0.54% -
XYZ 10.82 13.82 25.76 -
YUV 89.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 25 113 137 0.82 0.18 0 0.46 192.86 0.69 0.32
Hex 19 71 89 52 12 0 2E C1 45 20
Octal 31 161 211 122 22 0 56 301 105 40
Binary 11001 1110001 10001001 1010010 10010 0 101110 11000001 1000101 100000

Color Harmonies of #197189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197189

Black with #197189

Text Example


Text Example

White with #197189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197189; }

 p { color: rgb(25,113,137); }

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

background-color css

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

 a { background-color: rgb(25,113,137); }

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

border-color css

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

 span { border-color: rgb(25,113,137); }

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