#19747F

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

Shades of Allports #19747F

Tints of Allports #19747F

Color information

#19747F (or 0x19747F) is unknown color: approx Allports. HEX triplet: 19, 74 and 7F. RGB value is (25,116,127). Sum of RGB (Red+Green+Blue) = 25+116+127=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #19747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19747F is #E68B80. Grayscale: #595959. Windows color (decimal): -15108993 or 8352793. OLE color: 8352793.

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

Color convert

RGB25116127-
CMYK0.800.0900.50
HSL186.47º67.11%29.8%-
HSV(B)186.47º80.31%49.8%-
XYZ10.4814.2322.27-
YUV90.04148.8581.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 127 (50% from 255) = 47.39%
R=9.33%
G=43.28%
B=47.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251161270.800.0900.50186.4767.1129.8
Hex19747F509032ba431e
Octal311641771201106227210336
Binary110011110100111111110100001001011001010111010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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