#197278

Color #197278 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #197278

Tints of Allports #197278

Color information

#197278 (or 0x197278) is unknown color: approx Allports. HEX triplet: 19, 72 and 78. RGB value is (25,114,120). Sum of RGB (Red+Green+Blue) = 25+114+120=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #197278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197278 is #E68D87. Grayscale: #575757. Windows color (decimal): -15109512 or 7893529. OLE color: 7893529.

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

Color convert

RGB25114120-
CMYK0.790.0500.53
HSL183.79º65.52%28.43%-
HSV(B)183.79º79.17%47.06%-
XYZ9.8113.619.88-
YUV88.07146.0183.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=9.65%
G=44.02%
B=46.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251141200.790.0500.53183.7965.5228.43
Hex1972784F5035b8421c
Octal31162170117506527010234
Binary11001111001011110001001111101011010110111000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197278; }

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

 H1.HeaderClassName
 {
   color: #197278;
 }
 .AnyTagClassName
 {
   color: #197278;
 }
</style>
background-color css

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

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

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

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

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

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