#18657B

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

Shades of Allports #18657B

Tints of Allports #18657B

Color information

#18657B (or 0x18657B) is unknown color: approx Allports. HEX triplet: 18, 65 and 7B. RGB value is (24,101,123). Sum of RGB (Red+Green+Blue) = 24+101+123=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #18657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18657B is #E79A84. Grayscale: #505050. Windows color (decimal): -15178373 or 8086808. OLE color: 8086808.

HSL color Cylindrical-coordinate representation of color #18657B: hue angle of 193.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18657B is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24101123-
CMYK0.800.1800.52
HSL193.33º67.35%28.82%-
HSV(B)193.33º80.49%48.24%-
XYZ8.6110.9320.4-
YUV80.48151.9987.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=9.68%
G=40.73%
B=49.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241011230.800.1800.52193.3367.3528.82
Hex18657B5012034c1431d
Octal301451731202206430110335
Binary1100011001011111011101000010010011010011000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18657B; }

 p { color: rgb(24,101,123); }

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

<style>
 a { background-color: #18657B; }

 a { background-color: rgb(24,101,123); }

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

<style>
 span { border-color: #18657B; }

 span { border-color: rgb(24,101,123); }

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