Html Css Color HEX #197190 Allports

📋 copy color: '#197190'

red 25 ◦ green 113 ◦ blue 144

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

Shades of Allports #197190

Tints of Allports #197190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 8.87%
G = 40.07%
B = 51.06%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197190 (or 0x197190) is known color: Allports. HEX triplet: 19, 71 and 90. RGB value is (25,113,144). Sum of RGB (Red+Green+Blue) = 25+113+144=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #197190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197190 is #E68E6F. Grayscale: #5A5A5A. Windows color (decimal): -15109744 or 9466137. OLE color: 9466137.

HSL color Cylindrical-coordinate representation of color #197190: hue angle of 195.63º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197190 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 113 144 -
CMYK 0.83 0.22 0 0.44
HSL 195.63º 0.7% 0.33% -
HSV(B) 195.63º 0.83% 0.56% -
XYZ 11.34 14.03 28.5 -
YUV 90.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 25 113 144 0.83 0.22 0 0.44 195.63 0.7 0.33
Hex 19 71 90 53 16 0 2C C4 46 21
Octal 31 161 220 123 26 0 54 304 106 41
Binary 11001 1110001 10010000 1010011 10110 0 101100 11000100 1000110 100001

Color Harmonies of #197190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197190

Black with #197190

Text Example


Text Example

White with #197190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197190; }

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

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

background-color css

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

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

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

border-color css

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

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

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