#18718E

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

Shades of Allports #18718E

Tints of Allports #18718E

Color information

#18718E (or 0x18718E) is unknown color: approx Allports. HEX triplet: 18, 71 and 8E. RGB value is (24,113,142). Sum of RGB (Red+Green+Blue) = 24+113+142=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #18718E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18718E is #E78E71. Grayscale: #595959. Windows color (decimal): -15175282 or 9335064. OLE color: 9335064.

HSL color Cylindrical-coordinate representation of color #18718E: hue angle of 194.75º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18718E is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB24113142-
CMYK0.830.2000.44
HSL194.75º71.08%32.55%-
HSV(B)194.75º83.1%55.69%-
XYZ11.1613.9627.7-
YUV89.7157.5181.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=8.60%
G=40.50%
B=50.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241131420.830.2000.44194.7571.0832.55
Hex18718E531402Cc34721
Octal301612161232405430310741
Binary110001110001100011101010011101000101100110000111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,113,142); }

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

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

 a { background-color: rgb(24,113,142); }

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

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

 span { border-color: rgb(24,113,142); }

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