#19657C

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

Shades of Allports #19657C

Tints of Allports #19657C

Color information

#19657C (or 0x19657C) is unknown color: approx Allports. HEX triplet: 19, 65 and 7C. RGB value is (25,101,124). Sum of RGB (Red+Green+Blue) = 25+101+124=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #19657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19657C is #E69A83. Grayscale: #505050. Windows color (decimal): -15112836 or 8152345. OLE color: 8152345.

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

Color convert

RGB25101124-
CMYK0.800.1900.51
HSL193.94º66.44%29.22%-
HSV(B)193.94º79.84%48.63%-
XYZ8.6910.9720.73-
YUV80.9152.3288.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=10%
G=40.4%
B=49.6%

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
Decimal251011240.800.1900.51193.9466.4429.22
Hex19657C5013033c2421d
Octal311451741202306330210235
Binary1100111001011111100101000010011011001111000010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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