#18607F

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

Shades of Allports #18607F

Tints of Allports #18607F

Color information

#18607F (or 0x18607F) is unknown color: approx Allports. HEX triplet: 18, 60 and 7F. RGB value is (24,96,127). Sum of RGB (Red+Green+Blue) = 24+96+127=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #18607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18607F is #E79F80. Grayscale: #4D4D4D. Windows color (decimal): -15179649 or 8347672. OLE color: 8347672.

HSL color Cylindrical-coordinate representation of color #18607F: hue angle of 198.06º 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 #18607F is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2496127-
CMYK0.810.2400.50
HSL198.06º68.21%29.61%-
HSV(B)198.06º81.1%49.8%-
XYZ8.3910.0921.58-
YUV78.01155.6589.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 127 (50% from 255) = 51.42%
R=9.72%
G=38.87%
B=51.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24961270.810.2400.50198.0668.2129.61
Hex18607F5118032c6441e
Octal301401771213006230610436
Binary1100011000001111111101000111000011001011000110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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