#19737C

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

Shades of Allports #19737C

Tints of Allports #19737C

Color information

#19737C (or 0x19737C) is unknown color: approx Allports. HEX triplet: 19, 73 and 7C. RGB value is (25,115,124). Sum of RGB (Red+Green+Blue) = 25+115+124=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #19737C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19737C is #E68C83. Grayscale: #585858. Windows color (decimal): -15109252 or 8155929. OLE color: 8155929.

HSL color Cylindrical-coordinate representation of color #19737C: hue angle of 185.45º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19737C is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB25115124-
CMYK0.800.0700.51
HSL185.45º66.44%29.22%-
HSV(B)185.45º79.84%48.63%-
XYZ10.1713.9221.22-
YUV89.12147.6882.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.47%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=9.47%
G=43.56%
B=46.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal251151240.800.0700.51185.4566.4429.22
Hex19737C507033b9421d
Octal31163174120706327110235
Binary11001111001111111001010000111011001110111001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19737C; }

 p { color: rgb(25,115,124); }

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

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

 a { background-color: rgb(25,115,124); }

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

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

 span { border-color: rgb(25,115,124); }

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