#196175

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

Shades of Allports #196175

Tints of Allports #196175

Color information

#196175 (or 0x196175) is unknown color: approx Allports. HEX triplet: 19, 61 and 75. RGB value is (25,97,117). Sum of RGB (Red+Green+Blue) = 25+97+117=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #196175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196175 is #E69E8A. Grayscale: #4D4D4D. Windows color (decimal): -15113867 or 7692569. OLE color: 7692569.

HSL color Cylindrical-coordinate representation of color #196175: hue angle of 193.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196175 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2597117-
CMYK0.790.1700.54
HSL193.04º64.79%27.84%-
HSV(B)193.04º78.63%45.88%-
XYZ7.8910.0418.35-
YUV77.75150.1590.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=10.46%
G=40.59%
B=48.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25971170.790.1700.54193.0464.7927.84
Hex1961754F11036c1411c
Octal311411651172106630110134
Binary1100111000011110101100111110001011011011000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196175; }

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

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

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

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

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

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

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

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