#197884

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

Shades of Allports #197884

Tints of Allports #197884

Color information

#197884 (or 0x197884) is unknown color: approx Allports. HEX triplet: 19, 78 and 84. RGB value is (25,120,132). Sum of RGB (Red+Green+Blue) = 25+120+132=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #197884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197884 is #E6877B. Grayscale: #5C5C5C. Windows color (decimal): -15107964 or 8681497. OLE color: 8681497.

HSL color Cylindrical-coordinate representation of color #197884: hue angle of 186.73º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197884 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB25120132-
CMYK0.810.0900.48
HSL186.73º68.15%30.78%-
HSV(B)186.73º81.06%51.76%-
XYZ11.2815.3124.19-
YUV92.96150.0379.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=9.03%
G=43.32%
B=47.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251201320.810.0900.48186.7368.1530.78
Hex197884519030bb441f
Octal311702041211106027310437
Binary1100111110001000010010100011001011000010111011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197884; }

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

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

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

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

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

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

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

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