#197591

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

Shades of Allports #197591

Tints of Allports #197591

Color information

#197591 (or 0x197591) is unknown color: approx Allports. HEX triplet: 19, 75 and 91. RGB value is (25,117,145). Sum of RGB (Red+Green+Blue) = 25+117+145=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #197591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197591 is #E68A6E. Grayscale: #5C5C5C. Windows color (decimal): -15108719 or 9532697. OLE color: 9532697.

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

Color convert

RGB25117145-
CMYK0.830.1900.43
HSL194º70.59%33.33%-
HSV(B)194º82.76%56.86%-
XYZ11.8714.9729.05-
YUV92.68157.5279.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.71%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=8.71%
G=40.77%
B=50.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal251171450.830.1900.4319470.5933.33
Hex197591531302Bc24721
Octal311652211232305330210741
Binary110011110101100100011010011100110101011110000101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197591; }

 p { color: rgb(25,117,145); }

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

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

 a { background-color: rgb(25,117,145); }

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

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

 span { border-color: rgb(25,117,145); }

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