#197074

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

Shades of Allports #197074

Tints of Allports #197074

Color information

#197074 (or 0x197074) is unknown color: approx Allports. HEX triplet: 19, 70 and 74. RGB value is (25,112,116). Sum of RGB (Red+Green+Blue) = 25+112+116=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #197074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197074 is #E68F8B. Grayscale: #565656. Windows color (decimal): -15110028 or 7630873. OLE color: 7630873.

HSL color Cylindrical-coordinate representation of color #197074: hue angle of 182.64º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197074 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB25112116-
CMYK0.780.0300.55
HSL182.64º64.54%27.65%-
HSV(B)182.64º78.45%45.49%-
XYZ9.3513.0618.55-
YUV86.44144.6884.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=9.88%
G=44.27%
B=45.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251121160.780.0300.55182.6464.5427.65
Hex1970744E3037b7411c
Octal31160164116306726710134
Binary1100111100001110100100111011011011110110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197074; }

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

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

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

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

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

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

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

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