#196172

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

Shades of Allports #196172

Tints of Allports #196172

Color information

#196172 (or 0x196172) is unknown color: approx Allports. HEX triplet: 19, 61 and 72. RGB value is (25,97,114). Sum of RGB (Red+Green+Blue) = 25+97+114=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #196172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196172 is #E69E8D. Grayscale: #4D4D4D. Windows color (decimal): -15113870 or 7495961. OLE color: 7495961.

HSL color Cylindrical-coordinate representation of color #196172: hue angle of 191.46º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196172 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2597114-
CMYK0.780.1500.55
HSL191.46º64.03%27.25%-
HSV(B)191.46º78.07%44.71%-
XYZ7.719.9717.44-
YUV77.41148.6590.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=10.59%
G=41.10%
B=48.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25971140.780.1500.55191.4664.0327.25
Hex1961724EF037bf401b
Octal311411621161706727710033
Binary110011100001111001010011101111011011110111111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196172; }

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

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

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

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

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

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

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

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