#186C8B

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

Shades of Allports #186C8B

Tints of Allports #186C8B

Color information

#186C8B (or 0x186C8B) is unknown color: approx Allports. HEX triplet: 18, 6C and 8B. RGB value is (24,108,139). Sum of RGB (Red+Green+Blue) = 24+108+139=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #186C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186C8B is #E79374. Grayscale: #565656. Windows color (decimal): -15176565 or 9137176. OLE color: 9137176.

HSL color Cylindrical-coordinate representation of color #186C8B: hue angle of 196.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186C8B is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24108139-
CMYK0.830.2200.45
HSL196.17º70.55%31.96%-
HSV(B)196.17º82.73%54.51%-
XYZ10.412.7826.35-
YUV86.42157.6783.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.86%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=8.86%
G=39.85%
B=51.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241081390.830.2200.45196.1770.5531.96
Hex186C8B531602Dc44720
Octal301542131232605530410740
Binary110001101100100010111010011101100101101110001001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186C8B; }

 p { color: rgb(24,108,139); }

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

<style>
 a { background-color: #186C8B; }

 a { background-color: rgb(24,108,139); }

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

<style>
 span { border-color: #186C8B; }

 span { border-color: rgb(24,108,139); }

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