#186080

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

Shades of Allports #186080

Tints of Allports #186080

Color information

#186080 (or 0x186080) is unknown color: approx Allports. HEX triplet: 18, 60 and 80. RGB value is (24,96,128). Sum of RGB (Red+Green+Blue) = 24+96+128=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #186080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186080 is #E79F7F. Grayscale: #4D4D4D. Windows color (decimal): -15179648 or 8413208. OLE color: 8413208.

HSL color Cylindrical-coordinate representation of color #186080: hue angle of 198.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186080 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2496128-
CMYK0.810.2500.50
HSL198.46º68.42%29.8%-
HSV(B)198.46º81.25%50.2%-
XYZ8.4610.1221.93-
YUV78.12156.1589.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=9.68%
G=38.71%
B=51.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24961280.810.2500.50198.4668.4229.8
Hex1860805119032c6441e
Octal301402001213106230610436
Binary11000110000010000000101000111001011001011000110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186080; }

 p { color: rgb(24,96,128); }

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

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

 a { background-color: rgb(24,96,128); }

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

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

 span { border-color: rgb(24,96,128); }

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