#186A89

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

Shades of Allports #186A89

Tints of Allports #186A89

Color information

#186A89 (or 0x186A89) is unknown color: approx Allports. HEX triplet: 18, 6A and 89. RGB value is (24,106,137). Sum of RGB (Red+Green+Blue) = 24+106+137=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #186A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186A89 is #E79576. Grayscale: #545454. Windows color (decimal): -15177079 or 9005592. OLE color: 9005592.

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

Color convert

RGB24106137-
CMYK0.820.2300.46
HSL196.46º70.19%31.57%-
HSV(B)196.46º82.48%53.73%-
XYZ10.0512.3125.51-
YUV85.02157.3384.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=8.99%
G=39.70%
B=51.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241061370.820.2300.46196.4670.1931.57
Hex186A89521702Ec44620
Octal301522111222705630410640
Binary110001101010100010011010010101110101110110001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,106,137); }

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

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

 a { background-color: rgb(24,106,137); }

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

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

 span { border-color: rgb(24,106,137); }

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