Html Css Color HEX #197196 Allports

📋 copy color: '#197196'

red 25 ◦ green 113 ◦ blue 150

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

Shades of Allports #197196

Tints of Allports #197196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 8.68%
G = 39.24%
B = 52.08%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#197196 (or 0x197196) is known color: Allports. HEX triplet: 19, 71 and 96. RGB value is (25,113,150). Sum of RGB (Red+Green+Blue) = 25+113+150=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #197196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197196 is #E68E69. Grayscale: #5A5A5A. Windows color (decimal): -15109738 or 9859353. OLE color: 9859353.

HSL color Cylindrical-coordinate representation of color #197196: hue angle of 197.76º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197196 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 113 150 -
CMYK 0.83 0.25 0 0.41
HSL 197.76º 0.71% 0.34% -
HSV(B) 197.76º 0.83% 0.59% -
XYZ 11.81 14.22 30.98 -
YUV 90.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 25 113 150 0.83 0.25 0 0.41 197.76 0.71 0.34
Hex 19 71 96 53 19 0 29 C6 47 22
Octal 31 161 226 123 31 0 51 306 107 42
Binary 11001 1110001 10010110 1010011 11001 0 101001 11000110 1000111 100010

Color Harmonies of #197196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197196

Black with #197196

Text Example


Text Example

White with #197196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197196; }

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

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

background-color css

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

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

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

border-color css

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

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

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