#197381

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

Shades of Allports #197381

Tints of Allports #197381

Color information

#197381 (or 0x197381) is unknown color: approx Allports. HEX triplet: 19, 73 and 81. RGB value is (25,115,129). Sum of RGB (Red+Green+Blue) = 25+115+129=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #197381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197381 is #E68C7E. Grayscale: #595959. Windows color (decimal): -15109247 or 8483609. OLE color: 8483609.

HSL color Cylindrical-coordinate representation of color #197381: hue angle of 188.08º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197381 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB25115129-
CMYK0.810.1100.49
HSL188.08º67.53%30.2%-
HSV(B)188.08º80.62%50.59%-
XYZ10.4914.0522.93-
YUV89.69150.1881.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=9.29%
G=42.75%
B=47.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251151290.810.1100.49188.0867.5330.2
Hex19738151B031bc441e
Octal311632011211306127410436
Binary1100111100111000000110100011011011000110111100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197381; }

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

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

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

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

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

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

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

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