Html Css Color HEX #197A90 Allports

📋 copy color: '#197A90'

red 25 ◦ green 122 ◦ blue 144

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

Shades of Allports #197A90

Tints of Allports #197A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.92%

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

R = 8.59%
G = 41.92%
B = 49.48%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197A90 (or 0x197A90) is known color: Allports. HEX triplet: 19, 7A and 90. RGB value is (25,122,144). Sum of RGB (Red+Green+Blue) = 25+122+144=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #197A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A90 is #E6856F. Grayscale: #5F5F5F. Windows color (decimal): -15107440 or 9468441. OLE color: 9468441.

HSL color Cylindrical-coordinate representation of color #197A90: hue angle of 191.09º 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 #197A90 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 122 144 -
CMYK 0.83 0.15 0 0.44
HSL 191.09º 0.7% 0.33% -
HSV(B) 191.09º 0.83% 0.56% -
XYZ 12.39 16.14 28.85 -
YUV 95.51 155.36 77.71 -
System Red Green Blue C M Y K H S L
Decimal 25 122 144 0.83 0.15 0 0.44 191.09 0.7 0.33
Hex 19 7A 90 53 F 0 2C BF 46 21
Octal 31 172 220 123 17 0 54 277 106 41
Binary 11001 1111010 10010000 1010011 1111 0 101100 10111111 1000110 100001

Color Harmonies of #197A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197A90

Black with #197A90

Text Example


Text Example

White with #197A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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