#186A83

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

Shades of Allports #186A83

Tints of Allports #186A83

Color information

#186A83 (or 0x186A83) is unknown color: approx Allports. HEX triplet: 18, 6A and 83. RGB value is (24,106,131). Sum of RGB (Red+Green+Blue) = 24+106+131=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #186A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186A83 is #E7957C. Grayscale: #545454. Windows color (decimal): -15177085 or 8612376. OLE color: 8612376.

HSL color Cylindrical-coordinate representation of color #186A83: hue angle of 194.02º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186A83 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB24106131-
CMYK0.820.1900.49
HSL194.02º69.03%30.39%-
HSV(B)194.02º81.68%51.37%-
XYZ9.6312.1423.31-
YUV84.33154.3384.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=9.20%
G=40.61%
B=50.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241061310.820.1900.49194.0269.0330.39
Hex186A835213031c2451e
Octal301522031222306130210536
Binary11000110101010000011101001010011011000111000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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