Html Css Color HEX #197580 Allports

📋 copy color: '#197580'

red 25 ◦ green 117 ◦ blue 128

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

Shades of Allports #197580

Tints of Allports #197580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 9.26%
G = 43.33%
B = 47.41%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#197580 (or 0x197580) is known color: Allports. HEX triplet: 19, 75 and 80. RGB value is (25,117,128). Sum of RGB (Red+Green+Blue) = 25+117+128=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #197580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197580 is #E68A7F. Grayscale: #5A5A5A. Windows color (decimal): -15108736 or 8418585. OLE color: 8418585.

HSL color Cylindrical-coordinate representation of color #197580: hue angle of 186.41º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197580 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 117 128 -
CMYK 0.80 0.09 0 0.50
HSL 186.41º 0.67% 0.3% -
HSV(B) 186.41º 0.8% 0.5% -
XYZ 10.66 14.49 22.66 -
YUV 90.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 25 117 128 0.80 0.09 0 0.50 186.41 0.67 0.3
Hex 19 75 80 50 9 0 32 BA 43 1E
Octal 31 165 200 120 11 0 62 272 103 36
Binary 11001 1110101 10000000 1010000 1001 0 110010 10111010 1000011 11110

Color Harmonies of #197580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197580

Black with #197580

Text Example


Text Example

White with #197580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197580; }

 p { color: rgb(25,117,128); }

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

background-color css

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

 a { background-color: rgb(25,117,128); }

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

border-color css

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

 span { border-color: rgb(25,117,128); }

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