#186B8A

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

Shades of Allports #186B8A

Tints of Allports #186B8A

Color information

#186B8A (or 0x186B8A) is unknown color: approx Allports. HEX triplet: 18, 6B and 8A. RGB value is (24,107,138). Sum of RGB (Red+Green+Blue) = 24+107+138=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #186B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186B8A is #E79475. Grayscale: #555555. Windows color (decimal): -15176822 or 9071384. OLE color: 9071384.

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

Color convert

RGB24107138-
CMYK0.830.2200.46
HSL196.32º70.37%31.76%-
HSV(B)196.32º82.61%54.12%-
XYZ10.2212.5425.93-
YUV85.72157.583.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=8.92%
G=39.78%
B=51.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241071380.830.2200.46196.3270.3731.76
Hex186B8A531602Ec44620
Octal301532121232605630410640
Binary110001101011100010101010011101100101110110001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,107,138); }

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

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

 a { background-color: rgb(24,107,138); }

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

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

 span { border-color: rgb(24,107,138); }

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