#197985

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

Shades of Allports #197985

Tints of Allports #197985

Color information

#197985 (or 0x197985) is unknown color: approx Allports. HEX triplet: 19, 79 and 85. RGB value is (25,121,133). Sum of RGB (Red+Green+Blue) = 25+121+133=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #197985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197985 is #E6867A. Grayscale: #5D5D5D. Windows color (decimal): -15107707 or 8747289. OLE color: 8747289.

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

Color convert

RGB25121133-
CMYK0.810.0900.48
HSL186.67º68.35%30.98%-
HSV(B)186.67º81.2%52.16%-
XYZ11.4715.5724.59-
YUV93.66150.279.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=8.96%
G=43.37%
B=47.67%

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
Decimal251211330.810.0900.48186.6768.3530.98
Hex197985519030bb441f
Octal311712051211106027310437
Binary1100111110011000010110100011001011000010111011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197985; }

 p { color: rgb(25,121,133); }

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

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

 a { background-color: rgb(25,121,133); }

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

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

 span { border-color: rgb(25,121,133); }

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