#19494F

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

Shades of Tiber #19494F

Tints of Tiber #19494F

Color information

#19494F (or 0x19494F) is unknown color: approx Tiber. HEX triplet: 19, 49 and 4F. RGB value is (25,73,79). Sum of RGB (Red+Green+Blue) = 25+73+79=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #19494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19494F is #E6B6B0. Grayscale: #3B3B3B. Windows color (decimal): -15120049 or 5196057. OLE color: 5196057.

HSL color Cylindrical-coordinate representation of color #19494F: hue angle of 186.67º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19494F is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB257379-
CMYK0.680.0800.69
HSL186.67º51.92%20.39%-
HSV(B)186.67º68.35%30.98%-
XYZ4.195.548.24-
YUV59.33139.1103.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=14.12%
G=41.24%
B=44.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2573790.680.0800.69186.6751.9220.39
Hex19494F448045bb3414
Octal311111171041001052736424
Binary110011001001100111110001001000010001011011101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,73,79); }

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

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

 a { background-color: rgb(25,73,79); }

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

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

 span { border-color: rgb(25,73,79); }

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