#19728E

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

Shades of Allports #19728E

Tints of Allports #19728E

Color information

#19728E (or 0x19728E) is unknown color: approx Allports. HEX triplet: 19, 72 and 8E. RGB value is (25,114,142). Sum of RGB (Red+Green+Blue) = 25+114+142=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #19728E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19728E is #E68D71. Grayscale: #5A5A5A. Windows color (decimal): -15109490 or 9335321. OLE color: 9335321.

HSL color Cylindrical-coordinate representation of color #19728E: hue angle of 194.36º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19728E is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25114142-
CMYK0.820.2000.44
HSL194.36º70.06%32.75%-
HSV(B)194.36º82.39%55.69%-
XYZ11.314.1927.74-
YUV90.58157.0181.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.90%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=8.90%
G=40.57%
B=50.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251141420.820.2000.44194.3670.0632.75
Hex19728E521402Cc24621
Octal311622161222405430210641
Binary110011110010100011101010010101000101100110000101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19728E; }

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

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

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

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

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

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

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

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