#19617F

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

Shades of Allports #19617F

Tints of Allports #19617F

Color information

#19617F (or 0x19617F) is unknown color: approx Allports. HEX triplet: 19, 61 and 7F. RGB value is (25,97,127). Sum of RGB (Red+Green+Blue) = 25+97+127=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #19617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19617F is #E69E80. Grayscale: #4E4E4E. Windows color (decimal): -15113857 or 8347929. OLE color: 8347929.

HSL color Cylindrical-coordinate representation of color #19617F: hue angle of 197.65º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19617F is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2597127-
CMYK0.800.2400.50
HSL197.65º67.11%29.8%-
HSV(B)197.65º80.31%49.8%-
XYZ8.5110.2921.62-
YUV78.89155.1589.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 127 (50% from 255) = 51.00%
R=10.04%
G=38.96%
B=51.00%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25971270.800.2400.50197.6567.1129.8
Hex19617F5018032c6431e
Octal311411771203006230610336
Binary1100111000011111111101000011000011001011000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,97,127); }

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

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

 a { background-color: rgb(25,97,127); }

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

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

 span { border-color: rgb(25,97,127); }

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