#197073

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

Shades of Allports #197073

Tints of Allports #197073

Color information

#197073 (or 0x197073) is unknown color: approx Allports. HEX triplet: 19, 70 and 73. RGB value is (25,112,115). Sum of RGB (Red+Green+Blue) = 25+112+115=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #197073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197073 is #E68F8C. Grayscale: #565656. Windows color (decimal): -15110029 or 7565337. OLE color: 7565337.

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

Color convert

RGB25112115-
CMYK0.780.0300.55
HSL182º64.29%27.45%-
HSV(B)182º78.26%45.1%-
XYZ9.2913.0318.25-
YUV86.33144.1884.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.92%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=9.92%
G=44.44%
B=45.63%

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
Decimal251121150.780.0300.5518264.2927.45
Hex1970734E3037b6401b
Octal31160163116306726610033
Binary1100111100001110011100111011011011110110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197073; }

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

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

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

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

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

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

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

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