Html Css Color HEX #197279 Allports

📋 copy color: '#197279'

red 25 ◦ green 114 ◦ blue 121

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

Shades of Allports #197279

Tints of Allports #197279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

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

R = 9.62%
G = 43.85%
B = 46.54%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#197279 (or 0x197279) is known color: Allports. HEX triplet: 19, 72 and 79. RGB value is (25,114,121). Sum of RGB (Red+Green+Blue) = 25+114+121=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #197279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197279 is #E68D86. Grayscale: #585858. Windows color (decimal): -15109511 or 7959065. OLE color: 7959065.

HSL color Cylindrical-coordinate representation of color #197279: hue angle of 184.38º 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 #197279 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 114 121 -
CMYK 0.79 0.06 0 0.53
HSL 184.38º 0.66% 0.29% -
HSV(B) 184.38º 0.79% 0.47% -
XYZ 9.87 13.62 20.2 -
YUV 88.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 25 114 121 0.79 0.06 0 0.53 184.38 0.66 0.29
Hex 19 72 79 4F 6 0 35 B8 42 1D
Octal 31 162 171 117 6 0 65 270 102 35
Binary 11001 1110010 1111001 1001111 110 0 110101 10111000 1000010 11101

Color Harmonies of #197279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197279

Black with #197279

Text Example


Text Example

White with #197279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197279; }

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

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

background-color css

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

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

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

border-color css

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

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

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