Html Css Color HEX #197479 Allports

📋 copy color: '#197479'

red 25 ◦ green 116 ◦ blue 121

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

Shades of Allports #197479

Tints of Allports #197479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 9.54%
G = 44.27%
B = 46.18%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#197479 (or 0x197479) is known color: Allports. HEX triplet: 19, 74 and 79. RGB value is (25,116,121). Sum of RGB (Red+Green+Blue) = 25+116+121=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #197479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197479 is #E68B86. Grayscale: #595959. Windows color (decimal): -15108999 or 7959577. OLE color: 7959577.

HSL color Cylindrical-coordinate representation of color #197479: hue angle of 183.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197479 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 116 121 -
CMYK 0.79 0.04 0 0.53
HSL 183.13º 0.66% 0.29% -
HSV(B) 183.13º 0.79% 0.47% -
XYZ 10.1 14.08 20.27 -
YUV 89.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 25 116 121 0.79 0.04 0 0.53 183.13 0.66 0.29
Hex 19 74 79 4F 4 0 35 B7 42 1D
Octal 31 164 171 117 4 0 65 267 102 35
Binary 11001 1110100 1111001 1001111 100 0 110101 10110111 1000010 11101

Color Harmonies of #197479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197479

Black with #197479

Text Example


Text Example

White with #197479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197479; }

 p { color: rgb(25,116,121); }

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

background-color css

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

 a { background-color: rgb(25,116,121); }

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

border-color css

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

 span { border-color: rgb(25,116,121); }

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