#197281

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

Shades of Allports #197281

Tints of Allports #197281

Color information

#197281 (or 0x197281) is unknown color: approx Allports. HEX triplet: 19, 72 and 81. RGB value is (25,114,129). Sum of RGB (Red+Green+Blue) = 25+114+129=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #197281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197281 is #E68D7E. Grayscale: #585858. Windows color (decimal): -15109503 or 8483353. OLE color: 8483353.

HSL color Cylindrical-coordinate representation of color #197281: hue angle of 188.65º 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 #197281 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB25114129-
CMYK0.810.1200.49
HSL188.65º67.53%30.2%-
HSV(B)188.65º80.62%50.59%-
XYZ10.3813.8322.89-
YUV89.1150.5182.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 129 (50.78% from 255) = 48.13%
R=9.33%
G=42.54%
B=48.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251141290.810.1200.49188.6567.5330.2
Hex19728151C031bd441e
Octal311622011211406127510436
Binary1100111100101000000110100011100011000110111101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197281; }

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

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

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

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

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

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

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

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