#18738C

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

Shades of Allports #18738C

Tints of Allports #18738C

Color information

#18738C (or 0x18738C) is unknown color: approx Allports. HEX triplet: 18, 73 and 8C. RGB value is (24,115,140). Sum of RGB (Red+Green+Blue) = 24+115+140=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #18738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18738C is #E78C73. Grayscale: #5A5A5A. Windows color (decimal): -15174772 or 9204504. OLE color: 9204504.

HSL color Cylindrical-coordinate representation of color #18738C: hue angle of 192.93º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18738C is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24115140-
CMYK0.830.1800.45
HSL192.93º70.73%32.16%-
HSV(B)192.93º82.86%54.9%-
XYZ11.2414.3526.99-
YUV90.64155.8580.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=8.60%
G=41.22%
B=50.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241151400.830.1800.45192.9370.7332.16
Hex18738C531202Dc14720
Octal301632141232205530110740
Binary110001110011100011001010011100100101101110000011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,115,140); }

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

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

 a { background-color: rgb(24,115,140); }

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

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

 span { border-color: rgb(24,115,140); }

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