#18657C

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

Shades of Allports #18657C

Tints of Allports #18657C

Color information

#18657C (or 0x18657C) is unknown color: approx Allports. HEX triplet: 18, 65 and 7C. RGB value is (24,101,124). Sum of RGB (Red+Green+Blue) = 24+101+124=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 101 (39.84% from 255 or 40.56% 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 #18657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18657C is #E79A83. Grayscale: #505050. Windows color (decimal): -15178372 or 8152344. OLE color: 8152344.

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

Color convert

RGB24101124-
CMYK0.810.1900.51
HSL193.8º67.57%29.02%-
HSV(B)193.8º80.65%48.63%-
XYZ8.6710.9620.73-
YUV80.6152.4987.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=9.64%
G=40.56%
B=49.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241011240.810.1900.51193.867.5729.02
Hex18657C5113033c2441d
Octal301451741212306330210435
Binary1100011001011111100101000110011011001111000010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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