#18667C

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

Shades of Allports #18667C

Tints of Allports #18667C

Color information

#18667C (or 0x18667C) is unknown color: approx Allports. HEX triplet: 18, 66 and 7C. RGB value is (24,102,124). Sum of RGB (Red+Green+Blue) = 24+102+124=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #18667C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18667C is #E79983. Grayscale: #515151. Windows color (decimal): -15178116 or 8152600. OLE color: 8152600.

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

Color convert

RGB24102124-
CMYK0.810.1800.51
HSL193.2º67.57%29.02%-
HSV(B)193.2º80.65%48.63%-
XYZ8.7711.1520.76-
YUV81.19152.1687.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=9.6%
G=40.8%
B=49.6%

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
Decimal241021240.810.1800.51193.267.5729.02
Hex18667C5112033c1441d
Octal301461741212206330110435
Binary1100011001101111100101000110010011001111000001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,102,124); }

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

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

 a { background-color: rgb(24,102,124); }

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

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

 span { border-color: rgb(24,102,124); }

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