#19637C

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

Shades of Allports #19637C

Tints of Allports #19637C

Color information

#19637C (or 0x19637C) is unknown color: approx Allports. HEX triplet: 19, 63 and 7C. RGB value is (25,99,124). Sum of RGB (Red+Green+Blue) = 25+99+124=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #19637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19637C is #E69C83. Grayscale: #4F4F4F. Windows color (decimal): -15113348 or 8151833. OLE color: 8151833.

HSL color Cylindrical-coordinate representation of color #19637C: hue angle of 195.15º 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 #19637C is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2599124-
CMYK0.800.2000.51
HSL195.15º66.44%29.22%-
HSV(B)195.15º79.84%48.63%-
XYZ8.510.5920.66-
YUV79.72152.9888.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 124 (48.83% from 255) = 50%
R=10.08%
G=39.92%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25991240.800.2000.51195.1566.4429.22
Hex19637C5014033c3421d
Octal311431741202406330310235
Binary1100111000111111100101000010100011001111000011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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