#19627e

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

Shades of Allports #19627E

Tints of Allports #19627E

Color information

#19627E (or 0x19627E) is unknown color: approx Allports. HEX triplet: 19, 62 and 7E. RGB value is (25,98,126). Sum of RGB (Red+Green+Blue) = 25+98+126=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #19627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19627E is #E69D81. Grayscale: #4F4F4F. Windows color (decimal): -15113602 or 8282649. OLE color: 8282649.

HSL color Cylindrical-coordinate representation of color #19627E: hue angle of 196.63º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19627E is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2598126-
CMYK0.800.2200.51
HSL196.63º66.89%29.61%-
HSV(B)196.63º80.16%49.41%-
XYZ8.5310.4521.31-
YUV79.36154.3289.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 126 (49.61% from 255) = 50.60%
R=10.04%
G=39.36%
B=50.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25981260.800.2200.51196.6366.8929.61
Hex19627E5016033c5431e
Octal311421761202606330510336
Binary1100111000101111110101000010110011001111000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19627e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19627e; }

 p { color: rgb(25,98,126); }

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

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

 a { background-color: rgb(25,98,126); }

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

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

 span { border-color: rgb(25,98,126); }

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