Html Css Color HEX #197682 Allports

📋 copy color: '#197682'

red 25 ◦ green 118 ◦ blue 130

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

Shades of Allports #197682

Tints of Allports #197682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 9.16%
G = 43.22%
B = 47.62%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197682 (or 0x197682) is known color: Allports. HEX triplet: 19, 76 and 82. RGB value is (25,118,130). Sum of RGB (Red+Green+Blue) = 25+118+130=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #197682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197682 is #E6897D. Grayscale: #5B5B5B. Windows color (decimal): -15108478 or 8549913. OLE color: 8549913.

HSL color Cylindrical-coordinate representation of color #197682: hue angle of 186.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197682 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 118 130 -
CMYK 0.81 0.09 0 0.49
HSL 186.86º 0.68% 0.3% -
HSV(B) 186.86º 0.81% 0.51% -
XYZ 10.91 14.78 23.4 -
YUV 91.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 25 118 130 0.81 0.09 0 0.49 186.86 0.68 0.3
Hex 19 76 82 51 9 0 31 BB 44 1E
Octal 31 166 202 121 11 0 61 273 104 36
Binary 11001 1110110 10000010 1010001 1001 0 110001 10111011 1000100 11110

Color Harmonies of #197682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197682

Black with #197682

Text Example


Text Example

White with #197682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197682; }

 p { color: rgb(25,118,130); }

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

background-color css

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

 a { background-color: rgb(25,118,130); }

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

border-color css

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

 span { border-color: rgb(25,118,130); }

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