#18697B

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

Shades of Allports #18697B

Tints of Allports #18697B

Color information

#18697B (or 0x18697B) is unknown color: approx Allports. HEX triplet: 18, 69 and 7B. RGB value is (24,105,123). Sum of RGB (Red+Green+Blue) = 24+105+123=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #18697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18697B is #E79684. Grayscale: #525252. Windows color (decimal): -15177349 or 8087832. OLE color: 8087832.

HSL color Cylindrical-coordinate representation of color #18697B: hue angle of 190.91º 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 #18697B is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24105123-
CMYK0.800.1500.52
HSL190.91º67.35%28.82%-
HSV(B)190.91º80.49%48.24%-
XYZ911.7320.53-
YUV82.83150.6686.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=9.52%
G=41.67%
B=48.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241051230.800.1500.52190.9167.3528.82
Hex18697B50F034bf431d
Octal301511731201706427710335
Binary110001101001111101110100001111011010010111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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