#19767F

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

Shades of Allports #19767F

Tints of Allports #19767F

Color information

#19767F (or 0x19767F) is unknown color: approx Allports. HEX triplet: 19, 76 and 7F. RGB value is (25,118,127). Sum of RGB (Red+Green+Blue) = 25+118+127=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #19767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19767F is #E68980. Grayscale: #5B5B5B. Windows color (decimal): -15108481 or 8353305. OLE color: 8353305.

HSL color Cylindrical-coordinate representation of color #19767F: hue angle of 185.29º 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 #19767F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB25118127-
CMYK0.800.0700.50
HSL185.29º67.11%29.8%-
HSV(B)185.29º80.31%49.8%-
XYZ10.7114.722.35-
YUV91.22148.1980.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.26%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 127 (50% from 255) = 47.04%
R=9.26%
G=43.70%
B=47.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251181270.800.0700.50185.2967.1129.8
Hex19767F507032b9431e
Octal31166177120706227110336
Binary11001111011011111111010000111011001010111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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