#18677D

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

Shades of Allports #18677D

Tints of Allports #18677D

Color information

#18677D (or 0x18677D) is unknown color: approx Allports. HEX triplet: 18, 67 and 7D. RGB value is (24,103,125). Sum of RGB (Red+Green+Blue) = 24+103+125=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #18677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18677D is #E79882. Grayscale: #515151. Windows color (decimal): -15177859 or 8218392. OLE color: 8218392.

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

Color convert

RGB24103125-
CMYK0.810.1800.51
HSL193.07º67.79%29.22%-
HSV(B)193.07º80.8%49.02%-
XYZ8.9311.3821.13-
YUV81.89152.3386.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 125 (49.22% from 255) = 49.60%
R=9.52%
G=40.87%
B=49.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241031250.810.1800.51193.0767.7929.22
Hex18677D5112033c1441d
Octal301471751212206330110435
Binary1100011001111111101101000110010011001111000001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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