#18687C

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

Shades of Allports #18687C

Tints of Allports #18687C

Color information

#18687C (or 0x18687C) is unknown color: approx Allports. HEX triplet: 18, 68 and 7C. RGB value is (24,104,124). Sum of RGB (Red+Green+Blue) = 24+104+124=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #18687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18687C is #E79783. Grayscale: #525252. Windows color (decimal): -15177604 or 8153112. OLE color: 8153112.

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

Color convert

RGB24104124-
CMYK0.810.1600.51
HSL192º67.57%29.02%-
HSV(B)192º80.65%48.63%-
XYZ8.9711.5520.83-
YUV82.36151.586.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=9.52%
G=41.27%
B=49.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241041240.810.1600.5119267.5729.02
Hex18687C5110033c0441d
Octal301501741212006330010435
Binary1100011010001111100101000110000011001111000000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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