#19637F

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

Shades of Allports #19637F

Tints of Allports #19637F

Color information

#19637F (or 0x19637F) is unknown color: approx Allports. HEX triplet: 19, 63 and 7F. RGB value is (25,99,127). Sum of RGB (Red+Green+Blue) = 25+99+127=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #19637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19637F is #E69C80. Grayscale: #4F4F4F. Windows color (decimal): -15113345 or 8348441. OLE color: 8348441.

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

Color convert

RGB2599127-
CMYK0.800.2200.50
HSL196.47º67.11%29.8%-
HSV(B)196.47º80.31%49.8%-
XYZ8.6910.6621.68-
YUV80.07154.4888.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 127 (50% from 255) = 50.60%
R=9.96%
G=39.44%
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.50
SystemRedGreenBlueCMYKHSL
Decimal25991270.800.2200.50196.4767.1129.8
Hex19637F5016032c4431e
Octal311431771202606230410336
Binary1100111000111111111101000010110011001011000100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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