#186685

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

Shades of Allports #186685

Tints of Allports #186685

Color information

#186685 (or 0x186685) is unknown color: approx Allports. HEX triplet: 18, 66 and 85. RGB value is (24,102,133). Sum of RGB (Red+Green+Blue) = 24+102+133=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #186685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186685 is #E7997A. Grayscale: #525252. Windows color (decimal): -15178107 or 8742424. OLE color: 8742424.

HSL color Cylindrical-coordinate representation of color #186685: hue angle of 197.06º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186685 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB24102133-
CMYK0.820.2300.48
HSL197.06º69.43%30.78%-
HSV(B)197.06º81.95%52.16%-
XYZ9.3611.3923.9-
YUV82.21156.6686.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=9.27%
G=39.38%
B=51.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241021330.820.2300.48197.0669.4330.78
Hex1866855217030c5451f
Octal301462051222706030510537
Binary11000110011010000101101001010111011000011000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186685; }

 p { color: rgb(24,102,133); }

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

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

 a { background-color: rgb(24,102,133); }

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

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

 span { border-color: rgb(24,102,133); }

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