#18647E

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

Shades of Allports #18647E

Tints of Allports #18647E

Color information

#18647E (or 0x18647E) is unknown color: approx Allports. HEX triplet: 18, 64 and 7E. RGB value is (24,100,126). Sum of RGB (Red+Green+Blue) = 24+100+126=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #18647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18647E is #E79B81. Grayscale: #505050. Windows color (decimal): -15178626 or 8283160. OLE color: 8283160.

HSL color Cylindrical-coordinate representation of color #18647E: hue angle of 195.29º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18647E is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB24100126-
CMYK0.810.2100.51
HSL195.29º68%29.41%-
HSV(B)195.29º80.95%49.41%-
XYZ8.710.8121.37-
YUV80.24153.8287.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 50.4%
R=9.6%
G=40%
B=50.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241001260.810.2100.51195.296829.41
Hex18647E5115033c3441d
Octal301441761212506330310435
Binary1100011001001111110101000110101011001111000011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18647E; }

 p { color: rgb(24,100,126); }

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

<style>
 a { background-color: #18647E; }

 a { background-color: rgb(24,100,126); }

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

<style>
 span { border-color: #18647E; }

 span { border-color: rgb(24,100,126); }

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