#196475

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

Shades of Allports #196475

Tints of Allports #196475

Color information

#196475 (or 0x196475) is unknown color: approx Allports. HEX triplet: 19, 64 and 75. RGB value is (25,100,117). Sum of RGB (Red+Green+Blue) = 25+100+117=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #196475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196475 is #E69B8A. Grayscale: #4F4F4F. Windows color (decimal): -15113099 or 7693337. OLE color: 7693337.

HSL color Cylindrical-coordinate representation of color #196475: hue angle of 191.09º 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 #196475 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB25100117-
CMYK0.790.1500.54
HSL191.09º64.79%27.84%-
HSV(B)191.09º78.63%45.88%-
XYZ8.1710.6118.45-
YUV79.51149.1589.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=10.33%
G=41.32%
B=48.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251001170.790.1500.54191.0964.7927.84
Hex1964754FF036bf411c
Octal311441651171706627710134
Binary110011100100111010110011111111011011010111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196475; }

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

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

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

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

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

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

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

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