#18637D

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

Shades of Allports #18637D

Tints of Allports #18637D

Color information

#18637D (or 0x18637D) is unknown color: approx Allports. HEX triplet: 18, 63 and 7D. RGB value is (24,99,125). Sum of RGB (Red+Green+Blue) = 24+99+125=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #18637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18637D is #E79C82. Grayscale: #4F4F4F. Windows color (decimal): -15178883 or 8217368. OLE color: 8217368.

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

Color convert

RGB2499125-
CMYK0.810.2100.51
HSL195.45º67.79%29.22%-
HSV(B)195.45º80.8%49.02%-
XYZ8.5410.621-
YUV79.54153.6588.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=9.68%
G=39.92%
B=50.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24991250.810.2100.51195.4567.7929.22
Hex18637D5115033c3441d
Octal301431751212506330310435
Binary1100011000111111101101000110101011001111000011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18637D; }

 p { color: rgb(24,99,125); }

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

<style>
 a { background-color: #18637D; }

 a { background-color: rgb(24,99,125); }

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

<style>
 span { border-color: #18637D; }

 span { border-color: rgb(24,99,125); }

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