#19647C

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

Shades of Allports #19647C

Tints of Allports #19647C

Color information

#19647C (or 0x19647C) is unknown color: approx Allports. HEX triplet: 19, 64 and 7C. RGB value is (25,100,124). Sum of RGB (Red+Green+Blue) = 25+100+124=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #19647C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19647C is #E69B83. Grayscale: #505050. Windows color (decimal): -15113092 or 8152089. OLE color: 8152089.

HSL color Cylindrical-coordinate representation of color #19647C: hue angle of 194.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19647C is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB25100124-
CMYK0.800.1900.51
HSL194.55º66.44%29.22%-
HSV(B)194.55º79.84%48.63%-
XYZ8.610.7820.7-
YUV80.31152.6588.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=10.04%
G=40.16%
B=49.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal251001240.800.1900.51194.5566.4429.22
Hex19647C5013033c3421d
Octal311441741202306330310235
Binary1100111001001111100101000010011011001111000011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19647C; }

 p { color: rgb(25,100,124); }

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

<style>
 a { background-color: #19647C; }

 a { background-color: rgb(25,100,124); }

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

<style>
 span { border-color: #19647C; }

 span { border-color: rgb(25,100,124); }

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