Html Css Color HEX #197784 Allports

📋 copy color: '#197784'

red 25 ◦ green 119 ◦ blue 132

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

Shades of Allports #197784

Tints of Allports #197784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 9.06%
G = 43.12%
B = 47.83%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197784 (or 0x197784) is known color: Allports. HEX triplet: 19, 77 and 84. RGB value is (25,119,132). Sum of RGB (Red+Green+Blue) = 25+119+132=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #197784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197784 is #E6887B. Grayscale: #5C5C5C. Windows color (decimal): -15108220 or 8681241. OLE color: 8681241.

HSL color Cylindrical-coordinate representation of color #197784: hue angle of 187.29º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197784 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 119 132 -
CMYK 0.81 0.10 0 0.48
HSL 187.29º 0.68% 0.31% -
HSV(B) 187.29º 0.81% 0.52% -
XYZ 11.16 15.07 24.15 -
YUV 92.38 150.36 79.94 -
System Red Green Blue C M Y K H S L
Decimal 25 119 132 0.81 0.10 0 0.48 187.29 0.68 0.31
Hex 19 77 84 51 A 0 30 BB 44 1F
Octal 31 167 204 121 12 0 60 273 104 37
Binary 11001 1110111 10000100 1010001 1010 0 110000 10111011 1000100 11111

Color Harmonies of #197784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197784

Black with #197784

Text Example


Text Example

White with #197784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197784; }

 p { color: rgb(25,119,132); }

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

background-color css

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

 a { background-color: rgb(25,119,132); }

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

border-color css

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

 span { border-color: rgb(25,119,132); }

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