#18667F

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

Shades of Allports #18667F

Tints of Allports #18667F

Color information

#18667F (or 0x18667F) is unknown color: approx Allports. HEX triplet: 18, 66 and 7F. RGB value is (24,102,127). Sum of RGB (Red+Green+Blue) = 24+102+127=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #18667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18667F is #E79980. Grayscale: #515151. Windows color (decimal): -15178113 or 8349208. OLE color: 8349208.

HSL color Cylindrical-coordinate representation of color #18667F: hue angle of 194.56º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18667F is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB24102127-
CMYK0.810.2000.50
HSL194.56º68.21%29.61%-
HSV(B)194.56º81.1%49.8%-
XYZ8.9611.2321.77-
YUV81.53153.6686.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 127 (50% from 255) = 50.20%
R=9.49%
G=40.32%
B=50.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241021270.810.2000.50194.5668.2129.61
Hex18667F5114032c3441e
Octal301461771212406230310436
Binary1100011001101111111101000110100011001011000011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18667F; }

 p { color: rgb(24,102,127); }

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

<style>
 a { background-color: #18667F; }

 a { background-color: rgb(24,102,127); }

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

<style>
 span { border-color: #18667F; }

 span { border-color: rgb(24,102,127); }

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