Html Css Color HEX #197584 Allports

📋 copy color: '#197584'

red 25 ◦ green 117 ◦ blue 132

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

Shades of Allports #197584

Tints of Allports #197584

RGB

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

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

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

R = 9.12%
G = 42.7%
B = 48.18%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197584 (or 0x197584) is known color: Allports. HEX triplet: 19, 75 and 84. RGB value is (25,117,132). Sum of RGB (Red+Green+Blue) = 25+117+132=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #197584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197584 is #E68A7B. Grayscale: #5B5B5B. Windows color (decimal): -15108732 or 8680729. OLE color: 8680729.

HSL color Cylindrical-coordinate representation of color #197584: hue angle of 188.41º 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 #197584 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 117 132 -
CMYK 0.81 0.11 0 0.48
HSL 188.41º 0.68% 0.31% -
HSV(B) 188.41º 0.81% 0.52% -
XYZ 10.93 14.6 24.07 -
YUV 91.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 25 117 132 0.81 0.11 0 0.48 188.41 0.68 0.31
Hex 19 75 84 51 B 0 30 BC 44 1F
Octal 31 165 204 121 13 0 60 274 104 37
Binary 11001 1110101 10000100 1010001 1011 0 110000 10111100 1000100 11111

Color Harmonies of #197584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197584

Black with #197584

Text Example


Text Example

White with #197584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197584; }

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

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

background-color css

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

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

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

border-color css

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

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

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