#197490

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

Shades of Allports #197490

Tints of Allports #197490

Color information

#197490 (or 0x197490) is unknown color: approx Allports. HEX triplet: 19, 74 and 90. RGB value is (25,116,144). Sum of RGB (Red+Green+Blue) = 25+116+144=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #197490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197490 is #E68B6F. Grayscale: #5B5B5B. Windows color (decimal): -15108976 or 9466905. OLE color: 9466905.

HSL color Cylindrical-coordinate representation of color #197490: hue angle of 194.12º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197490 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25116144-
CMYK0.830.1900.44
HSL194.12º70.41%33.14%-
HSV(B)194.12º82.64%56.47%-
XYZ11.6814.7128.61-
YUV91.98157.3580.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=8.77%
G=40.70%
B=50.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251161440.830.1900.44194.1270.4133.14
Hex197490531302Cc24621
Octal311642201232305430210641
Binary110011110100100100001010011100110101100110000101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197490; }

 p { color: rgb(25,116,144); }

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

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

 a { background-color: rgb(25,116,144); }

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

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

 span { border-color: rgb(25,116,144); }

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