#197886

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

Shades of Allports #197886

Tints of Allports #197886

Color information

#197886 (or 0x197886) is unknown color: approx Allports. HEX triplet: 19, 78 and 86. RGB value is (25,120,134). Sum of RGB (Red+Green+Blue) = 25+120+134=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #197886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197886 is #E68779. Grayscale: #5D5D5D. Windows color (decimal): -15107962 or 8812569. OLE color: 8812569.

HSL color Cylindrical-coordinate representation of color #197886: hue angle of 187.71º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197886 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB25120134-
CMYK0.810.1000.47
HSL187.71º68.55%31.18%-
HSV(B)187.71º81.34%52.55%-
XYZ11.4215.3624.92-
YUV93.19151.0379.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=8.96%
G=43.01%
B=48.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251201340.810.1000.47187.7168.5531.18
Hex19788651A02Fbc451f
Octal311702061211205727410537
Binary1100111110001000011010100011010010111110111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197886; }

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

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

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

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

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

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

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

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