#19798F

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

Shades of Allports #19798F

Tints of Allports #19798F

Color information

#19798F (or 0x19798F) is unknown color: approx Allports. HEX triplet: 19, 79 and 8F. RGB value is (25,121,143). Sum of RGB (Red+Green+Blue) = 25+121+143=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #19798F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19798F is #E68670. Grayscale: #5E5E5E. Windows color (decimal): -15107697 or 9402649. OLE color: 9402649.

HSL color Cylindrical-coordinate representation of color #19798F: hue angle of 191.19º 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 #19798F is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25121143-
CMYK0.830.1500.44
HSL191.19º70.24%32.94%-
HSV(B)191.19º82.52%56.08%-
XYZ12.215.8628.41-
YUV94.8155.278.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=8.65%
G=41.87%
B=49.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251211430.830.1500.44191.1970.2432.94
Hex19798F53F02Cbf4621
Octal311712171231705427710641
Binary11001111100110001111101001111110101100101111111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19798F; }

 p { color: rgb(25,121,143); }

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

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

 a { background-color: rgb(25,121,143); }

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

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

 span { border-color: rgb(25,121,143); }

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